Monday March 12 2007 23:23、Martin.Fuhrer@xxxxxxxxxxxxxx さんは書きました: > 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). _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users