On Mon, Sep 28, 2009 at 8:58 AM, Diego Novillo <dnovi...@google.com> wrote: > In preparation for the final merge into mainline. I need to test > the branch on various platforms. Richi is currently testing on > i586, ppc, ppc64, ia64, s390, s390x. > > If anyone has free cycles I would appreciate results from other > ELF-capable targets. > > $ svn co svn://gcc.gnu.org/svn/gcc/branches/lto > $ mkdir bld && cd bld > $ ../lto/configure --enable-lto && make > > You will need to have libelf 0.8.12 installed > (http://www.mr511.de/software/libelf-0.8.12.tar.gz) >
I think you should check the required libelf features in configure script: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41336 FWTW, libelf in Fedora 11 works fine. H.J.