This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Do I need an installed gcc-3.1 to test it?
- To: gcc at gcc dot gnu dot org
- Subject: Do I need an installed gcc-3.1 to test it?
- From: Brad Lucier <lucier at math dot purdue dot edu>
- Date: Thu, 15 Mar 2001 22:43:38 -0500
- Cc: lucier at math dot purdue dot edu
I get the following message in check.log when building gcc-3.1
experimental (today's CVS) on sparc-sun-solaris2.8:
make[2]: Entering directory `/export/home/lucier/gcc/objdir/sparc-sun-solaris2.8
/boehm-gc'
ld.so.1: gctest: fatal: libgcc_s.so.0: open failed: No such file or directory
Killed
FAIL: gctest
===================
1 of 1 tests failed
===================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/export/home/lucier/gcc/objdir/sparc-sun-solaris2.8/
boehm-gc'
make[1]: *** [check-am] Error 2
make[1]: Target `check' not remade because of errors.
make[1]: Leaving directory `/export/home/lucier/gcc/objdir/sparc-sun-solaris2.8/
boehm-gc'
make: *** [check-target-boehm-gc] Error 2
and it's true, I don't have an --enable-shared gcc-3.[01] installed on
this toy.
But, shouldn't I be able to test the CVS sources without having this
installed?
Brad Lucier