Hey everybody, I've been trying to compile wine since version 1.0 and have gotten crashes during the make command, about 20 minutes in. Very frustrating. I'm running Fedora 9, and I believe gcc version 4.3.0.8. Is this a gcc problem? If so, what can I do to fix it? Output of failed make command follows... gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o input.o input.c gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o listbox.o listbox.c gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o menu.o menu.c gcc: Internal error: Segmentation fault (program cc1) Please submit a full bug report. See <http://bugzilla.redhat.com/bugzilla> for instructions. make[2]: *** [menu.o] Error 1 make[2]: Leaving directory `/tmp/wine-1.1.4/dlls/user32/tests' make[1]: *** [user32/tests] Error 2 make[1]: Leaving directory `/tmp/wine-1.1.4/dlls' make: *** [dlls] Error 2