> > When I built and installed libcloog on hpux11.11, an additional > > header was installed that defined CLOOG_PPL_BACKEND. > > which one? At least the header which is included by GCC doesn't define this
/* include/cloog/cloog-config.h. Generated by configure. */ /* include/cloog/cloog-config.h.in. Generated from configure.in by autoheader. */ * Use the PPL backend */ #define CLOOG_PPL_BACKEND 1 ... The header cloog.h included it as follows: #ifndef CLOOG_H #define CLOOG_H #include "cloog-config.h" #ifdef CLOOG_PPL_BACKEND ... > macro and the configury seems to take care of this, if the configure option > is > used. See the thread starting at > http://gcc.gnu.org/ml/gcc/2009-08/msg00296.html It may be that defining CLOOG_PPL_BACKEND in the configure machinary is sufficient, but that's not clear as the define may affect the way cloog was built. Dave -- J. David Anglin dave.ang...@nrc-cnrc.gc.ca National Research Council of Canada (613) 990-0752 (FAX: 952-6602) -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss