From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: problems making linux build/host for target msdosdjgpp Date: 7 Nov 2002 14:48:36 GMT Organization: Aachen University of Technology (RWTH) Lines: 19 Message-ID: References: <004201c285fd$3969cb90$021ca8c0 AT helm> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 1036680516 2828 137.226.32.75 (7 Nov 2002 14:48:36 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 7 Nov 2002 14:48:36 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Charles Wilkins wrote: > libstdc++ includes a form of the C standard library. > examples > ctype.h in the C standard library is cctype in libstdc++ > stdio.h in the C standard library is cstdio in libstdc++ > stdlib.h in the C standard library is cstdlib in libstdc++ > etc... Those are not the library. They're just C++-ified versions of the *headers* for that library. You might just cheat and install the libraries of the native DJGPP GCC build, of course. Or at least have a very close look at the native DJGPP source distribution for GCC to see how that's being built. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.