home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / gcc / help / 1975 < prev    next >
Encoding:
Text File  |  1992-08-22  |  3.0 KB  |  81 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!cis.ohio-state.edu!st6000.sct.edu!install2
  3. From: install2@st6000.sct.edu (Ron Skopitz)
  4. Subject: g++ lib... anyone???
  5. Message-ID: <9208221750.AA43281@st6000.sct.edu>
  6. Sender: daemon@cis.ohio-state.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Sat, 22 Aug 1992 17:50:33 GMT
  10. Lines: 69
  11.  
  12. To all those helpful people,
  13.  
  14.     Since my first request of almost a week was never responded to...
  15. I'll try begging one more time.  We understand that this probably isn't a
  16. "real" gcc problem (just operator trouble) but we would appreciate any
  17. assistance you folks may have... PLEASE???
  18.  
  19.  
  20.     First, let me say, THANKS! for all the help you've given us so
  21. far! We'd never have made it.  Here's that one question i still have (I
  22. know it's been a while).  The make of g++ lib fails, apparently at the
  23. "ld" stage.  I've tried various methods of indicating pathnames, etc to ld
  24. with the -l and -L options, but to no avail.  The compiler is being built
  25. in an install directory and NOT into /usr or any of the "default" ld
  26. search-paths, but all the gcc lib stuff headers etc. ought to be visible
  27. via my path.  As requested, here is a transcript of the failed make. 
  28. Again, sorry to bother you and thanks for the assistance, we're soooo
  29. close!! 
  30.  
  31.  
  32.  
  33. make CC="gcc" CFLAGS="-g -O" CC="gcc" all
  34. cd stdio; make all ...
  35. cd test; make all ...       
  36. rm -f libg++.a
  37.         rootme=`pwd` ; export rootme ; cd src ; ar qc ../libg++.a *.o
  38.         rootme=`pwd`; export rootme; cd iostream; \
  39.                    ar qc ../libg++.a *.o
  40.         cd ../libiberty; \
  41.                   ar qc ../libg++/libg++.a `cat needed-list` strerror.o strsignal.o
  42.         ranlib libg++.a
  43.         touch .stmp-genclass
  44.         touch .stmp-tests
  45.         touch .stmp-etc
  46.         (rootme=`pwd` ; export rootme ; cd src ; \ 
  47.                        make "CC=gcc" "CFLAGS=-g -O" "XTRAFLAGS=" \
  48.                         "AR=`if [ -f ${rootme}/../../binutils/ar ] ; \
  49.                 then echo ${rootme}/../../binutils/ar ; \
  50.                 else echo ar ; fi`" "RANLIB=`if [ -f ${rootme}/../../binutils/ranlib ] ; \
  51.                 then echo ${rootme}/../../binutils/ranlib ; \
  52.                 else echo ranlib ; fi`")
  53.         gcc -o gperf new.o options.o iterator.o main.o gen-perf.o key-list.o list-node.o hash-table.o bool-array.o read-line.o std-err.o version.o  ../../libg++.a
  54. 0706-005 ld: Cannot find file: libgcc.a
  55.         Check path name and permissions or
  56.         use local problem reporting procedures.
  57. 0706-005 ld: Cannot find file: libgcc.a
  58.         Check path name and permissions or
  59.         use local problem reporting procedures.
  60. make: 1254-004 The error code from the last command is 1.
  61.  
  62. Make Quitting.
  63. make: 1254-004 The error code from the last command is 2.
  64.  
  65. Make Quitting.
  66. make: 1254-004 The error code from the last command is 2.
  67.  
  68. Make Quitting.
  69. make: 1254-004 The error code from the last command is 2.
  70.  
  71. Make Quitting.
  72.  
  73.  
  74. Again... see if you can make any sense outa this.... we don't seem to be
  75. able to... :(  
  76.  
  77.                 Thanks again, 
  78.  
  79.                     Ron Skopitz
  80.                     install2@st6000.sct.edu
  81.