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

  1. Newsgroups: gnu.g++.lib.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!ohm.berkeley.edu!jbuck
  3. From: jbuck@ohm.berkeley.edu (Joe Buck)
  4. Subject: Re: libg++ 2.2 problem
  5. Message-ID: <9207290106.AA24351@ohm.Berkeley.EDU>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: U. C. Berkeley
  8. References: <9207272047.AA14817@_devon.prepnet.com>
  9. Distribution: gnu
  10. Date: Wed, 29 Jul 1992 01:06:22 GMT
  11. Approved: bug-lib-g++@prep.ai.mit.edu
  12. Lines: 25
  13.  
  14. In article <9207272047.AA14817@_devon.prepnet.com> you write:
  15. >I built libg++ version 2.2 on a HP 9000/730 (running HP-UX 8.05)
  16. >using GCC version 2.2.2.  Whenever I try to link libg++.a with
  17. >any C++ program, no matter how trivial, I always get the following
  18. >error from the linker:
  19. >
  20. >ld: Unsatisfied symbols:
  21. >   _vt.filebuf (data)
  22.  
  23. There's a problem in configure for the HP; the following workaround
  24. worked for me.  Ignore the threatening
  25.  
  26. /* AUTOMATICALLY GENERATED; DO NOT EDIT! */ 
  27.  
  28. warning and add the line
  29.  
  30. #define _G_DOLLAR_IN_LABEL 1
  31.  
  32. to _G_config.h in the src directory.
  33.  
  34.  
  35.  
  36. -- 
  37. Joe Buck    jbuck@ohm.berkeley.edu
  38.  
  39.