Okay I compiled Wine1.2.3 from source, with the following flags and such:
sudo apt-get build-dep wine
./configure --enable-win64
make
sudo make install
Took forever to compile, and it does a bunch of crap (below), but then wine is unrecognized command. There is no ~/.wine directory and nothing in /usr/bin/
make[1]: Leaving directory `/home/user1/Desktop/wine-1.2.3/tools/wmc'
make[1]: Entering directory `/home/user1/Desktop/wine-1.2.3/tools/wrc'
/usr/bin/install -c -m 644 wrc.man /usr/local/share/man/man1/wrc.1
/usr/bin/install -c wrc-installed /usr/local/bin/wrc
make[1]: Leaving directory `/home/user1/Desktop/wine-1.2.3/tools/wrc'