home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.help
- Path: sparky!uunet!boulder!colorado.edu!ejh
- From: ejh@khonshu.colorado.edu (Edward J. Hartnett)
- Subject: HELP! Easy Question! (on problems with stage 3 compile)
- Message-ID: <EJH.92Nov16104414@khonshu.colorado.edu>
- Sender: news@colorado.edu (The Daily Planet)
- Nntp-Posting-Host: khonshu.colorado.edu
- Organization: CIRES, University of Colorado
- Date: 16 Nov 92 10:44:14
- Lines: 36
-
- I posted this last week and got no answers at all. Is this getting
- out?
-
- Hi, I'm trying to install gcc 2.3.1 on a Sun IPC running sunos 4.1.1
-
- I was trying to redirect the output of my stage three make, but it
- printed some messages to stderr and I missed them. Now when I run the
- stage three it gives me the following:
-
- [khonshu:/usr/local/gcc/gcc-2.3.1 ! ]# make CC="stage2/xgcc -Bstage2/" CFLAGS="
- -g -O" LANGUAGES=c
- if [ -f libgcc2.ready ] ; then \
- true; \
- else \
- touch libgcc2.ready; \
- fi
- [khonshu:/usr/local/gcc/gcc-2.3.1 ! ]#
-
- What can I do to run the stage 3 compile without starting all over
- again with the tar file? If I delete libgcc3.ready, will that do the
- trick? (As you can probably tell, I don't know much about shell
- scripts).
-
- Also in the distribution directory I just found a script dostage3:
-
- #!/bin/sh
- make -k LANGUAGES=c $1 CC=stage2/xgcc XCFLAGS=-Bstage2/ CFLAGS="-g $2" >log3 2>&1
-
- Sould I be using this? If I run it with no arguments will it do what I
- want?
-
- Thanks,
- Ed
- --
- Edward Hartnett ejh@khonshu.colorado.edu
-
-