home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!asuvax!chnews!tmcconne
- From: tmcconne@sedona.intel.com (Tom McConnell~)
- Newsgroups: gnu.g++.help,gnu.g++
- Subject: Re: libg++ make fails -- new
- Date: 20 Dec 1992 08:23:42 GMT
- Organization: Intel Corporation
- Lines: 31
- Sender: tmcconne@sedona (Tom McConnell~)
- Distribution: world
- Message-ID: <1h1aieINNe52@chnews.intel.com>
- References: <22845@drutx.ATT.COM>
- Reply-To: tmcconne@sedona.intel.com
- NNTP-Posting-Host: thunder.intel.com
- Keywords: libg
- Originator: tmcconne@sedona
-
-
- In article <22845@drutx.ATT.COM>, ddc@druwa.ATT.COM (CusterDD) writes:
- <stuff deleted>
-
- > All the complaints have in common _G_va_list
- >
- > I found
- >
- > #define _G_va_list __gnuc_va_list
- >
- > in config.h. In the hopes that somehow config.h wasn't being included,
- > I manually made the substition at one place in streambuf.h:359
-
- So close! If you look in ./lib++ you will find a file called _G_config.h. In
- there you need to uncomment the line that defines _G_va_list. It should look
- something like:
-
- typedef char* _G_va_list;
-
- I think this problem is solved in libg++-2.3.
-
- Hope that helps.
-
- Cheers,
-
- Tom McConnell
- --
- Tom McConnell | Internet: tmcconne@sedona.intel.com
- Intel, Corp. C3-91 | Phone: (602)-554-8229
- 5000 W. Chandler Blvd. | The opinions expressed are my own. No one in
- Chandler, AZ 85226 | their right mind would claim them.
-