[LLVMdev] gold-plugin build errors

Rafael Espindola espindola at google.com
Tue Oct 5 07:51:31 PDT 2010


> /usr/bin/gcc-4.2   -DHAVE_CONFIG_H -I. -I../../.././rda/qe -I..
> -I../../.././rda/qe -I../../.././rda/qe/../include   -Wimplicit
> -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses
> -Wpointer-arith  -g -O2 -MT qe.o -MD -MP -MF .deps/qe.Tpo -c -o qe.o
> ../../.././rda/qe/qe.c
> mv -f .deps/qe.Tpo .deps/qe.Po
> /bin/bash ../libtool --tag=CC   --mode=link /usr/bin/gcc-4.2
> -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses
> -Wpointer-arith  -g -O2   -o qe inc-gdblog.o inc-gdbloop.o
> inc-gdbsched.o inc-gdbserv.o inc-gdbserv-client.o inc-gdbserv-input.o
> inc-gdbserv-log.o inc-gdbserv-output.o inc-gdbserv-target.o
> inc-gdbserv-utils.o inc-gdbsocket.o inc-stdio-log.o inc-forward.o
> inc-backwards.o qe.o  -lresolv -lnsl
> 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]: *** [qe] Error 63
> make[4]: Leaving directory

This is when trying to build gold itself, right? Looks like it is
trying to build too much for some reason. I don't have any file named
inc-gdbserv-output.o in my build dir for example.

Cheers,
-- 
Rafael Ávila de Espíndola




More information about the llvm-dev mailing list