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.
