This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: java/4804
- From: Tom Tromey <tromey at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: gcc-gnats at gcc dot gnu dot org, georg dot wild at gmx dot de, gcc-bugs at gcc dot gnu dot org
- Date: 14 Nov 2001 11:39:24 -0700
- Subject: Re: java/4804
- References: <3BF1B902.71EC5CE2@one-point.com>
- Reply-to: tromey at redhat dot com
[Get raw message]
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
Jeff> I saw this too. In my case I have autoconf 2.50 installed.
Jeff> jar/Makefile has
Jeff> EXEEXT = no
An interesting failure!
Did you re-run autoconf? If so then that is the problem. Use the
`contrib/gcc_update' script to do updates and you'll be ok.
At some point we ought to move to autoconf 2.50 / automake 1.5. As
far as I know nobody has done the work to make this a reality yet --
and it will definitely require work and testing.
Tom