BINARIES The 3.78 version was from 'somewhere on the net', can't remember where. I built the 3.81 binary from gnu.org's source code on my XP system using the Microsoft .NET (Version 7) compiler. GOTCHYAS Note that DOS built in commands (like 'del', 'copy' etc) may need to be invoked explicitly as: cmd /c del foo cmd /c copy foo bar If you receive the error messasge 'CreateProcess( "" .. blah, blah) failed' when it seems to make no sense, then try adding the following to the top of your Makefile: SHELL=cmd.exe