On Wed, 28 Nov 2001, Marco Bizzarri wrote: > gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -fPIC > -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o ole2conv.spec.o > ole2conv.spec.c > gcc: Internal compiler error: program cc1 got fatal signal 11 > make[2]: *** [ole2conv.spec.o] Error 1 > make[2]: Leaving directory `/localhome/emmebi/wine/dlls/ole32' > make[1]: *** [ole32/libole32.so] Error 2 > make[1]: Leaving directory `/localhome/emmebi/wine/dlls' > make: *** [dlls] Error 2 > > I know usually this means a problem in hardware (memory). It's also frequently a symptom of a buggy compiler (egcs is an example of this, it is a repeated offender of "unable to compile wine").