I get this error below while trying to compile the winecvs sources. All sources are updated to the current day. I am using gcc-2.96 compiler on a Mandrake system. Winex also fails at the same exact point.
If there is something else that I should be attaching to this for information to the developers then please let me know.
Thanks,
Sean
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 -Wl,-rpath,/usr/local/lib locking.o ts_xf86dga.o ts_xf86dga2.o ts_xf86vmode.o ts_xshm.o ts_xlib.o ts_xresource.o ts_xvideo.o ts_xutil.o ts_shape.o ts_xpm.o -o libwine_tsx11.so.1.0 rm -f libwine_tsx11.so && ln -s libwine_tsx11.so.1.0 libwine_tsx11.so make[1]: Leaving directory `/home/crisper/wine/tsx11' make[1]: Entering directory `/home/crisper/wine/dlls' make[2]: Entering directory `/home/crisper/wine/dlls/ntdll' LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH" ./../tools/winebuild/winebuild -fPIC -L../../dlls -o ntdll.spec.c -spec /ntdll.spec ./../tools/winebuild/winebuild: error while loading shared libraries: unexpected reloc type 0x80 make[2]: *** [ntdll.spec.c] Error 127 make[2]: Leaving directory `/home/crisper/wine/dlls/ntdll' make[1]: *** [ntdll/libntdll.so] Error 2 make[1]: Leaving directory `/home/crisper/wine/dlls' make: *** [dlls] Error 2
Compilation failed, aborting install.