From: "Burger Rule" Newsgroups: comp.os.msdos.djgpp Subject: Error in RHIDE Date: Wed, 4 Aug 1999 17:26:25 +0100 Organization: UUNET Internet Africa Lines: 32 Message-ID: <7o9pn4$19oe$1@nnrp01.ops.uunet.co.za> NNTP-Posting-Host: dup10-otj.iafrica.com.na X-Trace: nnrp01.ops.uunet.co.za 933784100 42766 196.20.11.25 (4 Aug 1999 16:28:20 GMT) X-Complaints-To: abuse AT iafrica DOT com NNTP-Posting-Date: 4 Aug 1999 16:28:20 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi! I created a program, test.cpp, in C++ using RHIDE. When I RUN(not compile) this program in RHIDE, it says the following: Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory (ENOENT) I paused the screen and noted ,when choosing RUN, it uses: gcc -o test.exe test.o -lstdcx When I manually do the same as above, but with out the -lstdcx, it gives a bunch of errors. But shouldn't it use 'gxx'?. I also did the above using gxx without the '-lstdcx'. It worked 100% correct I didn't find such a file as 'lstdcx', as I thought, because it isn't a file format. It looks like a switch given to ld --> ld -lstdcx. How can I solve this? Your effort in replying to this message is MUCH APPRECIATED. Thanx in advance. Burger_RULE!! Please reply to : burger_rule AT mailcity DOT com