home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.g++.lib.bug
- Path: sparky!uunet!cis.ohio-state.edu!ohm.berkeley.edu!jbuck
- From: jbuck@ohm.berkeley.edu (Joe Buck)
- Subject: Re: libg++ 2.2 problem
- Message-ID: <9207290106.AA24351@ohm.Berkeley.EDU>
- Sender: gnulists@ai.mit.edu
- Organization: U. C. Berkeley
- References: <9207272047.AA14817@_devon.prepnet.com>
- Distribution: gnu
- Date: Wed, 29 Jul 1992 01:06:22 GMT
- Approved: bug-lib-g++@prep.ai.mit.edu
- Lines: 25
-
- In article <9207272047.AA14817@_devon.prepnet.com> you write:
- >I built libg++ version 2.2 on a HP 9000/730 (running HP-UX 8.05)
- >using GCC version 2.2.2. Whenever I try to link libg++.a with
- >any C++ program, no matter how trivial, I always get the following
- >error from the linker:
- >
- >ld: Unsatisfied symbols:
- > _vt.filebuf (data)
-
- There's a problem in configure for the HP; the following workaround
- worked for me. Ignore the threatening
-
- /* AUTOMATICALLY GENERATED; DO NOT EDIT! */
-
- warning and add the line
-
- #define _G_DOLLAR_IN_LABEL 1
-
- to _G_config.h in the src directory.
-
-
-
- --
- Joe Buck jbuck@ohm.berkeley.edu
-
-