bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/12665] New: configure in binutils-2.21 does not correctly


From: y-iida at secom dot co.jp
Subject: [Bug binutils/12665] New: configure in binutils-2.21 does not correctly handle CLooG 0.16.2
Date: Tue, 12 Apr 2011 06:32:05 +0000

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: address@hidden
        ReportedBy: address@hidden


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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]