I am looking for a way to translate Java bytecode to LLVM bytecode and the LLVM Java frontend seem like a good match for initial testing. But after checking out the svn version of the Java frontend I get the following error when running configure configure: error: cannot find install-sh or install.sh in ../../autoconf ./../../autoconf This error persisted even after successfully regenerating configure with the 'AutoRegen.sh' script in the 'java/trunk/autoconf' subdirectory. Do you have any advice on how to configure and compile the Java frontend? thanks, Andreas -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090917/dd954f01/attachment.html>
On Sep 17, 2009, at 3:59 PM, Andreas Saebjoernsen wrote:> I am looking for a way to translate Java bytecode to LLVM bytecode > and the LLVM Java frontend seem like a good match for initial > testing. But after checking out the svn version of the Java > frontend I get the following error when running configure > > configure: error: cannot find install-sh or install.sh in ../../ > autoconf ./../../autoconf > > This error persisted even after successfully regenerating configure > with the 'AutoRegen.sh' script in the 'java/trunk/autoconf' > subdirectory. Do you have any advice on how to configure and compile > the Java frontend?Which java frontend? -Chris
I am trying to compile the Java frontend in https:/ llvm.org/svn/llvm-project/java/trunk If there are another preferred Java frontend available, and it is suited for translating Java bytecode to LLVM bytecode, I'd be happy to use that frontend instead. thanks, Andreas On Thu, Sep 17, 2009 at 4:03 PM, Chris Lattner <clattner at apple.com> wrote:> > On Sep 17, 2009, at 3:59 PM, Andreas Saebjoernsen wrote: > > I am looking for a way to translate Java bytecode to LLVM bytecode and the >> LLVM Java frontend seem like a good match for initial testing. But after >> checking out the svn version of the Java frontend I get the following error >> when running configure >> >> configure: error: cannot find install-sh or install.sh in >> ../../autoconf ./../../autoconf >> >> This error persisted even after successfully regenerating configure with >> the 'AutoRegen.sh' script in the 'java/trunk/autoconf' subdirectory. Do you >> have any advice on how to configure and compile the Java frontend? >> > > Which java frontend? > > -Chris >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090917/f0dbbd4e/attachment.html>