[ trimming Cc: list ] Hello, * Roberto Bagnara wrote on Fri, Aug 08, 2008 at 04:20:30PM CEST:
I have also tried to compile cloog-ppl git, but I get the following error at make-time:
$ make Making all in . make[1]: Entering directory `/usr/local/distrib/cloog' /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"cloog\" -DVERSION=\"0.15\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 -I. -I./include -I./include -I/usr/local/include -DCLOOG_PPL_BACKEND -Wall -fomit-frame-pointer -g -O2 -MT block.lo -MD -MP -MF .deps/block.Tpo -c -o block.lo `test -f 'source/block.c' || echo './'`source/block.c ./libtool: line 459: CDPATH: command not found ./libtool: line 1262: func_opt_split: command not found libtool: Version mismatch error. This is libtool 2.3a, but the libtool: definition of this LT_INIT comes from an older release. libtool: You should recreate aclocal.m4 with macros from libtool 2.3a libtool: and run autoconf again.
Please ensure that the libtool.m4 macros aclocal finds match the ltmain.sh file that is used; also, that your m4 version is not too old (1.4.5 or newer). Then rerun aclocal and autoconf (or the autogen.sh/ bootstrap script, however it's called). Hope that helps. If not, we should probably move to a more appropriate mailing list. Cheers, Ralf