home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / g / help / 1412 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.1 KB  |  33 lines

  1. Newsgroups: gnu.g++.help
  2. Path: sparky!uunet!stanford.edu!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!csc.ti.com!tilde.csc.ti.com!mksol!mksol!mcook
  3. From: mcook@mksol.dseg.ti.com (mark k cook)
  4. Subject: libg++-2.2 make can't find stdarg.h on Sun
  5. Message-ID: <1992Nov6.170125.2677@mksol.dseg.ti.com>
  6. Keywords: include libg++ stdarg make
  7. Sender: mcook@mksol (mark k cook)
  8. Nntp-Posting-Host: localhost
  9. Organization: Texas Instruments
  10. Date: Fri, 6 Nov 1992 17:01:25 GMT
  11. Lines: 20
  12.  
  13. I'm trying to install libg++-2.2 for a sparc.  I used:
  14.  
  15. configure -host=sparc-sun-sunos4.1 -target=sparc-sun-sunos4.1
  16.  
  17.  
  18. then did a make.  When it gets to a file (src/String.cc was the
  19. first) that needs stdarg.h, it can't find it.  In g++-include
  20. there is a stdarg.h that does a #include_next<stdarg.h> which
  21. according to the WHATS.NEW file is supposed to include another
  22. system stdarg.h instead of #include /usr/include/stdarg.h.
  23. My problem is that I don't seem to have another stdarg.h at all.
  24.  
  25. My OS is SUN-OS v 4.1.2 and I have an sparcstation IPC.
  26. Any help would be appreciated.  Please e-mail me at:
  27.  
  28.         mcook@lvips0.dseg.ti.com
  29.  
  30.  
  31.                 Thanks,
  32.                 Mark
  33.