compile under linux

Bill,
The problem is the linux can't recognize the first line in your gmake4.1 file.
The first line in the gmake4.1 is ":"
Change it to "#!/bin/sh" and everything should work.

Kang,