[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Java-related Bison tests all fail
From: |
Joel E. Denny |
Subject: |
Re: Java-related Bison tests all fail |
Date: |
Wed, 7 Feb 2007 12:17:04 -0500 (EST) |
On Wed, 7 Feb 2007, Paolo Bonzini wrote:
> > # Empty if no javac was found
> > CONF_JAVAC=''
> >
> > # Empty if no Java VM was found
> > CONF_JAVA='gij'
>
> And here's the patch.
Thanks.
I don't understand why it should reject my gcj. I'm thinking this is a
Gnulib problem, but I don't have time to explore this in detail right now.
As a clue, this gets it working:
diff -p -u -r1.79 configure.ac
--- configure.ac 29 Jan 2007 10:54:42 -0000 1.79
+++ configure.ac 7 Feb 2007 17:13:26 -0000
@@ -136,7 +136,7 @@ AC_SUBST([O0CFLAGS])
O0CXXFLAGS=`echo $CXXFLAGS | sed 's/-O[[0-9]] *//'`
AC_SUBST([O0CXXFLAGS])
-gt_JAVACOMP([1.3], [1.3])
+gt_JAVACOMP([1.4], [1.4])
gt_JAVAEXEC
- Java-related Bison tests all fail, Paul Eggert, 2007/02/04
- Re: Java-related Bison tests all fail, Joel E. Denny, 2007/02/07
- Message not available
- Re: Java-related Bison tests all fail, Joel E. Denny, 2007/02/07
- Message not available
- Re: Java-related Bison tests all fail,
Joel E. Denny <=
- Message not available
- Re: Java-related Bison tests all fail, Joel E. Denny, 2007/02/09
- Re: Java-related Bison tests all fail, Bruno Haible, 2007/02/10
- Re: Java-related Bison tests all fail, Joel E. Denny, 2007/02/10
- Re: Java-related Bison tests all fail, Bruno Haible, 2007/02/10
- Re: Java-related Bison tests all fail, Joel E. Denny, 2007/02/10
- Re: Java-related Bison tests all fail, Joel E. Denny, 2007/02/10
- Re: Java-related Bison tests all fail, Bruno Haible, 2007/02/10
- Re: Java-related Bison tests all fail, Joel E. Denny, 2007/02/10
- Re: coreutils-5.2.1 'tr' bug (was: Java-related Bison tests all fail), Bruno Haible, 2007/02/11
- Re: coreutils-5.2.1 'tr' bug, Jim Meyering, 2007/02/23