http://bugs.winehq.org/show_bug.cgi?id=13299
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2008-05-19 00:03:39 --- (In reply to comment #3)
(In reply to comment #2)
/test/crossgcc/results/gcc-4.1.0-glibc-2.3.6/i686-unknown-linux-gnu/bin /i686-unknown-linux-gnu-gcc
What's that? Are you playing with a non-standard gcc build?
It's a cross-compiler; that is, a 64-bit built gcc that gives out 32-bit code. So I don't build a 64-bit wine, but a 32-bit one.
That's not the correct to build 32-bit Wine in a 64-bit environment. Wine has built-in support for that. Basically 'gcc -m32' is all you need. http://wiki.winehq.org/WineOn64bit has more info.
So far this bug is invalid.