This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: problems compiling latest cvs of gcc_3.0 branch..


On Apr  5, 2001, JorgP <jorgp@bartnet.net> wrote:

> make[2]: Leaving directory `/usr/src/gcc/i686-pc-linux-gnu/zlib'
> make[1]: Leaving directory `/usr/src/gcc/i686-pc-linux-gnu/zlib'
> make[1]: Entering directory `/usr/src/gcc/i686-pc-linux-gnu/boehm-gc'
> /bin/sh ./libtool --mode=compile /usr/src/gcc/gcc/xgcc -B/usr/src/gcc/gcc/ 
> -B/opt/gcc-3.0/i686-pc-linux-gnu/bin/ -B/opt/gcc-3.0/i686-pc-linux-gnu/lib/ 
> -isystem
> /opt/gcc-3.0/i686-pc-linux-gnu/include -DSILENT=1 -DNO_SIGNALS=1 
> -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1  -I. -I.     -I././targ-include 
> -I././.././libc/include -fno-builtin -g -O2 -c allchblk.c
> libtool: compile: unable to infer tagged configuration
> libtool: compile: specify a tag with `--tag'
> make[1]: *** [allchblk.lo] Error 1
> make[1]: Leaving directory `/usr/src/gcc/i686-pc-linux-gnu/boehm-gc'
> make: *** [all-target-boehm-gc] Error 2

Looks like the set of switches passed to xgcc may have changed.  This
confuses libtool.

Remove i686-pc-linux-gnu/config.cache, wipe out
i686-pc-linux-gnu/boehm-gc and try again.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]