On Mon, Aug 24, 2009 at 3:20 AM, Appiah<wineforum-user@xxxxxxxxxx> wrote: > Getting the source from git , trying to compile WITHOUT patches. > Running Ubuntu 9.04 x86_64 > > This is the configure (got it from http://wiki.winehq.org/WineOn64bit#head-d6dc6aaec38bf9f2198767215ea1813c44a5981d ) > > Code: > CC="gcc-4.3 -m32" LDFLAGS="-L/lib32 -L/usr/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" ./configure -v I really doubt you need all that, compiles fine here with just: CC=""gcc -m32" ./configure -v -- -Austin