home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / gcc / help / 2106 < prev    next >
Encoding:
Text File  |  1992-09-11  |  997 b   |  31 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!cis.ohio-state.edu!ll.mit.edu!cogen
  3. From: cogen@ll.mit.edu (David Cogen)
  4. Subject: Problems installing gcc
  5. Message-ID: <9209110942.AA01975@LL.MIT.EDU>
  6. Sender: daemon@cis.ohio-state.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Fri, 11 Sep 1992 05:42:13 GMT
  10. Lines: 19
  11.  
  12. I am having some problems with installing gcc. I have already done the "make",
  13. a "make stage1", and the second "make". Now, doing the "make install", it
  14. insists on recompiling the .c files. No matter how many times I do it, it still
  15. wants to recompile them. And the worst thing is, it compiles them with cc, not
  16. gcc.
  17.  
  18. So I'm experimenting with the following:
  19.  
  20.     make CC=stage1/gcc CFLAGS="-g -O -Bstage1" install -n
  21.  
  22. instead of make install. This problem is not discussed in the INSTALL file, but
  23. I seem to remember that the standard UNIX make is buggy. Will my modification
  24. work? Should this be mentioned in INSTALL?
  25.  
  26. This is gcc-1.41. Sparc 2, Sunos 4.1.1.
  27.  
  28. David Cogen.
  29.  
  30.  
  31.