home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / gcc / help / 1804 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.6 KB  |  50 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!st6000.sct.edu!install2
  3. From: install2@st6000.sct.edu (Ron Skopitz)
  4. Subject: (none)
  5. Message-ID: <9207290546.AA47295@st6000.sct.edu>
  6. Sender: daemon@cis.ohio-state.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Tue, 28 Jul 1992 21:46:33 GMT
  10. Lines: 38
  11.  
  12.  
  13. Howdy!
  14.     Thanks all for the help!  GCC compiled flawlessly after your
  15. instructions!  Now I assuming that I must build the libraries in order to
  16. get anything to work. (?)  I compiled gcc into an install acount (not into
  17. /bin/...) so maybr that is part of my trouble with the following error I get
  18. when trying to compile libraries.  Any suggestions???  Once again, this is
  19. an RS/6000 running AIX 3.2.  Thanks!!
  20.  
  21.  
  22.  
  23.  
  24. make all
  25.         rootme=`pwd` ; export rootme; CC="cc `if [ -f ${rootme}/../gcc/gcc ] ; \
  26.                 then echo -I${rootme}/../gcc/include ; \
  27.                 else echo ; fi`"; export CC; \
  28.                 ./utils/gen-params  >tmp-params.h
  29. cc: 1501-218 file dummy.C contains an incorrect file suffix
  30. nm: dummy.o: 0654-200 Cannot open the specified file.
  31.  
  32. nm: A file or directory in the path name does not exist.
  33. nm: dummy.o: 0654-200 Cannot open the specified file.
  34.  
  35. nm: A file or directory in the path name does not exist.
  36. nm failed to find FUNC in dummy.o!
  37. ./utils/gen-params: -1: 0402-007 The specified number is outside the range for this command.
  38. make: 1254-004 The error code from the last command is 1.
  39.  
  40. Make Quitting.
  41. make: 1254-004 The error code from the last command is 2.
  42.  
  43. Make Quitting.
  44.  
  45.  
  46.     See if you can make any sense outa this?!?  Thanks again...
  47.  
  48.                     --Ron Skopitz
  49.                       install2@st6000.sct.edu
  50.