Steve Hanov wrote: [...] > LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH" ../../tools/winebuild/winebuild -fPIC -L../../dlls -sym glu32.tmp.o -o glu32.spec.c -spec ./glu32.spec > make[2]: *** [glu32.spec.c] Segmentation fault (core dumped) > make[2]: Leaving directory `/home/shanov/wine-20011108/dlls/glu32' > make[1]: *** [glu32/libglu32.so] Error 2 > make[1]: Leaving directory `/home/shanov/wine-20011108/dlls' > make: *** [dlls] Error 2 > > Compilation failed, aborting install. > shanov@guinan:~/wine-20011108> gcc -v > Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs > gcc version 2.96 20000731 (Red Hat Linux 7.0) Try installing the latest gcc RPM's from Red Hat (either from 7.2 or from Rawhide). They fix many bugs in this compiler. -- James Juran jamesjuran@alumni.psu.edu