From: Mark Slagell Newsgroups: comp.os.msdos.djgpp Subject: Re: Rhide linking problem Date: Sat, 29 May 1999 11:00:50 -0500 Organization: Iowa State University Lines: 25 Message-ID: <37500F32.E7F01299@iastate.edu> References: <374E4483 DOT E7CB665A AT Hotmail DOT com> NNTP-Posting-Host: redwolf.cs.iastate.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.06 [en] (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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.