libtool
[Top][All Lists]
Advanced

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

Re: Issues with latest libtool version


From: Ralf Wildenhues
Subject: Re: Issues with latest libtool version
Date: Mon, 19 Jan 2009 19:45:58 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

Hello Ravi,

* Ravi Kumar wrote on Mon, Jan 19, 2009 at 05:41:59PM CET:
> 
> I had my app compiled and running on OpenSuse 10.2 / SLE 10 , which
> comes with libtool version of 1.5.26. Now i am trying to build my
> client on OpenSuse 11.1 or SLE 11 where the libtool version is 2.2 .
> Here with the latest version automake was exiting with status 1 and
> Makefiles were not getting generated.

Did automake output anything?  Did aclocal find the macro files of the
new Libtool?  Use --verbose to find out.  In order to let it find them,
you can for example use the dirlist feature (add the entry
$libtool_prefix/share/aclocal to the file
$automake_prefix/share/aclocal/dirlist); or you could use the -I option
to aclocal, or ensure that Automake and Libtool are installed below the
same $prefix.

But of course there could be other reasons as well; did you run
autoreconf -vfi so that ltmain.sh is replaced in your package?
Without copy and paste of commands plus output it is hard to say.

Cheers,
Ralf




reply via email to

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