From: "Robb Beggs" Subject: Re: Newbie question, newbie error Newsgroups: comp.os.msdos.djgpp References: <01bd34d3$ad5c67e0$30f0a3c6 AT tracybuc> <34DE2B70 DOT 89D6275B AT LSTM DOT Ruhr-UNI-Bochum DOT De> Message-ID: <01bd34f4$40f1e0a0$61f0a3c6@tracybuc> Lines: 24 Date: Mon, 09 Feb 1998 00:46:43 GMT NNTP-Posting-Host: pm2-3-12.cyberspc.mb.ca NNTP-Posting-Date: Sun, 08 Feb 1998 18:46:43 CST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk > The answer is probably not in the FAQ, it is even before that. > From what you write I am quite sure you didn't read the file > README.1ST, that tells you a few things about setting up > the environment variables. In a correctly installed djgpp > you _NEVER_ have to add the system include directories when > compiling. > > So just say > SET DJGPP=c:/djgpp/djgpp.env > and try > gxx -o hello.exe hello.cc > > > -- > Ciao > Tom Thanks Tom, but you forget I am a complete newbie. Perhaps I should be more clear. I am using RHIDE, and where should I enter these commands? Again I realize that this may have been in the readme, ( and since you say it is I believe you), but most of the readme and docs are a foreign language to me. If you could help me intergrate these commands with the IDE, I ill be silent, hopefully forever. :) I understand (sort of) how to use the direct commands, but I would rather use the IDE.