From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10108231721.AA17138@clio.rice.edu> Subject: Re: gcc-3.0.1 and Win2k To: pavenis AT lanet DOT lv Date: Thu, 23 Aug 2001 12:21:13 -0500 (CDT) Cc: djgpp-workers AT delorie DOT com, acottrel AT ihug DOT com DOT au, eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) In-Reply-To: <3B853D64.29023.1C56F60@localhost> from "pavenis@lanet.lv" at Aug 23, 2001 05:29:08 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Seems that gcc-3.0.1 builds without problems with patched DJGPP > v2.03. Archives are available from > http://www.ltn.lv/~pavenis/gcctest.html > > So please test. I'm going to upload binaries after some time unless > there will be problems Using this new 3.0.1 distribution, the make.exe from your page, and the default bnu2112b (not rebuilt...) on Win XP RC1, make in the libc directory ran to completion (except for library creation due to the ar built with old rename issue). Make didn't exit once, didn't abort, and made all the .o files. Whooppiee! Now for the bad news - if I set lfn=n gcc does not work on XP, it just quietly exits. Any ideas based on the output below? It could be something in the library mods doesn't work with lfn=n (or that something in the mods is required even when lfn=n ...) C:\v204\djgpp\src\libc\ansi\assert>gcc -c -O2 -v assert.c Reading specs from c:/djgpp/lib/gcc-lib/djgpp/3.01/specs Configured with: ../configure i586-pc-msdosdjgpp --prefix=/dev/env/DJDIR --enabl e-languages=c,c++,f77,objc --disable-nls Thread model: single gcc version 3.0.1 c:/djgpp/lib/gcc-lib/djgpp/3.01/cc1.exe -lang-c -v -D__GNUC__=3 -D__GNUC_MINOR_ _=0 -D__GNUC_PATCHLEVEL__=1 -D__MSDOS__ -D__GO32__ -D__unix__ -D__MSDOS__ -D__GO 32__ -D__unix__ -Asystem=msdos -Asystem=unix -D__OPTIMIZE__ -D__STDC_HOSTED__=1 -remap -imacros c:/djgpp/lib/djgpp.ver -Acpu=i386 -Amachine=i386 -Di386 -D__i386 -D__i386__ -D__tune_i586__ -D__tune_pentium__ -DMSDOS -DGO32 -Dunix assert.c -q uiet -dumpbase assert.c -O2 -version -o c:/djgpp/tmp\cczbkBjc.s GNU CPP version 3.0.1 (cpplib) (80386, BSD syntax) GNU C version 3.0.1 (djgpp) compiled by GNU C version 3.0.1. ignoring nonexistent directory "c:/djgpp/djgpp/include" #include "..." search starts here: #include <...> search starts here: c:/djgpp/lib/gcc-lib/djgpp/3.01/include c:/djgpp/include End of search list.