|
From: Steven M. S. <sm...@2B...> - 2003-12-29 16:06:29
|
On Mon, 29 Dec 2003, Ronald Bultje wrote: > On Mon, 2003-12-29 at 11:47, Dik Takken wrote: > > Thanks for your reply. I upgraded my libtool to 1.5, cleaned and > > re-configured the source, but it gives the exact same error. It must be > > GCC then? > > Searching on google suggests to try 'make distclean', then remove the > libtool files with 'rm -f ltmain.sh libtool' and then re-run > 'libtoolize' (all this in the mjpegtools sourcedir). That re-installs > the libtool files with ones compatible to your system. Then, try > building. If it still fails, also try re-running autogen.sh. I've rarely had success trying to correct the (often mysterious) problems of libtool/automake/autoconf by manually 'rm'ing files. If a project offers the autogen.sh script I run ./autogen.sh - that will also take care of possibly different automake and autoconf versions being present on the system. Is libtool 1.5 now a requirement? Over the weekend there was another fellow who had a libtool related problem. It was not too long ago that 1.4.2 worked fine as I recall. Cheers, Steven Schultz |