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

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!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: <9211201019.AA09706@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:19:50 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 35
  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 stage `make stage2' issues an `mv' command whose source
  37. file list includes both `*.o' and several explicit object files
  38. such as `crt1.o'.  Obviously, the explicit files cannot be moved
  39. because they've already been moved by the wildcard match, and
  40. so `make' indicates an error.  This may happen for stage 1 too,
  41. I didn't notice.
  42.  
  43. Workaround
  44. ----------
  45.  
  46. None needed: this error can be ignored: the build continues.
  47.  
  48.