X-Authentication-Warning: new-smtp1.ihug.com.au: Host p400-tnt1.syd.ihug.com.au [203.173.129.146] claimed to be acceleron Message-ID: <001b01c111cf$c188e040$0a02a8c0@acceleron> From: "Andrew Cottrell" To: References: Subject: More test results for Windows 2000 Date: Sat, 21 Jul 2001 20:27:33 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Reply-To: djgpp-workers AT delorie DOT com Hi all, I have rebuilt Make 3.79.1 with the CVS tarball from the 15th July and the _open and _create patches for FAT32 support on Win 2K/NT today. I thought I would give some more test results on my progress. Output from standard DJGPP 2.03 with Make 3.79.1 from Simtel: DJGPP_203 D:\dj204\contrib\test>make -f main.mak make.exe: main.mak: Invalid argument (EINVAL) make.exe: *** No targets. Stop. Output from make 3.79.1 rebuilt with DJ204 CVS & patches: DJGPP204 D:\dj204\contrib\test>make -f main.mak gcc -I. -g -c main.c -o main.o gcc -o main.exe main.o Please note that I have two versions of DJGPP on D: one in the \DJ203 directory and the WIP version in the \DJ204 directory. Hope this helps. Regards, Andrew