On Wed, Jan 28, 2004 at 11:35:32AM +0000, worm wrote: > This is where my knowledge falls down. I have no idea how to check that.
Where did you install the new libtool? In /usr/local? In that case you have to make the settings in system.mk point appropriately. Unfortunately, if some other settings still point to /usr, this may not help, and the Makefiles may have to be modified. (*nix all in one basket filesystem hierarchy and gcc global library search paths don't work well together.) If you installed the new libtool over the original (from an rpm), check that you have /lib/libltdl.so point to libltdl.so.3.1.0 or something like that. (I have libtool 1.5.0a, and the libltdl version in 1.4.3 could have been slightly less.) What does the configure script say? -- Tuomo
