>A lot of stuff built the first time, but there was also a bazillion lines of >error output. So I re-ran nmake just to see what had not built the first >time and where it picked up from where it left off. I've tried the same with both VC++ 5.0 and 6.0 and the problems I saw came from not having the "rm" or "cp" Unix programs in the path. You can get them from http://virtunix.itribe.net/ or modify the makefile to remove references to rm and cp. Regards, Ernesto.