http://bugs.winehq.org/show_bug.cgi?id=6622
------- Additional Comments From mail@science.su 2006-07-11 20:42 -------
gcc version
I tried to compile the Wine and the kernel with gcc 3.4.6 and gcc 4.0.2. In both cases result is the same - Wine doesn't work. Only booting with noexec=off makes the Wine to work normally.
glibc version
My currently installed debian libc package has version number 2.3.5-6.
Do you use Nivdia or ATI cards and their libGL libraries?
I use NVIDIA-Linux-x86_64-1.0-8774-pkg2.run package.
any specific WINE compile time options
I compile Wine with the following script:
LDFLAGS="-L/lib32 -L/usr/lib32 -Wl,-rpath,/usr/lib32" \ ./configure \ --x-libraries=/emul/ia32-linux/usr/X11R6/lib/ \ --x-includes=/emul/ia32-linux/usr/X11R6/include \ --with-x && \ make depend && \ make all && \ sudo make install;