X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-WebMail-UserID: hbrink Date: Fri, 25 Jun 2004 12:25:20 -0400 Sender: hbrink From: hbrink To: djgpp AT delorie DOT com X-EXP32-SerialNo: 00003376 Subject: DJGPP question Message-ID: <40E2742C@www.webmail.hsph.harvard.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: WebMail (Hydra) SMTP v3.62 Reply-To: djgpp AT delorie DOT com Hello, I tried to install DJGPP to use Allegro just as the online directions instructed for Windows 2000 (unzipping the files using winzip). However, when I wrote a program in wingcc and clicked "run", it gave the following error: "Compile error: File not found (Check DJGPP installation)". I then obtained a CD from an ex-teacher (with DJGPP, wingcc, and Allegro on it), who had run the program and knew it worked. All the components were unzipped on the CD. I believed all I should have to do is enter PATH C:\DJGPP\BIN;%PATH% and SET DJGPP=C:\DJGPP\DJGPP.ENV in the end of autoexec.bat before running wingcc. I went into start/run and entered "edit C:\AUTOEXEC.BAT." An empty window opened. I entered the two lines: PATH C:\DJGPP\BIN;%PATH% and SET DJGPP=C:\DJGPP\DJGPP.ENV, restarted the computer, wrote code in wingcc, and then attempted to run the program. However, I received the same error. I searched for information about this error online, but have not found this specific problem. I am trying to teach myself how to program, and am using Windows 2000 Professional "with NT technology". I have only written C++ programs using Borland for a very short time, and have relatively little experience on the computer beyond basic software usage. I would greatly appreciate assistance with this problem, since I would like to learn how to use DJGPP. Thank you very much for your help. Sincerely, Heather