home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / gcc / bug / 2024 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.6 KB  |  57 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!somcru.med.unc.edu!sidley
  3. From: sidley@somcru.med.unc.edu (Richard F. Sidley)
  4. Subject: unable to build gcc 2.2.2
  5. Message-ID: <9207301454.AA29426@somcru.med.unc.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Thu, 30 Jul 1992 14:54:17 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 44
  12.  
  13. I have followed your directions carefully for building the compiler (those in
  14. the INSTALL file).  I used the following:
  15.  
  16. configure --target=sparc-sun-sunos4.1.1
  17.  
  18.     (I have a Sun SPARCstation 1 with the above OS)
  19.  
  20. make LANGUAGES=c
  21.  
  22. make stage1
  23.  
  24. make CC="stage1/gcc -Bstage1/" CFLAGS="-g -O" LANGUAGES="c"
  25.  
  26. ...and this bombed saying it couldn't find cccp related files.  I even tried
  27. putting in links to those files in the stage1 subdirectory, then it couldn't
  28. find other files.
  29.  
  30. So, I said, enough of that and tried to install it anyway so that I could try
  31. it out on a real C file.  I used:
  32.  
  33. make install LANGUAGES="c"
  34.  
  35. ...and this bombed saying it couldn't do a make install-common.
  36.  
  37. Come on.  I know this is supposedly beta, but one would expect the Makefile to
  38. be good.  Am I doing something wrong?
  39.  
  40. Rich
  41.  
  42. P.S. I did change Makefile.in to have prefix point to /usr/Local rather than
  43.      /usr/local.  Other than that, this is exactly what I got off prep last
  44.      night.
  45.  
  46. Richard F. Sidley, Systems Manager
  47. General Clinical Research Center
  48. University of North Carolina, School of Medicine
  49. CB# 7600, 3027 APCF
  50. Chapel Hill, NC  27599-7600
  51.  
  52. (919) 966-4802 voice
  53. (919) 966-1576 FAX
  54. sidley@med.unc.edu INTERNET
  55.  
  56.  
  57.