------- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-22 15:55 -------
/usr/bin/ld: warning: sparc architecture of input file `../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a(hashtab.o)' is incompatible with sparc:v9 output This means that you are building a sparc 64 bit but have building orginaly with a sparc 32bit compiler. So this is invalid. Read the installation instructions, I think there might be something there about this. If there is not, here is how to do this: configure --target=sparc-linux-gnu --host=sparc-linux-gnu --build=sparc-linux-gnu otherconfigoptions && make bootstrap && make -k check && make install -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21162