I just downloaded the 20100406 snapshot and tried to build, however,
could not get cloog-ppl to build.  I know it's not mandatory, but
there's an issue here.

I pulled down both ppl and cloog-ppl from the same location as the
snapshot, so ppl-0.10.2 and cloog-ppl-0.15.9.  On a Centos 5.4 x86_64
system, I built ppl and installed it in a custom location.  This is
gcc 4.1.2-46.

./configure --prefix=/scratch/usr

Then I configured cloog-ppl:

./configure --with-ppl=/scratch/usr
make
...
make[1]: Entering directory `/scratch/usr/jlquinn/cloog-
ppl-0.15.9'
/bin/sh ./libtool --tag=CC --mode=link gcc -Wall -fomit-frame-pointer
-g -O2  -L/scratch/usr/lib  -o cloog  cloog.o libcloog.la -lgmp
-lppl_c -lppl -lgmpxx
libtool: link: gcc -Wall -fomit-frame-pointer -g -O2 -o .libs/cloog
cloog.o  -L/scratch/usr/lib ./.libs/libcloog.so
/scratch/usr/lib/libppl_c.so /scratch/usr/lib/libppl.so -lgmp -lgmpxx
-Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/scratch/usr/lib
./.libs/libcloog.so: undefined reference to `mp_get_memory_functions'
collect2: ld returned 1 exit status
make[1]: *** [cloog] Error 1

Am I missing something here?  The gcc install docs imply there's
nothing special needed to build these two items.  If there is, we
should probably include that.

Thanks,
Jerry

Reply via email to