This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: --enable-languages problem on the branch
- To: Daniel Jacobowitz <dmj+ at andrew dot cmu dot edu>
- Subject: Re: --enable-languages problem on the branch
- From: Tom Tromey <tromey at redhat dot com>
- Date: 09 Mar 2001 17:15:24 -0700
- Cc: gcc-bugs at gcc dot gnu dot org
- References: <20010309173726.A11735@nevyn.them.org>
- Reply-To: tromey at redhat dot com
>>>>> "Daniel" == Daniel Jacobowitz <dmj+@andrew.cmu.edu> writes:
Daniel> I could by misunderstand this code, but the toplevel
Daniel> configure.in does not seem to handle --enable-languages=c
Daniel> correctly now. It decides that Java requires C++ and thus
Daniel> enables C++, ignoring that Java is not enabled.
Yes, I introduced this bug. There is a pending patch to fix it.
Tom