The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
RE:
by Berillions on Friday September 2nd 2011, 14:08
I compile correctly my Wine64.
I follow these commands to compile Wine 64 and Wine 32 :
Building a shared WoW64 setup
cd $HOME
mkdir wine64
cd wine64
../wine-git/configure --enable-win64 CC=/usr/local/gcc/bin/gcc
make > make.log 2>&1
cd ..
mkdir wine32
cd wine32
../wine-git/configure --with-wine64=../wine64