Page 1 of 1

recreate aclocal.m4 with macros from libtool

Posted: 13 Oct 2009 14:42
by jrey
Hello:

I need some help. I am trying to build vlc-1.0.2 I am trying to build the extras/contrib directory and have gotten the following problem.

../libtool: line 467: CDPATH: command not found
../libtool: line 1145: func_opt_split: command not found
libtool: Version mismatch error. This is libtool 2.2.6, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
libtool: and run autoconf again.

I am running Fedora 10 on a dual core Intel PC platform.

I have tried to search for postings regarding this problem and it seems to have been around a while the oldest was 2003. I could not find the steps to take to resolve the problem.

Thanks
Jrey

Re: recreate aclocal.m4 with macros from libtool

Posted: 13 Oct 2009 19:48
by jrey
I found a solution:

This was occurring in a subdirectory being made from a higher level makefile.

The solution was to cd to the subdirectory run
./bootstrap
make

cd back up to the higher level directory

make

This now passes this directory

Re: recreate aclocal.m4 with macros from libtool

Posted: 17 Sep 2013 10:56
by busybeeCS
I found a solution:

This was occurring in a subdirectory being made from a higher level makefile.

The solution was to cd to the subdirectory run
./bootstrap
make

cd back up to the higher level directory

make

This now passes this directory
which is the subdirectory , pls make it clear!