NNTP-Posting-Date: Thu, 07 Nov 2002 12:53:49 -0600 From: Charles Wilkins Newsgroups: comp.os.msdos.djgpp Subject: Re: problems making linux build/host for target msdosdjgpp Date: Thu, 07 Nov 2002 13:55:42 -0500 Message-ID: <3cdlsuo8gt1d582g6t6g1u7o0h0k8373vj@4ax.com> References: <004201c285fd$3969cb90$021ca8c0 AT helm> <3c7lsuk8r4vl9sn342g6n1hv55es7k5tal AT 4ax DOT com> X-Newsreader: Forte Agent 1.92/32.570 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 25 X-Trace: sv3-4UgQ6YPKG9oCI5rZRVQjdRPKHW7fi4zQMQfd67ihUmzAP5hTNOx0gui9abylQp2H9c50iZJ9v/CDl5S!lUPaNbpIwbohgfNeuWpP5rvnu/adD515pMUvRV9MX6/Sb0Ofd6O2Graon4odUXzfLFUNmaU= 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 >> The archive libstdc++.a which is created by a typical native install >> of gcc-3.2 is _not_ what the cross compiler / linker seeks. > >I was speaking of the *DJGPP* native build. I.e. the *.a files you >find in gpp32b.zip on your friendly DJGPP ftp site. I see, this changes everything. I have been playing with moving the headers and libraries from gpp32b.zip and have not yet been successful in compiling / linking against those headers. The library libstdcxx.a is being seen by the linker, but there seem to be other issues. features.h is one of them. I would much rather successfully build libstdc++-v3 if it can be done. I have a high tolerance for pain, so I am willing to work through this. I recently received a message from Kai Ruottu from Redhat's crossgcc mailing list and am currently working through his suggestions. Maybe I will get lucky and be able to fix this. Thanks again, Charles