Mail Archives: djgpp-workers/2001/09/18/15:33:36
Hi,
I have problems with the latest make that I downloaded from
http://clio.rice.edu/djgpp/win2k/.
I tried to do 'make clean' or 'make ' in the \djgpp\tests\cygnus
subdirectory and it didn't work
The problem can be narrowed down to the following
The make from Simtel gives the following on 'make -n' (only two lines shown
but you'll get the idea)
gcc -D_USE_LIBM_MATH_H -D_HAVE_STDC -fno-builtin -O2 -g -nostdinc
-Id:/djgpp/tests/cygnus -Id:/djgpp/tests/cygnus/../../include -c -o test.o
test.c
gcc -D_USE_LIBM_MATH_H -D_HAVE_STDC -fno-builtin -O2 -g -nostdinc
-Id:/djgpp/tests/cygnus -Id:/djgpp/tests/cygnus/../../include -c -o
string.o string.c
while the newest make from clio produces
gcc -D_USE_LIBM_MATH_H -D_HAVE_STDC -fno-builtin -O2 -g -nostdinc -I
-I/../../include -c -o test.o test.c
gcc -D_USE_LIBM_MATH_H -D_HAVE_STDC -fno-builtin -O2 -g -nostdinc -I
-I/../../include -c -o string.o string.c
To make sure this is really make that caused the problem I replaced the make
from clio with the one from Simtel
and that worked correctly
make -v results in
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i386-pc-msdosdjgpp
gcc -v shows
Reading specs from d:/djgpp/lib/gcc-lib/djgpp/2.953/specs
gcc version 2.95.3 20010315/djgpp (release)
(actually this is gcc version independent, I tried this with gcc-3.01 too
with the same results)
The operating system used: MS Windows 4.0 Wks + SP 6 + LFN driver
I wonder if anyone can reproduce this or suggest how to work over this ..?
- Raw text -