On Sun, Jul 18, 2010 at 7:56 AM, Jeremy Huntwork <[email protected]> wrote: > There's a fix available here: > http://www.cs.unipr.it/pipermail/ppl-devel/2010-January/015872.html > > I've added those 4 files into a single patch here: > http://dev.lightcube.us/~jhuntwork/sources/ppl/ppl-0.10.2-upstream_fixes-1.patch > > After patching, you still have to run 'autoreconf -f' as per the thread > listed above. I suppose you could create a patch after running the autoreconf > if you want to avoid that command in the future. Oh, and some more stuff is needed before PPL/ClooG goes into LFS:
* G++ needs to be made a host system requirement, due to the fact that PPL requires a working C++ compiler. * GMP needs to be moved out of the GCC build (I don't think MPFR and MPC need to be moved out) during the temporary toolchain phrase. Also, GMP needs to have --enable-cxx added to it's configure. * As for PPL, use --enable-interfaces="c,cxx" to prevent PPL from building the Java interface (there is no Java compiler in the chroot enviorment, by the way) in the temp toolchain phrase. * CLoog-PPL needs --with-bits=gmp in the temp toolchain phrase too. -- William Immendorf The ultimate in free computing. Messages in plain text, please, no HTML. GPG key ID: 1697BE98 If it's not signed, it's not from me. -------------- "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
