| delorie.com/archives/browse.cgi | search |
| From: | "Jonathon" <Jonathon2000 AT btinternet DOT com> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: Help!!!! |
| Date: | Sun, 31 Oct 1999 16:57:17 -0000 |
| Organization: | BT Internet |
| Lines: | 39 |
| Message-ID: | <7vhspu$jro$1@neptunium.btinternet.com> |
| References: | <381C77B1 DOT 853F5724 AT flashmail DOT com> |
| NNTP-Posting-Host: | host62-172-57-207.btinternet.com |
| 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 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
I think you need
set DJGPP=C:\development\DJGPP\DJGPP.ENV
set PATH=C:\development\DJGPP\BIN;%PATH%
Marius De Romanus <mariusderomanus AT flashmail DOT com> 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 <iostream.h>
> 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |