On Tue, Apr 6, 2010 at 5:11 PM, Jonathan Wakely <jwakely....@gmail.com> wrote:
> On 6 April 2010 22:02, Jerome Quinn wrote:

>>>> Is there a clean way of making that happen?
>>>
>>> Can't you just put the cloog sources in-tree as well?
>>
>> The install docs don't mention that possibility.  The last time I
>> tried to build with cloog, I think it wasn't supported in-tree.  I'll
>> try again...
>
> I think it works as long as the directory is called "cloog" not "cloog-ppl"
>
> I don't see any other way to get cloog to use a gmp you haven't built yet.

If I try this the build still fails.  It's not picking up the ppl that is
in the gcc source tree.  The ppl dir is named ppl and the cloog dir is
named cloog.

It appears to be ignoring the ppl in the gcc source tree...


checking for sys/resource.h... yes
polylibgmp
Package gmp-include :
/scratch/usr/jlquinn/gcc-4.5.0-RC-20100406/host-x86_64-unknown-linux-gnu/gmp
Package gmp-library :
/scratch/usr/jlquinn/gcc-4.5.0-RC-20100406/host-x86_64-unknown-linux-gnu/gmp/.libs
checking whether gmp works... checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for __gmpz_init in -lgmp... yes
yes
checking for location of PolyLib... installed in standard location
checking for PolyhedronTSort in -lpolylibgmp... no
Can't find PolyLib.
checking for Parma Polyhedral Library (PPL)... installed at system prefix
checking ppl_c.h usability... no
checking ppl_c.h presence... no
checking for ppl_c.h... no
configure: error: Can't find PPL headers.
make[2]: *** [configure-stage1-cloog] Error 1
make[2]: Leaving directory `/scratch/usr/jlquinn/gcc-4.5.0-RC-20100406'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/scratch/usr/jlquinn/gcc-4.5.0-RC-20100406'
make: *** [all] Error 2

Reply via email to