I am new to linux, well almost. I found all of the recommended dev files from the Wine HQ recommendations for the Debian distro then followed the directions in the readme file that came with the source download. the ./configure make depend make commands appeared to work but I have a couple errors I don't know how to interpret. I checked the previous Wine install for the version and it still shows 0.9.25 in the dialog>about tab. Here are the last few lines of the compile report from the root terminal: make[2]: Entering directory `/home/x/Downloads/wine101/wine-1.0.1/dlls/dinput/tests' make[2]: *** No targets. Stop. make[2]: Leaving directory `/home/x/Downloads/wine101/wine-1.0.1/dlls/dinput/tests' make[1]: *** [dinput/tests] Error 2 make[1]: Leaving directory `/home/x/Downloads/wine101/wine-1.0.1/dlls' make: *** [dlls] Error 2 Gobbles-debian:/home/x/Downloads/wine101/wine-1.0.1# How should I proceed? Are these two errors critical to the compile? Thank you for your input and efforts.