home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!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: <9211201014.AA09693@chromium.Smallworld.co.uk>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Fri, 20 Nov 1992 10:14:16 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 34
-
- 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 step `make CC="stage1/xgcc -Bstage1/" CFLAGS="-g -O"'
- fails trying to make the Objective C bits, with the message:
-
- make: Fatal error: Don't know how to make target `../assert.h'.
-
- Workaround
- ----------
-
- If you don't need Objective C support, use LANGUAGES=c or
- LANGUAGES="c c++" for this and subsequent `make' stages.
-
-