I found, that the file gcc-2.95.2.diff and gcc-2.95.1.diff has zero byte
size. After patching (patch is automatically made by ./configure) to the
file stor-layout.c there in the stor-layout.c is not declared
"size_volatile". While linking gpc1.exe ld returns error. I copy
gcc-2.95.diff to gcc-2.95.2.diff and run ./configure again, after removing
all new files. ./Configure preciously find gcc-2.95.2 and apply patch. In
stor-layout.c is now present missing declaration.
The file util.c is after patching OK.
Gpc1.exe, xgpc.exe and gpc-cpp.exe are succesfuly created.
But after, while make building libgcc2.a I obtain this error message :
In file included from ./libgcc2.c:48:
include/sttdef.h:255: conflicting types for ' wchar_t'
d:/dj/include/stdlib.h:39: previous declaration of ' wchar_t'
Program cc1 got fatal signal 33.
I have djdev203 header files.
David Kredba