%% Regarding gmake; you wrote: vk> Is "gmake" the same as make utility built from the sources from GNU vk> website?(sources under the label GNU make) Yes. Anyway, typically when people say "gmake" they mean GNU make. On most OS's (except for Linux of course) the vendor supplies a "make" program. Often people don't want to install GNU make under its default name of "make", since they want to be able to easily run both the vendor make and GNU make, so the install it as "gmake" instead. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://www.paulandlesley.org/gmake/ "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
