https://bugs.winehq.org/show_bug.cgi?id=45306
--- Comment #6 from Bob Goodwin bgoodwin91006@yahoo.com --- I downloaded the git version according to instructions on the Regression Testing page. The next instruction;
CC="ccache gcc -m32" ./configure --verbose --disable-tests
results in;
checking for gcc... ccache gcc -m32 checking whether the C compiler works... no configure: error: in `/home/bob/wine': configure: error: C compiler cannot create executables
It appears my gcc version does not support the 32bit option. I have the latest gcc from the Linux Mint distro.
I've spent the day researching and trying various things but making no headway. BTW, the source configures just fine as 64bit. That is, "./configure --enable-win64".
I've posted on the Linux Mint forum for any assist they might give. I know Linux Mint has a 32bit version of Wine and it runs fine on my system. So someone has successfully done this.