%% "yaka patiya" <[EMAIL PROTECTED]> writes:

  yp> Is this too stupid of a question to ask ? I am wondering why
  yp> anyone have not yet answered it.

Sometimes people are busy.

  >> According to the mailing list, someone posted saying you can just
  >> ignore these messages.

Yes, just ignore them.

  yp> But when I go to do `make install`I get the following error:

  >> $ make install
  >> ksh: make:  not found

This is not a GNU make error, it's a shell issue.

You don't have the current working directory on your PATH, so when you
type "make" the shell can't find it.

You have to run:

    ./make install

instead to tell the shell to use the make you just built.

-- 
-------------------------------------------------------------------------------
 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://mail.gnu.org/mailman/listinfo/help-make

Reply via email to