Here is how to reproduce this bug, on a freshly installed etch rc2
machine.

ii  wine                              0.9.25-1
ii  make                              3.81-2

[EMAIL PROTECTED]:~$ cat>foo.c
int main () { puts("foo"); }
[EMAIL PROTECTED]:~$ i586-mingw32msvc-gcc -o foo foo.c
[EMAIL PROTECTED]:~$ cat>foo.mk
all:
        wine ./foo
[EMAIL PROTECTED]:~$ make -f foo.mk
wine ./foo
/usr/bin/wine: line 396:   867 Segmentation fault
$WINEBIN/$WINE_BIN_NAME "$@"
Wine failed with return code 139
make: *** [all] Segmentation fault
[EMAIL PROTECTED]:~$

There are suggestions that -fno-stack-protector helps:

https://launchpad.net/ubuntu/+source/wine/+bug/56965

Wine works fine outside of 'make'.

Thanks,
Simon




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to