delorie.com/archives/browse.cgi | search |
Message-ID: | <381C77B1.853F5724@flashmail.com> |
From: | Marius De Romanus <mariusderomanus AT flashmail DOT com> |
X-Mailer: | Mozilla 4.61 [en] (Win98; I) |
X-Accept-Language: | en |
MIME-Version: | 1.0 |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Help!!!! |
Lines: | 25 |
Date: | Sun, 31 Oct 1999 09:09:06 -0800 |
NNTP-Posting-Host: | 209.126.12.30 |
X-Complaints-To: | abuse AT primary DOT net |
X-Trace: | news1.primary.net 941383039 209.126.12.30 (Sun, 31 Oct 1999 09:17:19 CST) |
NNTP-Posting-Date: | Sun, 31 Oct 1999 09:17:19 CST |
Organization: | Primary Network http://www.primary.net |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie 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?
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |