%% Robert Boehne <[EMAIL PROTECTED]> writes:

  rb> This has nothing to do with libtool whatsoever.

Yes; make doesn't even _use_ libtool, since it doesn't export any
libraries, so I'm not sure why this was reported against libtool.
Bizarre.

  rb> The problem is the "./" when make install is run.

This can be trivially avoided by doing one of these things:

  $ env PATH=.:$PATH make install

or

  $ ./make -k install

should also work.


PS. Note that you DO have a make on standard Solaris boxes, it's just
    hidden away in the non-standard location /usr/ccs/bin.

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