home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / g / help / 1608 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.4 KB

  1. Path: sparky!uunet!cs.utexas.edu!asuvax!chnews!tmcconne
  2. From: tmcconne@sedona.intel.com (Tom McConnell~)
  3. Newsgroups: gnu.g++.help,gnu.g++
  4. Subject: Re: libg++ make fails -- new
  5. Date: 20 Dec 1992 08:23:42 GMT
  6. Organization: Intel Corporation
  7. Lines: 31
  8. Sender: tmcconne@sedona (Tom McConnell~)
  9. Distribution: world
  10. Message-ID: <1h1aieINNe52@chnews.intel.com>
  11. References: <22845@drutx.ATT.COM>
  12. Reply-To: tmcconne@sedona.intel.com
  13. NNTP-Posting-Host: thunder.intel.com
  14. Keywords: libg
  15. Originator: tmcconne@sedona
  16.  
  17.  
  18. In article <22845@drutx.ATT.COM>, ddc@druwa.ATT.COM (CusterDD) writes:
  19.   <stuff deleted>
  20.  
  21. > All the complaints have in common _G_va_list
  22. > I found
  23. > #define _G_va_list __gnuc_va_list
  24. > in config.h.  In the hopes that somehow config.h wasn't being included,
  25. > I manually made the substition at one place in streambuf.h:359
  26.  
  27.   So close! If you look in ./lib++ you will find a file called _G_config.h. In
  28. there you need to uncomment the line that defines _G_va_list. It should look
  29. something like:
  30.  
  31.     typedef char* _G_va_list;
  32.  
  33.   I think this problem is solved in libg++-2.3.
  34.  
  35.   Hope that helps.
  36.  
  37.     Cheers,
  38.  
  39.     Tom McConnell
  40. -- 
  41.  Tom McConnell          |     Internet: tmcconne@sedona.intel.com
  42.  Intel, Corp. C3-91     |     Phone: (602)-554-8229
  43.  5000 W. Chandler Blvd. | The opinions expressed are my own. No one in 
  44.  Chandler, AZ  85226    | their right mind would claim them.
  45.