Handy little script that you and future wine hackers might find useful. Adjust to your wants for the configure options. It's meant for a x64 system hence the -m32 and -L'pwd'/lib32 switches. Code: #! /bin/sh CC="gcc-4.3 -m32" LDFLAGS="-L/lib32 -L/usr/lib32 -L`pwd`/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" ./configure -v --prefix=/usr --exec-prefix=/usr --without-capi --without-cups --without-jack --without-sane --without-gphoto --with-x --without-freetype --disable-tests --without-nas make depend && make echo put password here | sudo -S make install