------- Comment #2 from skunk at iskunk dot org 2006-07-26 17:55 ------- (In reply to comment #1) > I think GCC needs the GNU binutils linker now.
It certainly needs the GNU assembler (explicit configure-time error to that effect), and I built binutils 2.17. That one said that (GNU) ld is "not supported in this configuration"... moreover, the documentation for GCC's HPPA-specific options list a few relevant to the HP linker. > Also how did you configure GCC? .../configure --disable-dependency-tracking --disable-maintainer-mode --disable-shared --disable-nls --enable-version-specific-runtime-libs --with-arch=2.0 --with-gnu-as --with-as=/usr/local/bin/gnu-as --enable-languages=c,c++ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28497