http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46887
Summary: Invalid AIX linker flag '-bnoerok', it has to be '-bernotok' Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassig...@gcc.gnu.org ReportedBy: michael.haubenwall...@salomon.at The AIX linker does not understand '-bnoerok', but '-bernotok'. While there have been more occurences in older releases, there is still one in current trunk: libjava/classpath/ltcf-cxx.sh: no_undefined_flag=' ${wl}-bnoerok' This has to be "-bernotok".