On latest Debian (or at least Ubuntu), you have to force compile without the stack protector on by doing -fno-stack-protector.
See this bug: http://bugs.winehq.org/show_bug.cgi?id=6035
That said, I don't actually know if that's the issue you're running into.
Thanks, Scott Ritchie
On Mon, 2006-10-02 at 23:07 +0200, Alexander K. Seewald wrote:
Hi,
I've managed to compile the current CVS version under AMD64, according to the WineOn64bit-Wiki for Debian. So far, so good.
However, all tests fail and starting wine gives an error code of 2. --version gives no output. wine-kthread gives an error code of 139 (segmentation violation), wine-pthread seems to work. Debugging wine shows that the error appears when execve'ing (should have been somewhat obvious ;-)
When debugging wine-kthread, I get the following error on the first line of code: 0x557721ba in __libc_pthread_init () from /emul/ia32-linux/lib/tls/libc.so.6
Interestingly, my libc.so.6 link points to libc-2.3.2.so. Hope that is ok... it is defined in the ia32-libc6 debian package from stable. :->
Might this have something to do with my 4GB of memory? I am open for suggestions...
Best, Alex