Mail Archives: djgpp-workers/2001/08/23/13:24:59
> 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.
- Raw text -