This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
3.1 bootstrap failure in libjava
- To: gcc-bugs at gcc dot gnu dot org
- Subject: 3.1 bootstrap failure in libjava
- From: Brad Lucier <lucier at math dot purdue dot edu>
- Date: Wed, 25 Apr 2001 19:21:39 -0500 (EST)
- Cc: lucier at math dot purdue dot edu (Brad Lucier)
On sparc-sun-solaris2.8, one gets a good compare after bootstrap, but
the build fails with:
make[2]: Entering directory `/export/home/lucier/gcc/gcc-3.1/objdir/sparc-sun-solaris2.8/libjava'
make[2]: *** No rule to make target `java/security/acl/Acl.java', needed by `libgcj.jar'. Stop.
make[2]: Leaving directory `/export/home/lucier/gcc/gcc-3.1/objdir/sparc-sun-solaris2.8/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/export/home/lucier/gcc/gcc-3.1/objdir'
make: *** [bootstrap] Error 2
Brad Lucier