How to install wine on Netgear ReadyNas 102

Questions about Wine on Linux
Locked
Tady
Newbie
Newbie
Posts: 1
Joined: Tue Jan 12, 2016 4:28 am

How to install wine on Netgear ReadyNas 102

Post by Tady »

Hello.
Sorry for my bad English.


It is my problem. Attempting to compile and install causes an error:

Code: Select all

./configure LDFLAGS="-mcpu=cortex-a8" CFLAGS="-mcpu=cortex-a8" --without-x --without-freetype
make

thread.o: In function `RtlCreateUserThread':
/home/ferro/wine-1.8/dlls/ntdll/thread.c:562: undefined reference to `interlocked_xchg_add'
/home/ferro/wine-1.8/dlls/ntdll/thread.c:565: undefined reference to `interlocked_xchg_add'
collect2: error: ld returned 1 exit status
winegcc: gcc failed
make[1]: *** [ntdll.dll.so] Error 2
make[1]: Leaving directory `/home/ferro/wine-1.8/dlls/ntdll'
make: *** [dlls/ntdll] Error 2
Please help, how parameter set to LDFLAGS and CFLAGS.
Locked