Hello, I am trying to compile libtool so I can install another package which requires it. I have successfully compiled M4, Automake, Autoconf and installed in /usr/gnu. When I try to do the same for libtool, I receive errors. I have tried the following:
./configure --prefix=/usr/gnu /usr/css/bin/make Receive error: libtool: Version mismatch error. This is libtool 2.4.2, revision 1.3337, libtool: but the definition of this LT_INIT comes from revision 1.3201. libtool: You should recreate aclocal.m4 with macros from revision 1.3337 libtool: of libtool 2.4.2 and run autoconf again. *** Error code 63 make: Fatal error: Command failed for target `libltdl/loaders/libltdl_libltdl_la-preopen.lo' Current working directory /root/nicstat-1.90/ntop/ntop-5.0.1/libtool/libtool-2.4.2 *** Error code 1 The following command caused the error: fail= failcom='exit 1'; \ for f in x $MAKEFLAGS; do \ case $f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ So I then tried from that same build directory, # /usr/gnu/bin/autoreconf --force --install and that errors out with: Can't exec "libtoolize": No such file or directory at /usr/gnu/share/autoconf/Autom4te/FileUtils.pm line 345, <GEN3> line 6. autoreconf: failed to run libtoolize: No such file or directory autoreconf: libtoolize is needed because this package uses Libtool Here are my settings: Generic_147440-15 sun4v sparc SUNW,SPARC-Enterprise-T5120 echo $PATH /usr/gnu/bin:/usr/gnu:/usr/ccs/bin:/usr/sbin:/usr/bin:/opt/EMCpower/bin:/etc/emc/bin:/etc:/usr/openv/netbackup/bin:/usr/openv/netbackup/bin/admincmd:/usr/openv/volmgr/bin:/opt/Navisphere/bin:/opt/ELXocm:/opt/Navisphere/bin:/opt/pbis/bin:/usr/sfw/bin echo $LD_LIBRARY_PATH /etc/emc/rsa/cst/lib Summary of my perl5 (revision 5 version 8 subversion 4) configuration: Platform: osname=solaris, osvers=2.10, archname=sun4-solaris-64int uname='sunos localhost 5.10 sun4u sparc SUNW,Ultra-2' config_args='' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=define use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Any advice is appreciated, TIA. --Jeff _______________________________________________ https://lists.gnu.org/mailman/listinfo/libtool