This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/30753] [4.3 Regression] checking for correct version of gmp.h... no



------- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca  2007-02-10 00:53 -------
Subject: Re:  [4.3 Regression] checking for correct version of gmp.h... no

> What's in config.log?
configure:3902: checking for correct version of gmp.h
configure:3925: gcc -c -g -O2   conftest.c >&5
configure:3931: $? = 0
configure:3935: test -z
                         || test ! -s conftest.err
configure:3938: $? = 0
configure:3941: test -s conftest.
configure:3944: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include "gmp.h"
| int
| main ()
| {
|
|   #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 &&
__GNU_MP_VERSION_MINOR < 1)
|   choke me
|   #endif
|
|   ;
|   return 0;
| }
configure:3952: result: no

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30753


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]