home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / gcc / bug / 2795 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.2 KB  |  55 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: <9211201016.AA09697@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:16:01 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 42
  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 5.0 (Solaris 2.0) in sub-directory
  34. sparc-sun-sunos5.0 using `../configure sparc-sun-sunos5.0'
  35.  
  36. The build fails with the message:
  37.  
  38. make: Fatal error: Don't know how to make target `config/sol2-c1.asm'.
  39.  
  40. Workaround
  41. ----------
  42.  
  43. >From directory <top>/sparc-sun-sunos5.0:
  44.  
  45.     mkdir config
  46.     cd config
  47.     ln -s ../../config/sol2-c1.asm
  48.     ln -s ../../config/sol2-ci.asm
  49.     ln -s ../../config/sol2-cn.asm
  50.     ln -s ../../config/gmon-sol2.c
  51.     cd ..
  52.  
  53. then repeat failed build stage.
  54.  
  55.