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