%% "sushil" <[EMAIL PROTECTED]> writes:

  s> I am trying to install Gmake on a bsd box but although the make
  s> install works I do not get any response on calling gmake from the
  s> console.

GNU make doesn't install itself as "gmake".  It installs itself as
"make", in the /usr/local/bin directory.  Look here:

  s>   /usr/bin/install -c  make /usr/local/bin/make

Try running "/usr/local/bin/make", instead of "gmake".

If you want to install it differently, see the INSTALL file for
instructions.

-- 
-------------------------------------------------------------------------------
 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

Reply via email to