On Tue, Apr 6, 2010 at 3:29 PM, Marc Glisse <marc.glisse+...@normalesup.org> wrote: > On Tue, 6 Apr 2010, Jerome Quinn wrote: > >> undefined reference to `mp_get_memory_functions' > > This means your version of GMP is too old. configure should probably catch > this.
What is the minimum gmp for cloog-ppl? Is it the same as for gcc? My system gmp is too old for gcc so I've got gmp 4.3.2 placed in the gcc source tree per the instructions. It would be nice to have cloog use the gmp that will be built as part of the gcc bootstrap. Is there a clean way of making that happen? If not, the gcc docs should probably mention that this is an issue and how to work around it - i.e. build gmp and install rather than making it part of the gcc build. thanks, Jerry