It would be difficult to compile it using standart make, make install, because by default Fedora Core1 for AMD64 compiles 64-bit programs. It should be "-m32" parameter while you compiling. So you need to change makefile. Of course, libraries, that is needed by Wine should be installed too. Andrius On Wed, 2004-04-21 at 20:42, Wendy Verschoor wrote: > Has anyone had success getting wine working on FC1 for AMD64? > > When I try to compile it, I get the following error: > > make[2]: Entering directory `/home/wendyv/wine-20040408/libs/port' > gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o interlocked.o interlocked.c > interlocked.c:248:3: #error You must implement the interlocked* functions for your CPU > make[2]: *** [interlocked.o] Error 1 > make[2]: Leaving directory `/home/wendyv/wine-20040408/libs/port' > make[1]: *** [port] Error 2 > make[1]: Leaving directory `/home/wendyv/wine-20040408/libs' > make: *** [libs] Error 2 > > > Thanks! > > -- Wendy >