From: "fenriswolf" Newsgroups: comp.os.msdos.djgpp References: <374E4483 DOT E7CB665A AT Hotmail DOT com> <37500F32 DOT E7F01299 AT iastate DOT edu> Subject: Re: Rhide linking problem Lines: 34 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: NNTP-Posting-Host: 208.19.155.134 X-Trace: news13.ispnews.com 928373807 208.19.155.134 (Wed, 02 Jun 1999 21:36:47 EDT) NNTP-Posting-Date: Wed, 02 Jun 1999 21:36:47 EDT Date: Wed, 2 Jun 1999 21:36:44 -0400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com try adding this line to your djgpp.env: RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx if that doesnt work youll find more info in the faq. Mark Slagell wrote in message news:37500F32 DOT E7F01299 AT iastate DOT edu... > Terry, try this: > > cd c:\djgpp\lib > copy libstdcxx.a libstdcx.a > > > Terry Wilcox wrote: > > > Hey, > > > > Since I got rhide I have had a linking problem with it. What it does it > > it posts -lstdcx at the end of all linking commands. For example, it > > might look like this > > > > gxx -o MyProgram.exe MyProgram.o -lstdcx > > > > Rhide reads that -lstdcx as a file it is soppused to link in I think, > > and when it can't find it I get a linking error. I havn't been able to > > find away to stop -lstdcx from being appended to my linking statements. > > I can work around the problem by dropping to the dos prompt and calling > > the linker myself, but some this dosen't work for programs with many > > modules (like more then 20). Anyway, if one of you fine people who > > helped build this thing know what setting I need to change to get this > > thing working correctly, let me know. >