Hi, I'm trying to build a combined tree following the instructions of http://gcc.gnu.org/simtest-howto.html, and I get this failure:
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../combined/bfd -I. -I../../combined/bfd -I../../combined/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../combined/bfd/archive.c libtool: Version mismatch error. This is libtool 2.2.7a, but the libtool: definition of this LT_INIT comes from libtool 2.2.6. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.7a libtool: and run autoconf again. make[4]: *** [archive.lo] Error 63 make[4]: Leaving directory `/home/stevenb/devel/cross/build-unpatched/bfd' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/stevenb/devel/cross/build-unpatched/bfd' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/stevenb/devel/cross/build-unpatched/bfd' make[1]: *** [all-bfd] Error 2 make[1]: *** Waiting for unfinished jobs.... This is with gcc SVN revision 155740, and src checked out yesterday (top of src/Changelog is the fix from Kaveh and FX for gcc PR42424). Not knowing a thing about libtool, I hope someone can tell me what's wrong here ;-) Ciao! Steven