Hi, I am having a problem installing wine on a mandrake 9.1 system with glibc 2.3.2 -3mdk. I get this segmentation fault when installing. It looks to me that it is directx that is the problem which to be honest i am quite happy to live without. If nobody can suggest a remedy for the fault below then if i could disable directx compilation that would be Ok as well. i am using some cflags for glibc to optimise for pentium4. Could that be a problem? ../../tools/winebuild/winebuild -D_REENTRANT -fPIC -D__WINESRC__ -o d3d8.spec.c --spec ./d3d8.spec version.res d3d8.dll.tmp.o -L../../dlls - luser32 -lgdi32 -lkernel32 make[2]: *** [d3d8.spec.c] Segmentation fault make[2]: *** Deleting file `d3d8.spec.c' make[2]: Leaving directory `/home/ryan/.opera/download/wine- 20030618/dlls/d3d8' make[1]: *** [d3d8] Error 2 make[1]: Leaving directory `/home/ryan/.opera/download/wine-20030618/dlls' make: *** [dlls] Error 2 Compilation failed, aborting install. Thanks in advance Ryan -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Ryan Southall wrote:> Hi, I am having a problem installing wine on a mandrake 9.1 system with > glibc 2.3.2 -3mdk. I get this segmentation fault when installing. It looks > to me that it is directx that is the problem which to be honest i am quite > happy to live without. If nobody can suggest a remedy for the fault below > then if i could disable directx compilation that would be Ok as well. i am > using some cflags for glibc to optimise for pentium4. Could that be a > problem? > > ../../tools/winebuild/winebuild -D_REENTRANT -fPIC -D__WINESRC__ -o > d3d8.spec.c --spec ./d3d8.spec version.res d3d8.dll.tmp.o -L../../dlls - > luser32 -lgdi32 -lkernel32 > make[2]: *** [d3d8.spec.c] Segmentation fault > make[2]: *** Deleting file `d3d8.spec.c' > make[2]: Leaving directory `/home/ryan/.opera/download/wine- > 20030618/dlls/d3d8' > make[1]: *** [d3d8] Error 2 > make[1]: Leaving directory `/home/ryan/.opera/download/wine-20030618/dlls' > make: *** [dlls] Error 2 > > Compilation failed, aborting install.Did you try simply rerunning the compile? Perhaps also try running "make distclean" and then rerunning the compile.
Ryan Southall wrote:> Hi, I am having a problem installing wine on a mandrake 9.1 system with > glibc 2.3.2 -3mdk. I get this segmentation fault when installing. It > looks to me that it is directx that is the problem which to be honest i > am quite happy to live without. If nobody can suggest a remedy for the > fault below then if i could disable directx compilation that would be Ok > as well. i am using some cflags for glibc to optimise for pentium4. Could > that be a problem? > > ../../tools/winebuild/winebuild -D_REENTRANT -fPIC -D__WINESRC__ -o > d3d8.spec.c --spec ./d3d8.spec version.res d3d8.dll.tmp.o -L../../dlls - > > luser32 -lgdi32 -lkernel32 > make[2]: *** [d3d8.spec.c] Segmentation fault > make[2]: *** Deleting file `d3d8.spec.c' > make[2]: Leaving directory `/home/ryan/.opera/download/wine- > 20030618/dlls/d3d8' > make[1]: *** [d3d8] Error 2 > make[1]: Leaving directory `/home/ryan/.opera/download/wine- > 20030618/dlls' > make: *** [dlls] Error 2 > > Compilation failed, aborting install.Did you try simply rerunning the compile? Perhaps also try running "make distclean" and then rerunning the compile. Hi Duane, yes I've tried it several times (with cleaning imbetween) but get the same message each time. Even downloaded it twice. Ryan -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/