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 _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool