NNTP-Posting-Date: Thu, 07 Nov 2002 08:24:47 -0600 From: Charles Wilkins Newsgroups: comp.os.msdos.djgpp Subject: Re: problems making linux build/host for target msdosdjgpp Date: Thu, 07 Nov 2002 09:26:41 -0500 Message-ID: References: <004201c285fd$3969cb90$021ca8c0 AT helm> X-Newsreader: Forte Agent 1.92/32.570 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 29 X-Trace: sv3-nG9+ao+qy7NjmMdRW2IH/02tbxUkF01SLBuKT/vgTjDaUDD0I3i2tixLpY6VYvBzzys6SWDXxdPFSZY!Ou9VFhPxVKLrjp38t5rrZhD7oitDyYHxIjv0+iqivZ/2r2DOakFkKDSALVKXpd5uDn31sNo= X-Complaints-To: abuse AT comcast DOT com X-DMCA-Complaints-To: dmca AT comcast DOT net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.1 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On 7 Nov 2002 11:45:33 GMT, Hans-Bernhard Broeker wrote: >2boxers <2boxers AT comcast DOT net> wrote: > >> Isn't the standard library (along with all of the non-deprecated header and >> STL files for ANSI / ISO C++) supposed to build with the crossgcc build? > >The _C++_ standard library, and the GCC self-support library (libgcc): >yes. But not (necessarily) the C standard library. In the case of >DJGPP, you don't have to build that, since you already have one in the >djcrx package. Yes, this is what I meant. 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... Any ideas what I need to do to the sources to get libstdc++ to build? When I build gcc-3.2 as a native compiler, all is well, this problem only occurs when trying to make a crossgcc with msdosdjgpp as the target. Charles