home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / gcc / bug / 2793 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.2 KB  |  47 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!smallworld.co.uk!Colin.DEan
  3. From: Colin.DEan@smallworld.co.uk (Colin Dean)
  4. Subject: Build bug in gcc 2.3.1
  5. Message-ID: <9211201014.AA09693@chromium.Smallworld.co.uk>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Fri, 20 Nov 1992 10:14:16 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 34
  12.  
  13. Author of this bug report
  14. -------------------------
  15.  
  16. Colin Dean,
  17. Smallworld Systems Limited,
  18. 13-15 Newmarket Road,
  19. Cambridge CB5 8EG,
  20. England.
  21.  
  22. Fax:   +44 223 300692
  23. Email: Colin.Dean@Smallworld.co.uk
  24.  
  25. 20th November 1992
  26.  
  27. Summary
  28. -------
  29.  
  30. gcc version 2.3.1, copied by ftp from /pub/gnu/gcc-2.3.1.tar.Z
  31. at prep.ai.mit.edu on 17th November 1992 at around 08:00 GMT.
  32.  
  33. Built on SPARCstation 2 running SunOS 4.1.1 in sub-directory
  34. sparc-sun-sunos4.1.1 using `../configure sparc-sun-sunos4.1.1'
  35.  
  36. The build step `make CC="stage1/xgcc -Bstage1/" CFLAGS="-g -O"'
  37. fails trying to make the Objective C bits, with the message:
  38.  
  39. make: Fatal error: Don't know how to make target `../assert.h'.
  40.  
  41. Workaround
  42. ----------
  43.  
  44. If you don't need Objective C support, use LANGUAGES=c or
  45. LANGUAGES="c c++" for this and subsequent `make' stages.
  46.  
  47.