home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!asuvax!chnews!tmcconne
- From: tmcconne@sedona.intel.com (Tom McConnell~)
- Newsgroups: comp.unix.aix
- Subject: Re: g++ 2.3.3 unresolved/undefined symbols
- Date: 5 Jan 1993 17:05:01 GMT
- Organization: Intel Corporation
- Lines: 46
- Sender: tmcconne@sedona (Tom McConnell~)
- Distribution: world
- Message-ID: <1icf3tINNt83@chnews.intel.com>
- References: <1993Jan4.195047.19764@news2.cis.umn.edu> <1993Jan5.161034.13509@olymp.informatik.uni-bonn.de>
- NNTP-Posting-Host: thunder.intel.com
- Originator: tmcconne@sedona
-
-
- In article <1993Jan5.161034.13509@olymp.informatik.uni-bonn.de>, greve@rs1.thch.uni-bonn.de (Thomas Greve) writes:
- > 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
-
- The problem is a little more basic than that. I think the problem is that you
- need the "fixed" assembler for the RS/6000. Read the "README.RS6000" file in the
- gcc-2.3.3 distribution. Here is an excerpt:
-
- ... call IBM Support at 800-237-5511. Ask for emergency shipment
- of the rs6000 AIX fix for APAR IX26107.
-
- ... If you tell them you're running AIX version 3.2, you may be
- told that no fix is available yet. In fact the 3.15 fix works
- fine on version 3.2. Talk them into shipping it to you anyway.
-
-
- Cheers,
-
- Tom McConnell
- --
- Tom McConnell | Internet: tmcconne@sedona.intel.com
- Intel, Corp. C3-91 | Phone: (602)-554-8229
- 5000 W. Chandler Blvd. | The opinions expressed are my own. No one in
- Chandler, AZ 85226 | their right mind would claim them.
-