Hello, I've gone through the compile and install process for Wine successfully several times, but this time when attempting to install the 32-bit wine ("~/wine32$ sudo make install"), the installer throws errors. It's mixing up 32 and 64 bit. On my 64-bit Ubuntu 16.04. For example... "/usr/bin/ld: i386 architecture of input file `config.o' is incompatible with i386:x86-64 output/usr/bin/ld: i386 architecture of input file `debug.o' is incompatible with i386:x86-64 output/usr/bin/ld: i386 architecture of input file `ldt.o' is incompatible with i386:x86-64 output/usr/bin/ld: i386 architecture of input file `loader.o' is incompatible with i386:x86-64 output/usr/bin/ld: i386 architecture of input file `mmap.o' is incompatible with i386:x86-64 output/usr/bin/ld: i386 architecture of input file `port.o' is incompatible with i386:x86-64 output..." Somehow it broke. I tried to uninstall using "~/wine32$ sudo make uninstall" and that failed also. I guess I need to figure out how to uninstall this. These are the directions I've been using for compiling and installing: https://wiki.winehq.org/Building_Biarch_Wine_On_Ubuntu
Any ideas? :-) Thanks,...John Alway