NNTP-Posting-Date: Thu, 07 Nov 2002 09:55:15 -0600 From: Charles Wilkins Newsgroups: comp.os.msdos.djgpp Subject: Re: problems making linux build/host for target msdosdjgpp Date: Thu, 07 Nov 2002 10:57:08 -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: 19 X-Trace: sv3-YeQaRRXpXmtW/TetZIHVK89I4yt08HA+lnfvcZ/YSUiEwKuQYjsZ/p67jZ1WKI7riNWoeS9loiMncuy!fl6jl95K+N5481o2VemlMCO81tKAaLxtZUrRyFrRUeROPNQV149t5YKno9/ji9mmf73JOio= 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 >Isn't the ANSI / ISO C++ Standard Libray ( libstdc++ ) along with its >headers (non-deprecated or 'C++ified' headers and STL headers) >supposed to build with the linux hosts crossgcc. for the language lawyers: not to say that libstdc++ is 100% ANSI / ISO compliant, but it tries to be >I just want to be clear that I will be able to build a cross gcc that >makes DOS executables with the same full C++ support that a natively >built GCC-3.2 can do. for the language lawyers: not to say that GCC-3.2 100% supports C++ and its standard library, but it comes close... as close or closer than many other implementations. Charles