Before I forgot to tell that ' make install' must be done as super user, so Code: sudo make install Well, now the patches. Before patching, it's better to test that all previous stuffs where ok; to do so, just run winecfg; if wine configuration screen appears, it's ok. Remember, from previous commands you have still a terminal opened inside wine-git folder. Now, we must get 2 needed patches : [code] wget http://bugs.winehq.org/attachment.cgi?id=14003 -O glpatch wget http://bugs.winehq.org/attachment.cgi?id=14115 -O shellpatch [code] Apply the patches to wine three : [code] patch -p1 < glpatch patch -p1 < shellpatch [/code] Rebuild wine... this will take much short time than before : [code] make sudo make install [code] Now wine is built and installed with patches. Don't hurry and wait for next post.... Max