http://sourceware.org/bugzilla/show_bug.cgi?id=12665
Summary: configure in binutils-2.21 does not correctly handle CLooG 0.16.2 Product: binutils Version: 2.21 Status: NEW Severity: normal Priority: P2 Component: binutils AssignedTo: unassig...@sources.redhat.com ReportedBy: y-i...@secom.co.jp With CLooG 0.16.2, the configure script comes with binutils-2.21 prints: checking for version 0.15.5 (or later revision) of CLooG but, it barfs "no". config.log reads: -----BEGIN----- configure:5770: gcc -c -g -O2 -I/opt/gnu/include -DCLOOG_PPL_BACKEND -DCLOOG_INT_GMP conftest.c >&5 conftest.c: In function 'main': conftest.c:16:3: error: unknown type name 'choke' configure:5770: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include "cloog/cloog.h" | int | main () | { | | #if CLOOG_VERSION_MAJOR != 0 || CLOOG_VERSION_MINOR != 15 || CLOOG_VERSION_REVISION < 5 | choke me -----END----- CLOOG_VERSION_MINOR is compared by "not equal", but it should be compared by "less or equal". -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils