On Sat, Feb 12, 2011 at 8:51 PM, Bruno Cornec <[email protected]> wrote: > Hello, > > I took time this week-end to upload some of the packages that I'm using > a lot so they are available in Mageia. > > I have the following problem with 2 of them: > > /bin/sh ../../libtool --tag=CC --mode=link i586-mageia-linux-gnu-gcc -O2 -g > -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 > -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 > -mtune=generic -fasynchronous-unwind-tables -Wall -Wno-return-type > -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT > -Werror=format-security -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro > -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o mondoarchive mondoarchive.o > ../../src/common/libmondo.a ../../src/lib/libmr.a -lnewt -lpthread > libtool: Version mismatch error. This is libtool 2.4, 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 > libtool: and run autoconf again. > make[3]: *** [mondoarchive] Error 63 > > the same package is working fine with bm locally on my mdv 2010.2
iirc the fix is autoreconf -fi before %configure
