Mail Archives: djgpp/2003/09/12/21:01:20
On Sat, 13 Sep 2003 10:27:02 +1000, Andrew Cottrell
<spam AT bigpond DOT com DOT au> 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 <double ->))
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
- Raw text -