home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / g / lib / bug / 446 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.3 KB  |  50 lines

  1. Newsgroups: gnu.g++.lib.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!devon.prepnet.com!freeman
  3. From: freeman@devon.prepnet.com (Jon Freeman)
  4. Subject: libg++ 2.2 problem
  5. Message-ID: <9207272047.AA14817@_devon.prepnet.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Mon, 27 Jul 1992 20:47:24 GMT
  10. Approved: bug-lib-g++@prep.ai.mit.edu
  11. Lines: 37
  12.  
  13. I built libg++ version 2.2 on a HP 9000/730 (running HP-UX 8.05)
  14. using GCC version 2.2.2.  Whenever I try to link libg++.a with
  15. any C++ program, no matter how trivial, I always get the following
  16. error from the linker:
  17.  
  18. ld: Unsatisfied symbols:
  19.    _vt.filebuf (data)
  20.  
  21.  
  22. For example, here's what happens when I try to install libg++-2.2:
  23. -----------------------------------------------
  24. ...
  25.         cd test-install; make test-90S  \
  26.             CC=/usr/local/bin/gcc COMPILE_FLAGS="" LIBS=-lg++
  27.         ./foo_main.run > foo_main.out
  28.         diff ./expected.out foo_main.out >foo_main.diff
  29.         /usr/local/bin/gcc   -c a.cc
  30.         /usr/local/bin/gcc -o a  a.o -lg++
  31. ld: Unsatisfied symbols:
  32.    _vt.filebuf (data)
  33. collect: /bin/ld returned 1 exit status
  34. *** Error code 1
  35.  
  36. Stop.
  37. *** Error code 1
  38.  
  39. Stop.
  40. *** Error code 1
  41.  
  42. Stop.
  43. -----------------------------------------------
  44.  
  45. What is the cause of this error?
  46.                 Thanks,
  47.                  Jon
  48.                  (freeman@devon.prepnet.com)
  49.  
  50.