Message-ID: <250B3114DA16D511B82C00E0094005F8023FC187@MSGWAW11> From: Wojciech Galazka To: "'djgpp-workers AT delorie DOT com'" , Juan Manuel Guerrero Subject: Problem with the newest make Date: Tue, 18 Sep 2001 21:21:32 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Reply-To: djgpp-workers AT delorie DOT com 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 ..?