This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ Build Problem (CVS)
- To: Jeff Sturm <jsturm at one-point dot com>
- Subject: Re: GCJ Build Problem (CVS)
- From: Brad Cox <bcox at virtualschool dot edu>
- Date: Fri, 9 Nov 2001 16:45:30 -0500
- Cc: java at gcc dot gnu dot org
On Friday, November 9, 2001, at 04:43 PM, Jeff Sturm wrote:
> Did you configure in a clean (empty) build directory? I suspect not...
> if you --enable-languages=c++,java there should be no libobjc directory
> anywhere in your build dir (unless it is left over from an earlier build
> attempt).
That's probably it. I was hoping this would just recompile the changes
instead of building from scratch, but this was unrealistic with a
configure involved.
A rebuild is running now in a clean directory. Lord, rebuilds take AGES!
Thanks!