This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bootstrap/10007: building the compiler fails with some java problem in spite of --enable-languages=c,c++,f77


> Maybe yes. But for this installation, I started in an new "objdir"
> and did a "make clean", if I remember correctly. Any suggestions what I
> could test here?

Hmm... if the objdir was really new, you couldn't have done a 'make clean' 
since there is no Makefile :-)

My wild guess is that the objdir was not new and you previously built with 
Java support enabled. Then you did 'make clean', re-configured but some 
scraps were left. I tested that this morning (even with 'make distclean') and 
I got a failure when building libjava too.

I presume you managed to build the compiler anyway, using another fresh new 
objdir?

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]