This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Errors bootstrapping CVS gcc on sparc-sun-solaris2.8
- To: Phil Edwards <pedwards at disaster dot jaj dot com>
- Subject: Re: Errors bootstrapping CVS gcc on sparc-sun-solaris2.8
- From: Chris Lattner <sabre at nondot dot org>
- Date: Tue, 10 Apr 2001 18:17:11 -0500 (CDT)
- Cc: gcc at gcc dot gnu dot org
> > cvs/gcc> ./configure --srcdir=`pwd` --enable-languages=c++,java
> srcdir == objdir doesn't really work
Okay, I tried making an objdir and building into that. So now I have:
~/cvs/gcc_objdir
~/cvs/gcc/[gcc, libiberty,...]
from ~/cvs/gcc_objdir, I do:
~/cvs/gcc/configure --srcdir='~/cvs/gcc/' --enable-languages=c++,java
with this setup, it seems to get quite far... it's now in
gcc_objdir/sparc-sun-solaris2.8/libjava/libltdl, and the makefile dies
trying to run configure.
Looking in the directory, it is empty, except for config.log &
confdefs.h. Does anyone have any hints? Should I just drop java?
Thanks,
-Chris