%% Shawn Minto <[EMAIL PROTECTED]> writes: sm> Now, I have transfered it to a solaris 9 machine at school and it sm> doesn't work. Make complains that I have 1 too many : on this line.
You must be using Solaris make. Solaris make doesn't know anything about static rules. You'll have to get a copy of GNU make and install it on your Solaris box and use that instead. You can get the buildable source from ftp://ftp.gnu.org/pub/make. If you don't want to compile it yourself, try http://sunfreeware.com/. You can run "make --version" to be sure; if it gives you an error or doesn't say GNU make, you're not using the right one. -- ------------------------------------------------------------------------------- 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
