From: sproctor AT enter DOT net (Sean Proctor) Newsgroups: comp.os.msdos.djgpp Subject: Re: Error in RHIDE Date: Wed, 04 Aug 1999 22:30:13 GMT Message-ID: <37aabe9b.4049085@news.enter.net> References: <7o9pn4$19oe$1 AT nnrp01 DOT ops DOT uunet DOT co DOT za> X-Newsreader: Forte Agent 1.5/32.452 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 207.16.154.128 X-Original-NNTP-Posting-Host: 207.16.154.128 X-Trace: 4 Aug 1999 18:30:53 -0400, 207.16.154.128 Organization: Enter.Net Lines: 43 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Wed, 4 Aug 1999 17:26:25 +0100, "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 > > Not like I have an answer, but speaking of errors in RHIDE, anyone else notice the error when you're paging through files around to open one or something. Using the arrow works fine, but if you click on the scroll bar, it skips over one or two files. Sean Still waiting for a fix to that.