home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / gcc / help / 2498 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.3 KB  |  46 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: problems during stage3 test compilation
  5. Message-ID: <EJH.92Nov11134910@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: 11 Nov 92 13:49:10
  10. Lines: 34
  11.  
  12.  
  13. Hi, I'm trying to install gcc 2.3.1 on a Sun IPC running sunos 4.1.1
  14.  
  15. I was trying to redirect the output of my stage three make, but it
  16. printed some messages to stderr and I missed them. Now when I run the
  17. stage three it gives me the following:
  18.  
  19. [khonshu:/usr/local/gcc/gcc-2.3.1 ! ]# make CC="stage2/xgcc -Bstage2/" CFLAGS="
  20. -g -O" LANGUAGES=c
  21. if [ -f libgcc2.ready ] ; then \
  22.         true; \
  23. else \
  24.         touch libgcc2.ready; \
  25. fi
  26. [khonshu:/usr/local/gcc/gcc-2.3.1 ! ]#
  27.  
  28. What can I do to run the stage 3 compile without starting all over
  29. again with the tar file? If I delete libgcc3.ready, will that do the
  30. trick? (As you can probably tell, I don't know much about shell
  31. scripts). 
  32.  
  33. Also in the distribution directory I just found a script dostage3:
  34.  
  35. #!/bin/sh
  36. make -k LANGUAGES=c $1 CC=stage2/xgcc XCFLAGS=-Bstage2/ CFLAGS="-g $2" >log3 2>&1
  37.  
  38. Sould I be using this? If I run it with no arguments will it do what I
  39. want? 
  40.  
  41. Thanks,
  42.     Ed
  43. --
  44. Edward Hartnett            ejh@khonshu.colorado.edu
  45.  
  46.