From: "BP" Newsgroups: comp.os.msdos.djgpp References: <381C77B1 DOT 853F5724 AT flashmail DOT com> <7vhspu$jro$1 AT neptunium DOT btinternet DOT com> <381CB2B3 DOT 1F664BDD AT flashmail DOT com> Subject: Re: Help!!!! Lines: 71 Organization: EAC X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: <1N4T3.4124$LX2.185248@brie.direct.ca> Date: Sun, 31 Oct 1999 16:17:09 -0800 NNTP-Posting-Host: 216.66.139.55 X-Complaints-To: abuse AT direct DOT ca X-Trace: brie.direct.ca 941414589 216.66.139.55 (Sun, 31 Oct 1999 16:03:09 PST) NNTP-Posting-Date: Sun, 31 Oct 1999 16:03:09 PST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com If you are using Rhide 14b, make sure that you load rhide when in the directory of the program you want to compile. If that doesn't fix it, then read Damian Yerrick's minifaq. I had the -lstdcx problem as well until I read the faq. It's at http://www.rose-hulman.edu/~yerricde/minifaq.txt If you have to edit the rhide.env file, it is currently named rhide_.env in share/rhide/. If so, just rename it to rhide.env and make the change and leave it filename as rhide.env. BP Marius De Romanus wrote in message news:381CB2B3 DOT 1F664BDD AT flashmail DOT com... > That fixed it. I have another problem it seems as well, when I compile the > same program it gives me this error: > > // Here's the code by the way. > > #include > int main() > { > cout << "Hello.\n"; > return 0; > } > // End code. > > Error: C/develo~1/djgpp/bin/ld.exe: cannot open -lstdcx: no such file or > directory (ENOENT) > > I don't know if this is related to the last problem or not. Thanks in advance. > > Jonathon wrote: > > > I think you need > > set DJGPP=C:\development\DJGPP\DJGPP.ENV > > set PATH=C:\development\DJGPP\BIN;%PATH% > > > > Marius De Romanus wrote in message > > news:381C77B1 DOT 853F5724 AT flashmail DOT com... > > > I'm having trouble with RHIDE 1.4. I've just downloaded and unzipped all > > > of the required stuff for DJGPP into C:\Development\Djgpp and have > > > preserved the directory structure. I added the two lines > > > > > > set DJGPP=C:\DJGPP\DJGPP.ENV > > > set PATH=C:\DJGPP\BIN;%PATH% > > > > > > to my autoexec.bat file as well. When I start up RHIDE and try to > > > compile this program (Hello.cpp) > > > > > > #include > > > int main() > > > { > > > cout << "Hello.\n"; > > > return 0; > > > } > > > > > > it gives me the error > > > > > > "Bad command or filename". > > > > > > I *think* the problem is that I only checked C++ and Assembly as the > > > languages I wanted to use at the Zip Picker. Should have I downloaded > > > the C zip? Are there steps to setup RHIDE to do C++ or C? > > > > Regards > > Jonathon >