Hi, Roland Orre <[EMAIL PROTECTED]> writes:
> The problem, configure fails in the test for ltdl > I downloaded libtool-2.2.4, which seemed to be the latest > from http://www.gnu.org/software/libtool/ The 1.8.x series still depends on Libtool 1.5.26 (I'm planning to investigate what's needed to switch to 2.2, though). Can you try that? > I also tried with a git snapshot, but when running > ./autogen.sh it needs a utility named gnulib-tool which > is referenced at several places on the web, but not found > anywhere. Is this the same as above libtool so I'm > expected to make a link from libtool to gnulib-tool ? `gnulib-tool', which is part of Gnulib (http://www.gnu.org/software/gnulib/), is only needed for the 1.9 branch, which may not be what you want. Once you have a local clone of the Git repository, you can get the 1.8.x branch this way: $ git branch --track branch_release-1-8 origin/branch_release-1-8 $ git checkout branch_release-1-8 Hope this helps, Ludovic.
