On Wed, Oct 29, 2008 at 3:49 PM, vitamin <wineforum-user@xxxxxxxxxx> wrote: > > Vsen wrote: >> The 32 bit gcc is not mentioned in the dependency list on the wine on 64 website. > > Then add it there. It's a wiki :) Why is the 32-bit version of GCC needed? Doesn't just installing the libraries needed for cross-compilation (and adding the -m32 or a -b option for gcc) work? (It would probably require a few libraries and maybe some make options.... and MIGHT have some issues) http://en.wikipedia.org/wiki/Cross-compiling#GCC_and_cross_compilation http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcc/Target-Options.html#Target-Options (the -m32 option used for some distributions in the wiki seem to be sufficient to make x86_64 gcc output x86 code...) http://source.winehq.org/source/configure#L1368