bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Java-related Bison tests all fail


From: Bruno Haible
Subject: Re: Java-related Bison tests all fail
Date: Sat, 10 Feb 2007 22:14:46 +0100
User-agent: KMail/1.5.4

Joel E. Denny wrote:
> Now I get this from configure:
> 
>   checking for Java virtual machine... gij
>   configure: WARNING: unknown target-version , please update gt_JAVACOMP macro
>   checking for Java compiler... no
>   checking for Java virtual machine... (cached) (cached) gij

Might be an installation problem with your gij or gcj. What does the
following Java program print if you compile it with gcj -C and run it with
gij?

============================= conftestver.java =============================
public class conftestver {
  public static void main (String[] args) {
    System.out.println(System.getProperty("java.specification.version"));
  }
}
============================================================================





reply via email to

[Prev in Thread] Current Thread [Next in Thread]