[Wine] Suffix or Operands invalid during AMD64 compile

Peter Beutner p.beutner at gmx.net
Mon Mar 12 14:20:17 CDT 2007


Martin.Fuhrer at cggveritas.com schrieb:
> Hi all,
> 
> I am trying to compile Wine 0.9.32 from source on an AMD64 desktop running
> Red Hat Enterprise Linux 4.  I configure as follows:
> 
> % ./configure --prefix=/home/mfuhrer/sw/linux --with-x --enable-wine64

Are you sure you want Win64? Normally you only need 32bit wine
because almost all windows applications are 32bit.
Just remove '--enable-wine64' from the above line.

Besides (afaik) 64bit-enabled wine doesn't really work anyway.

> gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__ -D_REENTRANT
> -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
> -Wwrite-strings -Wpointer-arith  -g -O2 -D__i386__  -o interlocked.o
> interlocked.c
As for the compile error. The problem is the -D__i386.
No idea though how that ended up there for a win64 build.



More information about the wine-users mailing list