Re: How to recompile Wine on ARM

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



eyedasan wrote:
> I am getting the above error, because i am using x86 for cross-compiling the wine to ARM, the makedep is compiled for ARM, so it cannot run on the x86.

If you cross-compiling you'll need to point Wine to x86 build directory. Ex:

Code:

mkdir /home/Kanna/wine-linux-build
mkdir /home/Kanna/wine-arm-build

cd /home/Kanna/wine-linux-build
../wine-1.3.8/configure && make
cd /home/Kanna/wine-arm-build
../wine-1.3.8/configure --host=arm --with-wine-tools=../wine-linux-build
make










[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux