http://bugs.winehq.org/show_bug.cgi?id=58335
--- Comment #118 from jdawin@math.uni-bielefeld.de --- (In reply to Michael Setzer II from comment #116)
completely removed all wine packages, and download the git. ran configure and make, but then attempts to run the wine it built gave error message that the wine was 64bit, but the wineserver was 32bit?
I think the default build is only 32bit. When running configure you can enable 64bit with this option:
./configure --enable-archs=x86_64
Regards, Jean Rene