home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / g / lib / bug / 720 < prev    next >
Encoding:
Text File  |  1992-12-23  |  1.8 KB  |  57 lines

  1. Newsgroups: gnu.g++.lib.bug
  2. Path: sparky!uunet!spool.mu.edu!agate!usenet.ins.cwru.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!cleveland.FReenet.EDU!cc971
  3. From: cc971@cleveland.FReenet.EDU (Stephen  C. Fitch)
  4. Subject: libg++2.3 build fails
  5. Message-ID: <1ha6b9INN2bb@usenet.INS.CWRU.Edu>
  6. Sender: gnulists@ai.mit.edu
  7. Reply-To: cc971@cleveland.freenet.edu (Stephen  C. Fitch)
  8. Organization: Case Western Reserve University, Cleveland, OH (USA)
  9. Distribution: gnu
  10. Date: Wed, 23 Dec 1992 17:06:49 GMT
  11. Approved: bug-lib-g++@prep.ai.mit.edu
  12. Lines: 43
  13.  
  14. Hi,
  15.  
  16. I'm in the process of compiling the libg++2.3 library, when I
  17. run the make after executing configure I see:
  18.  
  19. ..
  20. ...
  21. ...... A bunch of lines deleted, here it is from after 
  22. ...... the creation of libiberty.a
  23. ....
  24. ....
  25. ar qc libiberty.a \
  26.   argv.o basename.o concat.o cplus-dem.o fdmatch.o  getopt.o getopt1.o obstack.o spaces.o strerror.o strsignal.o memmove.o strtoul.o alloca.o
  27. ranlib libiberty.a
  28. rootme=`pwd`/ ; export rootme; \
  29. CC="cc "; export CC; \
  30. CXX="gcc  "; export CXX; \
  31. CONFIG_NM="nm"; export CONFIG_NM; \
  32. ./utils/gen-params LIB_VERSION=2.3  >tmp-params.h
  33. gcc: dummy.C: linker input file unused since linking not done
  34. nm: dummy.o: cannot open
  35. nm: dummy.o: cannot open
  36. nm failed to find FUNC in dummy.o!
  37. ./utils/gen-params: -1: bad number 
  38. *** Error code 1 
  39. make: Fatal error: Command failed for target `_G_config.h' 
  40. Current working directory /usr/local/tmp/libg++-2.3/libg++
  41. *** Error code 1 
  42. make: Fatal error: Command failed for target `all-libg++' 
  43. polaris%  
  44.  
  45.  
  46. I'm on a SparcStation 1 running SunOS 4.1.3. I have previously
  47. compiled gcc2.3 (with --prefix="/usr/local/tmp" LANGUAGES="c c++",
  48. I'm not sure if this make is using the new 2.3 release compiler 
  49. or my old 1.37 ver of gcc. I cannot remove the old 1.37 ver of gcc,
  50. that lives in /usr/local/bin.
  51.  
  52. Any clues as to where I have gone wrong ?
  53.  
  54. Steve Fitch.
  55.  
  56.  
  57.