------- Comment #1 from pinskia at gcc dot gnu dot org 2007-12-14 17:48 ------- This: /usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.so when searching for -lc
means you don't have the 32bits library installed (really for PPC, you should be using almost all the time 32bits). Anyways use --disable-multilib to disable the 32bit libraries. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal Status|UNCONFIRMED |RESOLVED Component|c |bootstrap Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34464