This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
new cloog-ppl-0.15.tar.gz broken on darwin
- From: Jack Howarth <howarth at bromo dot med dot uc dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 31 Mar 2009 10:47:48 -0400
- Subject: new cloog-ppl-0.15.tar.gz broken on darwin
The gcc.gnu.org ftp server is back up. However, the newer
cloog-ppl-0.15.tar.gz in the infrastructure directory is broken
on darwin. The size is now much smaller which makes me suspect that
autogen.sh wasn't run before the tarball was created. On darwin,
the build fails with...
/bin/sh ./libtool --mode=link gcc -Wall -fomit-frame-pointer -g -O2 -L/sw/lib -L/sw/lib -o cloog cloog.o libcloog.la -lgmp -lppl_c -lppl -lgmpxx
gcc -Wall -fomit-frame-pointer -g -O2 -o .libs/cloog cloog.o -L/sw/lib ./.libs/libcloog.dylib /sw/lib/libppl_c.dylib /sw/lib/libppl.dylib -lm /sw/lib/libgmpxx.dylib /sw/lib/libgmp.dylib
creating cloog
cd . && /bin/sh /sw/src/fink.build/cloog-0.15-1/cloog-ppl/autoconf/missing --run autoheader
autoheader: warning: missing template: HAS_SYS_RESOURCE_H
autoheader: Use AC_DEFINE([HAS_SYS_RESOURCE_H], [], [Description])
make[1]: *** [include/cloog/cloog-config.h.in] Error 1
make: *** [all-recursive] Error 1
### execution of make failed, exit code 2