http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53112
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution| |WORKSFORME --- Comment #14 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2012-05-01 10:08:09 UTC --- > The error removed when configured with --enable-languages=c,c++ only. > Is this correct? or if this gcc is build then does it make effect to java ? > beacuse don't know gcc + java releation..? If you don't need the Java compiler (GCJ) included in GCC but only the C and C++ compilers, yes, that's fine. That's orthogonal to the pre-existing Java setup on the machine.