bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool/2704: Unable to install make3.79 on Solaris (Intel)


From: Paul D. Smith
Subject: Re: libtool/2704: Unable to install make3.79 on Solaris (Intel)
Date: Tue, 4 Dec 2001 11:14:50 -0500

%% Robert Boehne <address@hidden> 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 <address@hidden>          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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]