http://bugs.winehq.org/show_bug.cgi?id=17340
--- Comment #9 from cruiseoveride cruiseoveride@gmail.com 2009-02-11 11:12:39 --- (In reply to comment #8)
This is wrong, you shouldn't pass --build if you want to cross-compile. If build and host are the same configure decides you are not cross-compiling.
How is it supposed to be done?
[12:11:41 ~/Programs/wine-git] <> ./configure --prefix=/opt/wine --libdir=/opt/wine/lib --host=i386-linux configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. checking build system type... x86_64-unknown-linux-gnu checking host system type... i386-pc-linux-gnu checking whether make sets $(MAKE)... yes checking for i386-linux-gcc... i386-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no [...]