On 02/09/2012 12:10 PM, Harald Oehlmann wrote:

There are two documents with different instructions to get the configure
script:
INSTALL: aclocal; autoreconf
README.configure: aclocal; automake; autoconf; autoheader
autoreconf should summarize what automake,autoconf and autoheader do
there is just no output but it takes some time to process


yes, it does

I tried both with the same resulting libtool version missmatch:
% configure ...
% make
...
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I-I/usr/include/apache2-prefork
-I/home/oehhar/test/co/rivet/src  -I"/usr/local/rivet/include"
-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2
-fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -fPIC
-Wall -fno-strict-aliasing -DLDAP_DEPRECATED
-I/usr/include/apache2-prefork  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE
-D_LARGEFILE64_SOURCE  -I/usr/include/apr-1  -DSTART_TAG='"<?"'
-DEND_TAG='"?>"'   -pipe -O2 -fomit-frame-pointer -Wall -fPIC  -MT
mod_rivet_la-apache_multipart_buffer.lo -MD -MP -MF
.deps/mod_rivet_la-apache_multipart_buffer.Tpo -c -o
mod_rivet_la-apache_multipart_buffer.lo `test -f
'apache_multipart_buffer.c' || echo './'`apache_multipart_buffer.c
libtool: Version mismatch error.  This is libtool 2.4.2 Debian-2.4.2-1,
but the libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
Debian-2.4.2-1
libtool: and run autoconf again.

I presume the tag 'Debian' in libtool version shouldn't harm, it's just marking Debian's repackaging of libtool. Anyway, if you weren't building from a pristine working copy you may need to remove aclocal.m4 (removing also autom4te.cache/ could help to reset the whole building process) and retry. What libtool version is installed on you Suse? I hope this is not bringing about one of those autotools/libtools nightmares....

% libtool --version
ltmain.sh (GNU libtool) 2.2.6b

I will use the current stable release instead.

Thank you all,
-Harald
I upgraded ltmain.sh recently and I'm fairly certain I commited it to
trunk,
did you try to replace it with a copy of the same script shipped with your
autotools installation?
No, I did not.

In the meanwile, I deleted the whole try and have build with the 2.0.4
release which works fine. If you like I may retry it.


ok, if you still have around a working copy of 'trunk' it would be an interesting feedback if you reported what happens when you clean it up and rebuild from scratch.

 -- Massimo


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to