
On 01/27/10 20:32, acrux wrote:
i tried to add gmp-5.0 support patching ppl-0.10.2 but ppl check still doesn't recognize it. http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=blobdiff;f=m4/ac_check...
Hi Nico,
please try the following:
$ tar jxf ppl-0.10.2.tar.bz2 $ cd ppl-0.10.2 $ cp /tmp/ac_check_gmp.m4 m4 $ cp /tmp/lib-link.m4 m4 $ cp /tmp/lib-ld.m4 m4 $ cp /tmp/lib-prefix.m4 m4 $ autoreconf -f
The 4 replacements to be put in the m4 directory are attached to this message. Please let me know how it goes.
I'd like to know if it's already scheduled a new ppl minor release bump (maybe ppl-10.3) that is able to compile against the new gmp-5.x series.
We currently do not have plans for a PPL 0.10.3 release, but we will release PPL 0.11 in a couple of months. Cheers,
Roberto