before submitting this as bug, some advice please...
on slackware 10.2 (gcc 3.3.6) i compile wine cvs, and it has worked so far. last version working is around or exactly 0.9. now, it compiles/installs fine, but any program, including starting just "wine", "notepad" or anything else, ends up quickly with "Segmentation fault".
this is my simple custom buildscript...

PKGDATE=`date +%Y%m%d` &&
CHOST="i686-pc-linux-gnu" \
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer -m3dnow -msse -mmmx" \
CXXFLAGS=$CFLAGS \
./configure \
--disable-debug && \
make && make depend && \
checkinstall -S --pkgname=wine --pkgarch=athlonxp --pkgversion=$PKGDATE -y
also, tried removing ~/.wine and creating new one, it starts automatic configure but compiled wine also segfaults.

then, changed processor optimizations to much more conservative
"-O2 -march=i486 -mcpu=i686"
and it it works like a charm.
athlon-xp optimizatins used in the first place are from http://gentoo-wiki.com/Safe_Cflags . if gentoo people claim these are safe cflags, and it worked until couple days ago, then something is definetly wrong, right?


Reply via email to