home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!cis.ohio-state.edu!smallworld.co.uk!Colin.DEan
- From: Colin.DEan@smallworld.co.uk (Colin Dean)
- Subject: Build bug in gcc 2.3.1
- Message-ID: <9211201019.AA09706@chromium.Smallworld.co.uk>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Fri, 20 Nov 1992 10:19:50 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 35
-
- Author of this bug report
- -------------------------
-
- Colin Dean,
- Smallworld Systems Limited,
- 13-15 Newmarket Road,
- Cambridge CB5 8EG,
- England.
-
- Fax: +44 223 300692
- Email: Colin.Dean@Smallworld.co.uk
-
- 20th November 1992
-
- Summary
- -------
-
- gcc version 2.3.1, copied by ftp from /pub/gnu/gcc-2.3.1.tar.Z
- at prep.ai.mit.edu on 17th November 1992 at around 08:00 GMT.
-
- Built on SPARCstation 2 running SunOS 4.1.1 in sub-directory
- sparc-sun-sunos4.1.1 using `../configure sparc-sun-sunos4.1.1'
-
- The build stage `make stage2' issues an `mv' command whose source
- file list includes both `*.o' and several explicit object files
- such as `crt1.o'. Obviously, the explicit files cannot be moved
- because they've already been moved by the wildcard match, and
- so `make' indicates an error. This may happen for stage 1 too,
- I didn't notice.
-
- Workaround
- ----------
-
- None needed: this error can be ignored: the build continues.
-
-