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]

RE: java doesn't build without c++


Martin wrote:
> I tried 
> configure --enable-languages=java --enable-threads=posix && make
> and got:

You have to --enable-languages=c++,java.

We should probably automatically enable c++ when java is enabled.

AG


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