home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / aix / 13009 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  2.5 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!asuvax!chnews!tmcconne
  2. From: tmcconne@sedona.intel.com (Tom McConnell~)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: g++ 2.3.3 unresolved/undefined symbols
  5. Date: 5 Jan 1993 17:05:01 GMT
  6. Organization: Intel Corporation
  7. Lines: 46
  8. Sender: tmcconne@sedona (Tom McConnell~)
  9. Distribution: world
  10. Message-ID: <1icf3tINNt83@chnews.intel.com>
  11. References: <1993Jan4.195047.19764@news2.cis.umn.edu> <1993Jan5.161034.13509@olymp.informatik.uni-bonn.de>
  12. NNTP-Posting-Host: thunder.intel.com
  13. Originator: tmcconne@sedona
  14.  
  15.  
  16. In article <1993Jan5.161034.13509@olymp.informatik.uni-bonn.de>, greve@rs1.thch.uni-bonn.de (Thomas Greve) writes:
  17. > In article <1993Jan4.195047.19764@news2.cis.umn.edu> hoberoi@limerick.cbs.umn.edu writes:
  18. > >Hi, I have been compiling a program (that works fine on a sun g++ 2.2.1) but
  19. > >gives the following error on the RS6000:
  20. > >0706-317 ERROR: Unresolved or undefined symbols detected:
  21. > >                 Symbols in error (followed by references) are
  22. > >                 dumped to the load map.
  23. > >                 The -bloadmap:<filename> option will create a load map.
  24. > >__ls__FR7ostreamPCc
  25. > >__ls__FR7ostreamf
  26. > These symbols are part of the Stream class. They *should* be contained
  27. > in libg++. If they are not, rebuild libg++ -- and be sure to have the
  28. > current version: 2.3. If you don't have, you can get it from 
  29. >     prep.ai.mit.edu:/pub/gnu/libg++-2.3.tar.Z
  30. > Configure and make it (use gnu-make for it) and install it afterwards.
  31. > You will probably have difficulties with g++ and debug information, so
  32. > you'd better compile it without (CFLAGS=-O2).
  33. > -- 
  34. >                 - Thomas
  35. >    greve@rs1.thch.uni-bonn.de
  36. >    unt145@dbnrhrz1
  37.  
  38.   The problem is a little more basic than that. I think the problem is that you
  39. need the "fixed" assembler for the RS/6000. Read the "README.RS6000" file in the
  40. gcc-2.3.3 distribution. Here is an excerpt:
  41.  
  42.     ... call IBM Support at 800-237-5511.  Ask for emergency shipment
  43.     of the rs6000 AIX fix for APAR IX26107.
  44.  
  45.     ... If you tell them you're running AIX version 3.2, you may be
  46.     told that no fix is available yet.  In fact the 3.15 fix works
  47.     fine on version 3.2.  Talk them into shipping it to you anyway.
  48.  
  49.  
  50.     Cheers,
  51.  
  52.     Tom McConnell
  53. -- 
  54.  Tom McConnell          |     Internet: tmcconne@sedona.intel.com
  55.  Intel, Corp. C3-91     |     Phone: (602)-554-8229
  56.  5000 W. Chandler Blvd. | The opinions expressed are my own. No one in 
  57.  Chandler, AZ  85226    | their right mind would claim them.
  58.