[Wine] Suffix or Operands invalid during AMD64 compile

L. Rahyen research at science.su
Mon Mar 12 19:19:25 CDT 2007


Monday March 12 2007 23:23、Martin.Fuhrer at cggveritas.com さんは書きました:
> In any case, running configure without '--enable-wine64' still produces the
> same errors

	I don't know what is cause of your problem but I am on amd64 and everything 
compiles fine for me. So I guess your problem is distribution related (my 
distribution is Debian). First, do make distclean and then try this:

./configure --verbose && make depend && make && sudo make install

	Or something like that. Make sure you have all neccessary 32-bit (not 
64-bit!) libraries installed that Wine require. You also may need to use 
LDFLAGS="-L/lib32 -L/usr/lib32 -Wl,-rpath,/usr/lib32" and configure 
with --x-libraries=/emul/ia32-linux/usr/X11R6/lib/ 
and --x-includes=/emul/ia32-linux/usr/X11R6/include (or something similar, 
depending on where you have your 32-bit libraries installed) but this is 
unnessary with Debian (testing) and above (therefore I don't use LDFLAGS and 
configure options at all).



More information about the wine-users mailing list