This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-2.95.3 build failure on hppa2.0w-hp-hpux11.00 with 2 different binutils
--enable-languages is broken, too:
I tried:
../gcc-2.95.3/configure --prefix=/opt/FREE-SOFTWARE/gcc-2.95.3
--enable-version-specific-runtime-libs --enable-languages=c
--without-gnu-as --without-gnu-ld && gmake -j4 bootstrap
with the same failure:
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (cplus-dem.o)
was detected. The linked output may not run on a PA 1.x system.
/usr/ccs/bin/ld: Unsatisfied symbols:
cplus_demangle_new_abi (code)
So there is something completely wrong here?