http://bugs.winehq.org/show_bug.cgi?id=15898
--- Comment #5 from Goksu gun.goksu@gmail.com 2008-11-19 21:15:09 --- I need some extra help for this one.
I have downloaded with git the latest code to my machine. I already use wine version 1.1.8 from winehq.
my machine is ubuntu 8.10 x64 desktop running on a laptop.
I have build-essencials installed. I have followed the below defined stuff. @http://wiki.winehq.org/WineOn64bit and @http://wiki.winehq.org/Recommended_Packages
but when I do:
CC="gcc-4.3 -m32" LDFLAGS="-L/lib32 -L/usr/lib32 -L`pwd`/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" ./configure -v
I get:
checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking whether make sets $(MAKE)... yes checking for gcc... gcc-4.3 -m32 -m32 checking for C compiler default output file name... configure: error: in `/home/goksu/wine': configure: error: C compiler cannot create executables See `config.log' for more details.
So I get stuck.