This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Building CVS version on HP-UX 10.20
- To: gcc at gcc dot gnu dot org
- Subject: Building CVS version on HP-UX 10.20
- From: Albert Chin-A-Young <china at thewrittenword dot com>
- Date: Sun, 3 Sep 2000 01:01:27 -0500
Anyone successfully build gcc from CVS under HP-UX 10.20? I can build
everything but the comparison at the end fails:
case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo
compare | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
if [ -f .bad_compare ]; then \
echo "Bootstrap comparison failure!"; \
cat .bad_compare; \
exit 1; \
else \
case "compare" in \
*-lean ) rm -rf stage$stage ;; \
*) ;; \
esac; true; \
fi
Bootstrap comparison failure!
reload.o differs
gmake[1]: *** [compare] Error 1
I know work has been done on reload lately but haven't looked further
into the failure above. I'm building with the commercial HP compiler.
--
albert chin (china@thewrittenword.com)