home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / gcc / help / 2538 < prev    next >
Encoding:
Text File  |  1992-11-16  |  1.4 KB  |  48 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!boulder!colorado.edu!ejh
  3. From: ejh@khonshu.colorado.edu (Edward J. Hartnett)
  4. Subject: HELP! Easy Question! (on problems with stage 3 compile)
  5. Message-ID: <EJH.92Nov16104414@khonshu.colorado.edu>
  6. Sender: news@colorado.edu (The Daily Planet)
  7. Nntp-Posting-Host: khonshu.colorado.edu
  8. Organization: CIRES, University of Colorado
  9. Date: 16 Nov 92 10:44:14
  10. Lines: 36
  11.  
  12. I posted this last week and got no answers at all. Is this getting
  13. out?
  14.  
  15. Hi, I'm trying to install gcc 2.3.1 on a Sun IPC running sunos 4.1.1
  16.  
  17. I was trying to redirect the output of my stage three make, but it
  18. printed some messages to stderr and I missed them. Now when I run the
  19. stage three it gives me the following:
  20.  
  21. [khonshu:/usr/local/gcc/gcc-2.3.1 ! ]# make CC="stage2/xgcc -Bstage2/" CFLAGS="
  22. -g -O" LANGUAGES=c
  23. if [ -f libgcc2.ready ] ; then \
  24.         true; \
  25. else \
  26.         touch libgcc2.ready; \
  27. fi
  28. [khonshu:/usr/local/gcc/gcc-2.3.1 ! ]#
  29.  
  30. What can I do to run the stage 3 compile without starting all over
  31. again with the tar file? If I delete libgcc3.ready, will that do the
  32. trick? (As you can probably tell, I don't know much about shell
  33. scripts). 
  34.  
  35. Also in the distribution directory I just found a script dostage3:
  36.  
  37. #!/bin/sh
  38. make -k LANGUAGES=c $1 CC=stage2/xgcc XCFLAGS=-Bstage2/ CFLAGS="-g $2" >log3 2>&1
  39.  
  40. Sould I be using this? If I run it with no arguments will it do what I
  41. want? 
  42.  
  43. Thanks,
  44.     Ed
  45. --
  46. Edward Hartnett            ejh@khonshu.colorado.edu
  47.  
  48.