[Wine] Compile wine source from git "Try using a Unicode string"

Austin English austinenglish at gmail.com
Mon Aug 24 07:09:25 CDT 2009


On Mon, Aug 24, 2009 at 3:20 AM, Appiah<wineforum-user at winehq.org> 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



More information about the wine-users mailing list