home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.aix
- 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
- From: greve@rs1.thch.uni-bonn.de (Thomas Greve)
- Subject: Re: g++ 2.3.3 unresolved/undefined symbols
- Message-ID: <1993Jan5.161034.13509@olymp.informatik.uni-bonn.de>
- Sender: usenet@olymp.informatik.uni-bonn.de
- Organization: University of Bonn, phys. Chemistry
- References: <1993Jan4.195047.19764@news2.cis.umn.edu>
- Date: Tue, 5 Jan 1993 16:10:34 GMT
- Lines: 23
-
- In article <1993Jan4.195047.19764@news2.cis.umn.edu> hoberoi@limerick.cbs.umn.edu writes:
- >Hi, I have been compiling a program (that works fine on a sun g++ 2.2.1) but
- >gives the following error on the RS6000:
- >0706-317 ERROR: Unresolved or undefined symbols detected:
- > Symbols in error (followed by references) are
- > dumped to the load map.
- > The -bloadmap:<filename> option will create a load map.
- >__ls__FR7ostreamPCc
- >__ls__FR7ostreamf
- These symbols are part of the Stream class. They *should* be contained
- in libg++. If they are not, rebuild libg++ -- and be sure to have the
- current version: 2.3. If you don't have, you can get it from
- prep.ai.mit.edu:/pub/gnu/libg++-2.3.tar.Z
-
- Configure and make it (use gnu-make for it) and install it afterwards.
- You will probably have difficulties with g++ and debug information, so
- you'd better compile it without (CFLAGS=-O2).
-
- --
- - Thomas
-
- greve@rs1.thch.uni-bonn.de
- unt145@dbnrhrz1
-