hello...ive been trying for a while to compile wine but it always comes up with this seg fault. I've tried around 5 different computers, running a mix of slackware and debian, ive tried gcc 3.0 and 2.95, ive tried playing around with the CFLAGS var, but still no go..here is the error after doing ./configure --with-opengl;make depend;make LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH" ../../tools/winebuild/winebuild -fPIC -L../../dlls -o kernel32.spec.c -spec ./kernel32.spec make[2]: *** [kernel32.spec.c] Segmentation fault make[2]: *** Deleting file `kernel32.spec.c' make[2]: Leaving directory `/usr/local/src/wine/dlls/kernel' make[1]: *** [kernel/libkernel32.so] Error 2 make[1]: Leaving directory `/usr/local/src/wine/dlls' make: *** [dlls] Error 2 ive tried wine from ftp, wine cvs and wineX..all have the same errors. any help appreciated..thanks