This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]