From: Terry Wilcox Newsgroups: comp.os.msdos.djgpp Subject: Problem with linking Rhide Date: Sun, 30 May 1999 14:00:35 +0900 Organization: University of Alaska Computer Network Lines: 18 Message-ID: <3750C5F2.776D272F@Hotmail.com> NNTP-Posting-Host: matsu-usr-01-24.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 This is the second time I have tried sending this, but I can't find the first posted so if you are reading this for a second time, that is why. I am having a problem linking problems using rhide. The problem is that rhide appends a -lstdcx to the end of all linking commands so an example of what it might do would be: gxx -o myProgram.exe myProgram.o -lstdcx It interupts the -lstdcx as a file it has to open, and since there is no such file it ends with an error. I can work around this my calling the linker from dos, but as the number of modules in my program increases, this is becoming less and less feasible. Thanks for any help you can give me in getting rid of the -lstdcx.