Today I saw new commits merged into Wine tree, so I did as follows: sudo make uninstall git fetch git rebase origin ./configure make depend make sudo make install Then I did wine --version and got a proper result: wine-1.1.5-644-gfa6a31a So it's pretty much solved. Btw, did I have to do "sudo make uninstall" and "sudo make install" to make it work right?