From: "Arman" Newsgroups: comp.os.msdos.djgpp Subject: Rhide error! Serious error!!! Date: Fri, 2 Apr 1999 17:24:49 +0800 Organization: INDOSATnet News Server Lines: 14 Message-ID: <7e3k19$41110@indo-news> NNTP-Posting-Host: 202.155.6.37 X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I've installed Rhide to use it with DJGPP. I run RHide from "bin" directory.When I try to compile a *.c program from the Rhide compile menu, I get an error message: "Cannot specify -o with -c and multiple compilations. I've add this 2 line to autoexec.bat, but it still same. set path=C:\DJGPP\BIN;%PATH% set DJGPP=C:\DJGPP\DJGPP.ENV I try to run the *.c program from the RHIDE run menu, I get an error message again : "Could not find the source file ' *.c* '. Make sure, that the file exist or check the settings in 'Options/Directories' for the correct paths". There are other menu make me get that error. After try that menu (run), I try again to compile. The error message I get is same with run menu.