bug-bison
[Top][All Lists]
Advanced

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

Re: bison 2.4.1


From: Akim Demaille
Subject: Re: bison 2.4.1
Date: Wed, 18 Feb 2009 15:13:35 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux)

>>> "RC" == Robin Cook <address@hidden> writes:

 > On Thu, 2009-02-12 at 09:34 +0100, Akim Demaille wrote:
 >> Le 12 févr. 09 à 05:12, Robin Cook a écrit :
 >> 
 >> >> Or better yet, could you please try this version.
 >> >>
 >> http://www.lrde.epita.fr/~akim/download/bison-2.4.1.1-8defe-dirty.tar.bz2

 > This version hangs at the same place 
 > checking for Java virtual machine... gij
 > checking for Java compiler...

 > I have also attached the config log.

Hi,

Please, keep the lists in CC.

The relevant snippet in config.log is:

configure:25606: checking for Java virtual machine
configure:25656: found /usr/bin/gij
configure:25690: found /usr/lib/j2sdk/bin/java
configure:25813: result: gij
configure:25866: CLASSPATH=. gij conftestver
configure:25918: checking for Java compiler
configure:26124: found /usr/bin/gcj
configure:26158: found /usr/lib/j2sdk/bin/javac
configure:26211: gcj -C -d . conftestlib.java

so it looks like the command "gcj -C -d . conftestlib.java" hangs on
your machine.  It seems that the conftestlib.java file is as follows:

public class conftestlib {
  public static void main (String[] args) {
  }
}


So could you please run the following and confirm that it hangs?

----------------------------------------
cat >conftestlib.java <<EOF
public class conftestlib {
  public static void main (String[] args) {
  }
}
EOF
gcj -C -d . conftestlib.java
----------------------------------------

What is gcj on your machine?  What does 'gcj --version' give?

Thanks!





Attachment: config.log
Description: Binary data


reply via email to

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