libtool-patches
[Top][All Lists]
Advanced

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

Re: PATCH: PR libjava/32098: New libtool doesn't support libjava


From: H. J. Lu
Subject: Re: PATCH: PR libjava/32098: New libtool doesn't support libjava
Date: Mon, 28 May 2007 06:50:56 -0700
User-agent: Mutt/1.4.2.2i

On Mon, May 28, 2007 at 11:53:50AM +0200, Paolo Bonzini wrote:
> >As I understand the theory (compile .class files instead of .java files) 
> >this is fine with me. However, being curious about the portability of 
> >the awk expression, I tried it on solaris, there with both awk and nawk, 
> >printf "%c",0; prints nothing at all, so all those 00 above do not end 
> >up in the output. Needs another method to convert text to binary.
> 
> We can emit them as FF, and then use "tr" to convert them to NULs.  This 
> ought to work.
> 

It dosn't work. I need to at least regeneate configure in libjava.
I got

bash-3.1$ cd libjava
bash-3.1$ autoconf
/usr/bin/m4:configure.ac:450: ERROR: recursion limit of 1024 exceeded, use 
-L<N> to change it
autom4te: /usr/bin/m4 failed with exit status: 1
bash-3.1$


H.J.




reply via email to

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