home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.help
- Path: sparky!uunet!cis.ohio-state.edu!ll.mit.edu!cogen
- From: cogen@ll.mit.edu (David Cogen)
- Subject: Problems installing gcc
- Message-ID: <9209110942.AA01975@LL.MIT.EDU>
- Sender: daemon@cis.ohio-state.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Fri, 11 Sep 1992 05:42:13 GMT
- Lines: 19
-
- I am having some problems with installing gcc. I have already done the "make",
- a "make stage1", and the second "make". Now, doing the "make install", it
- insists on recompiling the .c files. No matter how many times I do it, it still
- wants to recompile them. And the worst thing is, it compiles them with cc, not
- gcc.
-
- So I'm experimenting with the following:
-
- make CC=stage1/gcc CFLAGS="-g -O -Bstage1" install -n
-
- instead of make install. This problem is not discussed in the INSTALL file, but
- I seem to remember that the standard UNIX make is buggy. Will my modification
- work? Should this be mentioned in INSTALL?
-
- This is gcc-1.41. Sparc 2, Sunos 4.1.1.
-
- David Cogen.
-
-
-