egcs-2.91.60 compiler error with wine-990226
Daniel Heiserer
heiserer@physik.tu-muenchen.de
Sun Mar 7 14:14:00 GMT 1999
Hi,
I had a problem compiling wine-990226 with egcs-2.91.60.
>gcc -v
Reading specs from /usr/lib/gcc-lib/i486-linux/egcs-2.91.60/specs
gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release)
>uname
Linux stehohr 2.0.36 #4 Sun Feb 7 18:45:19 MET 1999 i586 unknown
SuSe 6.0
I didn't have the original source of wine-990226. I patched wine-990131
up to wine-990226.
The problem was:
make[2]: Entering directory `/usr/NonYast/archiv/wine-990226.dh/tools'
make[2]: `build' is up to date.
make[2]: Leaving directory `/usr/NonYast/archiv/wine-990226.dh/tools'
gcc -c -g -O2 -Wall -D__WINE__ -D_REENTRANT -I../include -I../include
-I. -I. -I/usr/X11R6/include -o thunk.o thunk.c
gcc: Internal compiler error: program cc1 got fatal signal 11
make[1]: *** [thunk.o] Error 1
make[1]: Leaving directory `/usr/NonYast/archiv/wine-990226.dh/if1632'
make: *** [if1632] Error 2
I attached thunk.c.
I alos couldn't make the thing run with:
gcc -c -V 2.7.2.3 -g -O2 -Wall -D__WINE__ -D_REENTRANT -I../include
-I../include -I. -I. -I/usr/X11R6/include -o thunk.o thunk.c
GNU assembler version 2.9.1 (i486-linux), using BFD version 2.9.1.0.15
Assembler messages:
Error: Can't open 2.7.2.3 for reading.
2.7.2.3: No such file or directory
The way I could make it run was to do it in 2 steps:
gcc -V 2.7.2.3 -S -g -O2 -Wall -D__WINE__ -D_REENTRANT -I../include
-I../include -I. -I. -I/usr/X11R6/include -o thunk.s thunk.c
as -o thunk.o thunk.s
I hope this helps to find the problem. If there are any questions don't
hesitate to contact me.
Bye daniel
thunk.c.gz
More information about the Gcc-bugs
mailing list