home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / g / lib / bug / 753 < prev    next >
Encoding:
Text File  |  1993-01-08  |  2.3 KB  |  62 lines

  1. Newsgroups: gnu.g++.lib.bug
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!cv.ruu.NL!bartm
  3. From: bartm@cv.ruu.NL (Bart Muyzer)
  4. Subject: libg++ 2.3 and gcc 2.3.3 on HP9k700; unsatisfied symbols??
  5. Message-ID: <1993Jan7.110644.14286@cv.ruu.nl>
  6. Keywords: iostream
  7. Sender: gnulists@ai.mit.edu
  8. Organization: University of Utrecht, 3D Computer Vision Research Group
  9. Distribution: gnu
  10. Date: Thu, 7 Jan 1993 11:06:44 GMT
  11. Approved: bug-lib-g++@prep.ai.mit.edu
  12. Lines: 48
  13.  
  14. Hello,
  15.  
  16. As a followup to the patches for libg++ 2.2 on HP9000/700 systems, I'm
  17. currently putting together a set of patches that makes a working libg++ 2.3 
  18. with gcc 2.3.3 on  that kind of systems. I've managed to build the library and
  19. to run nearly all the checks.
  20.  
  21. There's one problem I have been unable to  solve so far.
  22. In the directory libg++/etc/fib, I get the following while running "make
  23. check":
  24.  
  25.  gcc -O  -I./../../iostream -I./../../src -I./../.. -o fib fib.o ../../libg++.a
  26.  ld: Unsatisfied symbols:
  27.     __ls__FR7ostreamd (code)
  28.     __ls__FR7ostreami (code)
  29.     __ls__FR7ostreamPCc (code)
  30.  collect: /bin/ld returned 1 exit status
  31.  
  32. Adding a little more verbosity uncovers:
  33.  
  34.  Reading specs from /usr/local/lib/gcc-lib/hp700-hpux/2.3.3/specs
  35.  gcc version 2.3.3
  36.  /usr/local/lib/gcc-lib/hp700-hpux/2.3.3/ld -u main -a archive -o fib /lib/crt0.o fib.o ../../libg++.a /usr/local/lib/gcc-lib/hp700-hpux/2.3.3/libgcc.a -lc /usr/local/lib/gcc-lib/hp700-hpux/2.3.3/libgcc.a
  37.  ld: Unsatisfied symbols:
  38.     __ls__FR7ostreamd (code)
  39.     __ls__FR7ostreami (code)
  40.     __ls__FR7ostreamPCc (code)
  41.  collect: /bin/ld returned 1 exit status
  42.  
  43. It turns out that the "Unsatisfied symbols" aren't even in the just build
  44. libg++.a!!????
  45.  
  46. When I link with version 2.2 of libg++, all works well. In libg++ 2.2, the
  47. "Unsatisfied symbols" seem to come from the file 'iostream.o'.
  48.  
  49. Could anybody please help me ASAP? I want to post the patches the minute I
  50. have things work to share them with other net-ters...
  51.  
  52. Thans very much in advance,
  53.                             >] Bartm [<
  54.  
  55. -- 
  56. Bart Muyzer, Systems and Network Administrator, [NIC-Whois handle: BJM9]
  57.      3D Computer Vision, Room E02.222, University Hospital Utrecht,
  58.      Heidelberglaan 100, 3584 CX Utrecht, Holland. E-mail: bartm@cv.ruu.nl
  59.      Fax: +31-30-513399. Tel: +31-30-506711 (w), +31-3402-52157 (h). 
  60.  
  61.  
  62.