This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Cygwin configure
- From: Tom Tromey <tromey at redhat dot com>
- To: Jerome Marc <marcjero at yahoo dot com>
- Cc: java at gcc dot gnu dot org
- Date: 02 May 2002 12:06:19 -0600
- Subject: Re: Cygwin configure
- References: <20020502091838.79322.qmail@web10803.mail.yahoo.com>
- Reply-to: tromey at redhat dot com
>>>>> "Jerome" == Jerome Marc <marcjero@yahoo.com> writes:
Jerome> AC_EXEEXT seems to be required in libjava/configure.in
Jerome> Without this, the EXEEXT variable isn't set by Cygwin automake.
Search in libjava/acinclude.m4 for AC_EXEEXT. Part of the comment
there is wrong (now we do build a program).
As a test I changed that block of code to just AC_EXEEXT, rebuilt
configure, removed config.cache, and then re-ran configure. I had
problems, but now I think those aren't related to AC_EXEEXT.
So in sum, doing this is probably safe. I'll submit a patch once I've
tracked down this other problem and verified it.
Tom