* Peter Dyballa wrote on Mon, Dec 04, 2006 at 10:38:47AM CET: > >>The tools I use in Mac OS X 10.4.8 are: > > > >> libtoolize (GNU libtool) 1.5.23a
> ltmain.sh (GNU libtool) 1.5 (1.1220 2003/04/05 19:32:58) Get the package to use the newer Libtool. Typically, that involves running libtoolize as well as aclocal with some package-specific options, after ensuring that aclocal finds the libtool.m4 macro file that belongs to the same Libtool version. Installing both Automake and Libtool below the same $prefix helps here. The package in question may have a script to do the rerunning of the autotools for you. Typically, it's named bootstrap or autogen.sh; be sure to check its developer documentation, or ask them to provide you with an updated package. Hope that helps. Cheers, Ralf
