http://bugs.winehq.org/show_bug.cgi?id=2778
------- Additional Comments From xerox_xerox2000@yahoo.co.uk 2005-26-10 16:43 ------- ok, i'll try that tomorrow. Meanwhile i tried to be smart and produce all xxx.i and xxx.s files by just do export CFLAGS="--save-temps" and then compile wine. And guess what, the program starts fine and the bug is gone! this is what i see :
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith --save-temps -o atom.o atom.c gcc: warning: -pipe ignored because -save-temps specified
So could it somehow be related to the -pipe option? Btw, thanks for your help!