http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53300
Rainer Orth <ro at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ro at gcc dot gnu.org --- Comment #2 from Rainer Orth <ro at gcc dot gnu.org> 2012-05-10 12:15:13 UTC --- I'm seeing a similar failure linking gnatxref on i386-pc-solaris2.10: Undefined first referenced symbol in file .LC0 ./xref_lib.o ld: fatal: symbol referencing errors. No output written to ../../gnatxref collect2: error: ld returned 1 exit status gnatlink: error when calling /var/gcc/gcc-4.8.0-20120509/10-gcc/gcc/xgcc make[3]: *** [common-tools] Error 4 make[3]: Leaving directory `/var/gcc/gcc-4.8.0-20120509/10-gcc/gcc/ada/tools' make[2]: *** [gnattools-native] Error 2 make[2]: Leaving directory `/var/gcc/gcc-4.8.0-20120509/10-gcc/gnattools' Reverting your patch allows the build to complete. Rainer