home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / aix / 13006 < prev    next >
Encoding:
Text File  |  1993-01-05  |  1.5 KB  |  35 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!haven.umd.edu!ames!elroy.jpl.nasa.gov!swrinde!gatech!destroyer!sol.ctr.columbia.edu!ira.uka.de!Sirius.dfn.de!olymp!rs1.thch.uni-bonn.de!greve
  3. From: greve@rs1.thch.uni-bonn.de (Thomas Greve)
  4. Subject: Re: g++ 2.3.3 unresolved/undefined symbols
  5. Message-ID: <1993Jan5.161034.13509@olymp.informatik.uni-bonn.de>
  6. Sender: usenet@olymp.informatik.uni-bonn.de
  7. Organization: University of Bonn, phys. Chemistry
  8. References: <1993Jan4.195047.19764@news2.cis.umn.edu>
  9. Date: Tue, 5 Jan 1993 16:10:34 GMT
  10. Lines: 23
  11.  
  12. In article <1993Jan4.195047.19764@news2.cis.umn.edu> hoberoi@limerick.cbs.umn.edu writes:
  13. >Hi, I have been compiling a program (that works fine on a sun g++ 2.2.1) but
  14. >gives the following error on the RS6000:
  15. >0706-317 ERROR: Unresolved or undefined symbols detected:
  16. >                 Symbols in error (followed by references) are
  17. >                 dumped to the load map.
  18. >                 The -bloadmap:<filename> option will create a load map.
  19. >__ls__FR7ostreamPCc
  20. >__ls__FR7ostreamf
  21. These symbols are part of the Stream class. They *should* be contained
  22. in libg++. If they are not, rebuild libg++ -- and be sure to have the
  23. current version: 2.3. If you don't have, you can get it from 
  24.     prep.ai.mit.edu:/pub/gnu/libg++-2.3.tar.Z
  25.  
  26. Configure and make it (use gnu-make for it) and install it afterwards.
  27. You will probably have difficulties with g++ and debug information, so
  28. you'd better compile it without (CFLAGS=-O2).
  29.  
  30. -- 
  31.                 - Thomas
  32.  
  33.    greve@rs1.thch.uni-bonn.de
  34.    unt145@dbnrhrz1
  35.