From: Charles Krug Newsgroups: comp.os.msdos.djgpp Subject: Re: Newbie : Can't compile anything! Date: Thu, 11 Feb 1999 09:38:34 -0500 Organization: Pentek Corporation Lines: 24 Message-ID: <36C2EB6A.BEC361F4@mail.pentek.com> References: <01be55bb$e83b5380$06a09384 AT markr> NNTP-Posting-Host: mail.pentek.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (WinNT; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Mark Roper wrote: > I've just downloaded DJGPP and RHIDE to help me with a C / C++ course I am > about to undertake. However I can't even compile the 'hello world' program. Check the FAQ for this. It's real common, in the FAQ, and getting used to the FAQ is VERY important for djgpp. Specifically: You should be using an unzip which will keep the archived files in the same directories. Make sure your djgpp environment variable points to the correct directory. Make sure your path contains the djgpp\bin directory. Make sure you're using the original djgpp.env file. If you've done all of this, post your autoexec.bat and your djgpp.env. That's stated in the FAQ as well. Charles