%% zak shapiro <[EMAIL PROTECTED]> writes: zs> Hi, I was wondering if you could help me. I downloaded the zs> make-3.80.tar.gz file but I do not know where to place it on my zs> hard drive in order for it to take effect.
That file contains the source code to GNU make. You have to uncompress it with gunzip, then unpack it with tar, then configure and compile it. Then you can install it. Directions for configuration and compilation are contained with the code; start with the README and INSTALL files. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
