[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem during libtool installation
From: |
Sergei Steshenko |
Subject: |
Re: Problem during libtool installation |
Date: |
Tue, 2 Jun 2009 09:00:28 -0700 (PDT) |
--- On Tue, 6/2/09, Camilo La Rota <address@hidden> wrote:
> From: Camilo La Rota <address@hidden>
> Subject: Re: Problem during libtool installation
> To: address@hidden
> Date: Tuesday, June 2, 2009, 7:50 AM
> > Note: I use old versions of automake and autoconf
> because I need to
> > compile something else with these versions, could it
> be the problem ?
[snip]
You can have newer automake and autoconf installed in different
directories; I have a tool which is capable of building a lot of stuff,
including 'libtool', and it builds and installs the stuff in non-system
locations, not requiring root privileges.
You'll need to run just one command line, something like this:
(BUILD_SCRIPT=/home/sergei/AppsFromScratch/20081216/bin/build.pl; export
PKG_CONFIG_PATH=/usr/lib/pkgconfig;$BUILD_SCRIPT -make_like -check_with_ldd
-targets_to_build bash:pkg-config 1>build.prerequisites.log 2>&1;
PATH=`pwd`/install/pkg-config-0.23/bin:$PATH; export PATH; $BUILD_SCRIPT
-make_like -check_with_ldd -sh_exec `pwd`/install/bash-4.0/bin/bash
-targets_to_build libtool 1>libtool.log 2>&1) &
, and everything needed for 'libtool' and 'libtool' itself will be built
automatically.
Regards,
Sergei.