On Monday, August 28, 2006 15:30, Andreas Mohr wrote:
What's the exact status of 64bit support, anyone? [CC'd wd]
It works well for me at least. I compile Wine on amd64 using the following (that's all one line):
CFLAGS=-L/emul/linux/x86/usr/lib/ LDFLAGS=-L/emul/linux/x86/usr/lib/ ./configure --x-libraries=/emul/linux/x86/usr/lib/ && make clean && make depend && make -j3
I'm using Gentoo, so YMMV with other distros. The regular Wine packages in Portage also work well if you just want the actual releases.
- Neil