segv while compiling

Steve Hanov smhanov at rees.math.uwaterloo.ca
Wed Nov 28 15:44:50 CST 2001


Why can't I build wine? And why didn't ./configure catch it?

.......
.......
.......
gcc -c -I. -I. -I../include -I../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o ts_xresource.o ts_xresource.c
gcc -c -I. -I. -I../include -I../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o ts_xvideo.o ts_xvideo.c
gcc -c -I. -I. -I../include -I../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o ts_xutil.o ts_xutil.c
gcc -c -I. -I. -I../include -I../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o ts_shape.o ts_shape.c
gcc -c -I. -I. -I../include -I../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o ts_xpm.o ts_xpm.c
gcc -shared -Wl,-soname,libwine_tsx11.so  locking.o ts_xf86dga.o ts_xf86dga2.o ts_xf86vmode.o ts_xshm.o ts_xlib.o ts_xrender.o ts_xresource.o ts_xvideo.o ts_xutil.o ts_shape.o ts_xpm.o      -o libwine_tsx11.so.1.0 -L/usr/X11R6/lib -lSM -lICE -lXpm -lXxf86dga -lXxf86vm -lXv -lGL -lGLU -lXext -lX11 
rm -f libwine_tsx11.so && ln -s libwine_tsx11.so.1.0 libwine_tsx11.so
make[1]: Leaving directory `/home/shanov/wine-20011108/tsx11'
make[1]: Entering directory `/home/shanov/wine-20011108/dlls'
make[2]: Entering directory `/home/shanov/wine-20011108/dlls/glu32'
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__  -D_REENTRANT -I/usr/X11R6/include -o glu.o glu.c
ld -r  glu.o      -o glu32.tmp.o
strip --strip-unneeded glu32.tmp.o
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 at 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)

--
#!/usr/bin/perl
open DSP, ">/dev/audio" or die; while (1) { # steve.hanov at mail.com
   print DSP (pack C, int((sin(0.34557519*$p)+sin(0.27488936*$p++))*64+127));
}; # http://www.student.math.uwaterloo.ca/~smhanov




More information about the wine-users mailing list