From: Terry Wilcox Newsgroups: comp.os.msdos.djgpp Subject: Rhide linking problem Date: Fri, 28 May 1999 16:23:48 +0900 Organization: University of Alaska Computer Network Lines: 19 Message-ID: <374E4483.E7CB665A@Hotmail.com> NNTP-Posting-Host: matsu-usr-01-15.alaska.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.01 [en] (Win95; I) X-Priority: 3 (Normal) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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.