Here is the failing test: Code: configure:4058: ccache gcc -m32 -o conftest -g -O2 conftest.c >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.3.4/libgcc.a when searching for -lgcc /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.3.4/libgcc.a when searching for -lgcc /usr/bin/ld: cannot find -lgcc collect2: ld returned 1 exit status configure:4058: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "1.1.39" | #define PACKAGE_STRING "Wine 1.1.39" | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" | #define PACKAGE_URL "http://www.winehq.org" | #define EXEEXT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } The required package lib32gcc1 is installed. So when I query for libggc.a I found this: Code: $ dpkg-query -S libgcc.a gcc-4.3: /usr/lib/gcc/x86_64-linux-gnu/4.3/libgcc.a This does mean I need the 32-bit version of that package? But like I said some lines above, that I already followed the instructions and that there is no ia32-apt-get package. The same applies to this out-dated link: http://packages.debian.org/unstable/main/ia32-apt-get > No such package. And search results: http://packages.debian.org/search?keywords=ia32-apt-get&searchon=names&suite=all§ion=all Any ideas? Was it removed? As I can see the mentioned shells script does not contain my distri and as I can see so far, I have already installed all available ia32 and lib32 packages... I'm out of ideas here. BTW: I installed a 32-bit version of wine before I upgraded my whole Debian system 64-bit so I can still have wine, but it is quite out-dated...