X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Steven Hallis Newsgroups: comp.os.msdos.djgpp Subject: Re: problem with DJGPP/Allegro Message-ID: References: <7ik4mvoqkj8fdadd147af1bt996j8usop1 AT 4ax DOT com> <1so4mvsaobe6mn0hukhs0eek9n2cvbhtc3 AT 4ax DOT com> X-Newsreader: Forte Agent 1.92/32.572 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 60 Date: Sat, 13 Sep 2003 00:54:34 GMT NNTP-Posting-Host: 24.194.65.35 X-Complaints-To: abuse AT rr DOT com X-Trace: twister.nyroc.rr.com 1063414474 24.194.65.35 (Fri, 12 Sep 2003 20:54:34 EDT) NNTP-Posting-Date: Fri, 12 Sep 2003 20:54:34 EDT Organization: Road Runner To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sat, 13 Sep 2003 10:27:02 +1000, Andrew Cottrell wrote: >What OS are you running and what is the date of the DJDEV*.ZIP that >you used? >If you asre using Win 2000 or XP then please check to see that you are >using the latest files as files from before Dec2001 are not compatible >with 2K or XP. djdev203.zip, 9/11/2003 6:34PM I am using Windows XP, sorry for not including this information in my original post, I had intended to do so but it must have slipped my mind. This is, I believe, the most recent version of the software, and all packages were recommended based on my choices from zip-picker.html. >Please also cut from the cmd.exe or command.com dos prompt the output >or use the redir.exe program to re-direct the output to a file and >incldue the file. Use a simple hello world program for this test. D:\djgpp>gcc hello.c gcc.exe: environment variable DJGPP points to corrupt file 'c:\djgpp\djgpp.env' Direct use of GCC can be resolved as follows: D:\djgpp>set djdir=d:\djgpp D:\djgpp>gcc hello.c D:\djgpp>a.exe Hello, world. D:\djgpp> However this solution does not resolve the issue entirely, because make still refuses to work properly: D:\djgpp\allegro>make Your PATH is not set correctly! This must include the djgpp bin directory: see the djgpp readme.1st for details. >Also which version of gcc are you using? (gcc --version )) D:\djgpp\allegro>gcc --version gcc.exe (GCC) 3.3.1 Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I think I've provided all the information you've requested, if I've understood you properly. Best, Steven