http://bugs.winehq.org/show_bug.cgi?id=2778
------- Additional Comments From marcus@jet.franken.de 2005-26-10 05:19 ------- this -m32 should not be necessary because the compiler should create only 32bit binaries anyway.
better way to suply -m32 is btw:
CC="gcc -m32" ./configure ...
and leave CFLAGS out.