> The build went without a hitch, after I copied gmake over /sbin/make. > Isn't there a way to say MAKE=gmake, or something like that? I didn't > see it in the configure docs. If you just run the top level make with gmake, the MAKE variable will be gmake in all the recursive makes. Copying over /sbin/make is not advisable.