From: zidharta AT geocities DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: Error in RHIDE Date: Thu, 05 Aug 1999 00:10:17 GMT Organization: Deja.com - Share what you know. Learn what you don't. Lines: 49 Message-ID: <7oakp2$8ti$1@nnrp1.deja.com> References: <7o9pn4$19oe$1 AT nnrp01 DOT ops DOT uunet DOT co DOT za> NNTP-Posting-Host: 202.49.198.2 X-Article-Creation-Date: Thu Aug 05 00:10:17 1999 GMT X-Http-User-Agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows 98) X-Http-Proxy: 1.0 x43.deja.com:80 (Squid/1.1.22) for client 202.49.198.2 X-MyDeja-Info: XMYDJUIDsidxidzid To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I had the same problem before ... find file called lstdcx I think its somewhere there inside your DJGPP directory .. its actually lstdcxx ... with two "x" ... rename the file into lstdcx with one "x" ... it should work allright ... Sid In article <7o9pn4$19oe$1 AT nnrp01 DOT ops DOT uunet DOT co DOT za>, "Burger Rule" wrote: > 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 > > Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.