%% zyh lucharst <[EMAIL PROTECTED]> writes: zl> I use the solaris10 the first time ,I have an question,when I use zl> the make command,I found the command was not found .and I don't zl> know how to do it .so I want your help ! the error was like zl> following:
zl> #make zl> bash:make:command not found Note that this list is about GNU make only. If you have questions about systems like Solaris, you should ask on a Solaris mailing list or newsgroup. However, I happen to know that Sun stashes their "make" executable in /usr/ccs/bin, so try "/usr/ccs/bin/make". Note that this is Solaris make, based on SysV make, not GNU make. Many of the features of GNU make will not work at all in Solaris make. If you want GNU make on Solaris you'll need to download it and build it (or you can get prebuilt copies on the web). -- ------------------------------------------------------------------------------- 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
