home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.g++.help
- 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
- From: mcook@mksol.dseg.ti.com (mark k cook)
- Subject: libg++-2.2 make can't find stdarg.h on Sun
- Message-ID: <1992Nov6.170125.2677@mksol.dseg.ti.com>
- Keywords: include libg++ stdarg make
- Sender: mcook@mksol (mark k cook)
- Nntp-Posting-Host: localhost
- Organization: Texas Instruments
- Date: Fri, 6 Nov 1992 17:01:25 GMT
- Lines: 20
-
- I'm trying to install libg++-2.2 for a sparc. I used:
-
- configure -host=sparc-sun-sunos4.1 -target=sparc-sun-sunos4.1
-
-
- then did a make. When it gets to a file (src/String.cc was the
- first) that needs stdarg.h, it can't find it. In g++-include
- there is a stdarg.h that does a #include_next<stdarg.h> which
- according to the WHATS.NEW file is supposed to include another
- system stdarg.h instead of #include /usr/include/stdarg.h.
- My problem is that I don't seem to have another stdarg.h at all.
-
- My OS is SUN-OS v 4.1.2 and I have an sparcstation IPC.
- Any help would be appreciated. Please e-mail me at:
-
- mcook@lvips0.dseg.ti.com
-
-
- Thanks,
- Mark
-