bug-bison
[Top][All Lists]
Advanced

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

Re: bison 2.4.1


From: Robin Cook
Subject: Re: bison 2.4.1
Date: Wed, 18 Feb 2009 22:34:56 -0600

Yes, it does hang.

gcj (GCC) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.




On Wed, 2009-02-18 at 15:13 +0100, Akim Demaille wrote:
> >>> "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: signature.asc
Description: This is a digitally signed message part


reply via email to

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