home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / shell / 4760 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.6 KB  |  51 lines

  1. Newsgroups: comp.unix.shell
  2. Path: sparky!uunet!boulder!colorado.edu!ejh
  3. From: ejh@khonshu.colorado.edu (Edward J. Hartnett)
  4. Subject: real easy shell question - PLEASE HELP!!!
  5. Message-ID: <EJH.92Nov17174036@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: 17 Nov 92 17:40:36
  10. Lines: 39
  11.  
  12.  
  13. Hi, I'm trying to install gcc 2.3.1 on a Sun IPC running sunos 4.1.1 
  14. I posted this question to gnu.gcc.help and didn't get a single reply.
  15. Could someone please reply, because I've posted about 15 times in the
  16. last two weeks for various problems and haven't gotten a single
  17. answer. It's pretty weird! So if you are outside of colorado, please
  18. reply.
  19.  
  20. I was trying to redirect the output of my stage three make, but it
  21. printed some messages to stderr and I missed them. Now when I run the
  22. stage three it gives me the following:
  23.  
  24. [khonshu:/usr/local/gcc/gcc-2.3.1 ! ]# make CC="stage2/xgcc -Bstage2/" CFLAGS="
  25. -g -O" LANGUAGES=c
  26. if [ -f libgcc2.ready ] ; then \
  27.         true; \
  28. else \
  29.         touch libgcc2.ready; \
  30. fi
  31. [khonshu:/usr/local/gcc/gcc-2.3.1 ! ]#
  32.  
  33. What can I do to run the stage 3 compile without starting all over
  34. again with the tar file? If I delete libgcc3.ready, will that do the
  35. trick? (As you can probably tell, I don't know much about shell
  36. scripts). 
  37.  
  38. Also in the distribution directory I just found a script dostage3:
  39.  
  40. #!/bin/sh
  41. make -k LANGUAGES=c $1 CC=stage2/xgcc XCFLAGS=-Bstage2/ CFLAGS="-g $2" >log3 2>&1
  42.  
  43. Sould I be using this? If I run it with no arguments will it do what I
  44. want? 
  45.  
  46. Thanks,
  47.     Ed
  48. --
  49. Edward Hartnett            ejh@khonshu.colorado.edu
  50.  
  51.