>> I need to build gcc 4.4.0 (for various reasons beyond my control!) on >> my Centos 6.5 box. I want the resulting binaries to be usable by >> others who may not have the same external packages installed. So I am >> attempting to follow the instructions that suggest placing the source >> distributions for GMP/MPFR/MPC/ISL/CLooG in subdirectories of the main >> source directory. >> >> The gcc-4.4.0 distribution is lacking the "download_prerequisites" >> script. So I downloaded the minimum versions required of all five >> external libs, and then did this: >> >> mkdir gcc-4.4.0-src >> mkdir gcc-4.4.0-obj >> rsync -a gcc_tarballs/gcc-4.4.0/ gcc-4.4.0-src >> rsync -a gcc_tarballs/gmp-4.3.2/ gcc-4.4.0-src/gmp/ >> rsync -a gcc_tarballs/mpc-0.8.1/ gcc-4.4.0-src/mpc/ >> rsync -a gcc_tarballs/mpfr-2.4.2/ gcc-4.4.0-src/mpfr/ >> rsync -a gcc_tarballs/isl-0.12.2/ gcc-4.4.0-src/isl/ >> rsync -a gcc_tarballs/cloog-0.18.1/ gcc-4.4.0-src/cloog/ >> cd gcc-4.4.0-obj/ >> ../gcc-4.4.0-src/configure --prefix=/home/dgittins/gcc-4.4.0 >> make >> >> >> This starts off OK but eventually stops with: >> >> checking which gmp to use... system >> checking gmp.h usability... no >> checking gmp.h presence... no >> checking for gmp.h... no >> configure: error: Can't find gmp headers. >> make[2]: *** [configure-stage1-cloog] Error 1 >> >> >> What am I doing wrong? Why does it seem to want to use system gmp? It >> has created a file gcc-4.4.0-obj/gmp/gmp.h which looks normal enough. > > This is failing in the configuration of cloog. For some reason the > version of cloog you are using is not finding the version of gmp you > are using. > > >> >> I tried the entire process with gcc 4.6.4 with exactly the same >> result... Any help appreciated - I have tried to RTFM but I am a bit >> lost. Content of config.log below. > > That's the wrong config.log file. You need to look at > cloog/config.log. > > Ian OK - cloog/config.log follows... ===================================== This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by cloog configure 0.18.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ /home/dgittins/gcc-4.4.0-src/cloog/configure --cache-file=./config.cache --prefix=/home/dgittins/gcc-4.4.0 --enable-languages=c,c++,fortran,java,objc --program-transform-name=s,y,y, --build=x86_64-unknown-linux-gnu --host=none-unknown-linux-gnu --target=none-unknown-linux-gnu --srcdir=../../gcc-4.4.0-src/cloog --disable-intermodule --enable-checking=yes,types --disable-coverage --enable-languages=c --disable-shared --with-gmp-library=/home/dgittins/gcc-4.4.0-obj/./gmp/.libs --with-gmp-include=/home/dgittins/gcc-4.4.0-obj/./gmp --with-ppl=/home/dgittins/gcc-4.4.0-obj/./ppl/ --with-bits=gmp ## --------- ## ## Platform. ## ## --------- ## hostname = myhost uname -m = x86_64 uname -r = 2.6.32-431.3.1.el6.x86_64 uname -s = Linux uname -v = #1 SMP Fri Jan 3 21:39:27 UTC 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/local/sbin PATH: /usr/sbin PATH: /sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2300: creating cache ./config.cache configure:2427: checking for a BSD-compatible install configure:2495: result: /usr/bin/install -c configure:2506: checking whether build environment is sane configure:2556: result: yes configure:2605: checking for none-unknown-linux-gnu-strip configure:2635: result: no configure:2645: checking for strip configure:2661: found /usr/bin/strip configure:2672: result: strip configure:2684: WARNING: using cross tools not prefixed with host triplet configure:2697: checking for a thread-safe mkdir -p configure:2736: result: /bin/mkdir -p configure:2749: checking for gawk configure:2765: found /usr/bin/gawk configure:2776: result: gawk configure:2787: checking whether make sets $(MAKE) configure:2809: result: yes configure:2900: checking whether make supports nested variables configure:2917: result: yes configure:2938: checking for none-unknown-linux-gnu-gcc configure:2965: result: gcc configure:3234: checking for C compiler version configure:3243: gcc --version >&5 gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4) Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3254: $? = 0 configure:3243: gcc -v >&5 Using built-in specs. Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux Thread model: posix gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) configure:3254: $? = 0 configure:3243: gcc -V >&5 gcc: '-V' option must have argument configure:3254: $? = 1 configure:3243: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:3254: $? = 1 configure:3274: checking whether the C compiler works configure:3296: gcc -g -fkeep-inline-functions conftest.c >&5 configure:3300: $? = 0 configure:3348: result: yes configure:3351: checking for C compiler default output file name configure:3353: result: a.out configure:3359: checking for suffix of executables configure:3366: gcc -o conftest -g -fkeep-inline-functions conftest.c >&5 configure:3370: $? = 0 configure:3392: result: configure:3414: checking whether we are cross compiling configure:3452: result: yes configure:3457: checking for suffix of object files configure:3479: gcc -c -g -fkeep-inline-functions conftest.c >&5 configure:3483: $? = 0 configure:3504: result: o configure:3508: checking whether we are using the GNU C compiler configure:3527: gcc -c -g -fkeep-inline-functions conftest.c >&5 configure:3527: $? = 0 configure:3536: result: yes configure:3545: checking whether gcc accepts -g configure:3565: gcc -c -g conftest.c >&5 configure:3565: $? = 0 configure:3606: result: yes configure:3623: checking for gcc option to accept ISO C89 configure:3686: gcc -c -g -fkeep-inline-functions conftest.c >&5 configure:3686: $? = 0 configure:3699: result: none needed configure:3730: checking for style of include used by make configure:3758: result: GNU configure:3784: checking dependency style of gcc configure:3895: result: gcc3 configure:3910: checking whether ln -s works configure:3914: result: yes configure:3921: checking whether make sets $(MAKE) configure:3943: result: yes configure:3954: checking for cd configure:3984: result: no configure:4019: checking build system type configure:4033: result: x86_64-unknown-linux-gnu configure:4053: checking host system type configure:4066: result: none-unknown-linux-gnu configure:4107: checking how to print strings configure:4134: result: printf configure:4155: checking for a sed that does not truncate output configure:4219: result: /bin/sed configure:4237: checking for grep that handles long lines and -e configure:4295: result: /bin/grep configure:4300: checking for egrep configure:4362: result: /bin/grep -E configure:4367: checking for fgrep configure:4429: result: /bin/grep -F configure:4464: checking for ld used by gcc configure:4531: result: ld configure:4538: checking if the linker (ld) is GNU ld configure:4553: result: yes configure:4565: checking for BSD- or MS-compatible name lister (nm) configure:4614: result: nm configure:4744: checking the name lister (nm) interface configure:4751: gcc -c -g -fkeep-inline-functions conftest.c >&5 configure:4754: nm "conftest.o" configure:4757: output 0000000000000000 B some_variable configure:4764: result: BSD nm configure:4768: checking the maximum length of command line arguments configure:4899: result: 1966080 configure:4916: checking whether the shell understands some XSI constructs configure:4926: result: yes configure:4930: checking whether the shell understands "+=" configure:4936: result: yes configure:4971: checking how to convert x86_64-unknown-linux-gnu file names to none-unknown-linux-gnu format configure:5011: result: func_convert_file_noop configure:5018: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format configure:5038: result: func_convert_file_noop configure:5045: checking for ld option to reload object files configure:5052: result: -r configure:5086: checking for none-unknown-linux-gnu-objdump configure:5113: result: objdump configure:5185: checking how to recognize dependent libraries configure:5383: result: pass_all configure:5428: checking for none-unknown-linux-gnu-dlltool configure:5455: result: dlltool configure:5528: checking how to associate runtime and link libraries configure:5555: result: printf %s\n configure:5572: checking for none-unknown-linux-gnu-ar configure:5599: result: ar configure:5680: checking for archiver @FILE support configure:5697: gcc -c -g -fkeep-inline-functions conftest.c >&5 configure:5697: $? = 0 configure:5700: ar rc libconftest.a @conftest.lst >&5 configure:5703: $? = 0 configure:5708: ar rc libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:5711: $? = 1 configure:5723: result: @ configure:5741: checking for none-unknown-linux-gnu-strip configure:5768: result: strip configure:5840: checking for none-unknown-linux-gnu-ranlib configure:5867: result: ranlib configure:6009: checking command to parse nm output from gcc object configure:6129: gcc -c -g -fkeep-inline-functions conftest.c >&5 configure:6132: $? = 0 configure:6136: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:6139: $? = 0 configure:6205: gcc -o conftest -g -fkeep-inline-functions conftest.c conftstm.o >&5 configure:6208: $? = 0 configure:6246: result: ok configure:6283: checking for sysroot configure:6313: result: no configure:6536: checking for none-unknown-linux-gnu-mt configure:6566: result: no configure:6576: checking for mt configure:6606: result: no configure:6626: checking if : is a manifest tool configure:6632: : '-?' configure:6640: result: no configure:7282: checking how to run the C preprocessor configure:7313: gcc -E conftest.c configure:7313: $? = 0 configure:7327: gcc -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:7327: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cloog" | #define PACKAGE_TARNAME "cloog" | #define PACKAGE_VERSION "0.18.1" | #define PACKAGE_STRING "cloog 0.18.1" | #define PACKAGE_BUGREPORT "cloog-development@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "cloog" | #define VERSION "0.18.1" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:7352: result: gcc -E configure:7372: gcc -E conftest.c configure:7372: $? = 0 configure:7386: gcc -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:7386: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cloog" | #define PACKAGE_TARNAME "cloog" | #define PACKAGE_VERSION "0.18.1" | #define PACKAGE_STRING "cloog 0.18.1" | #define PACKAGE_BUGREPORT "cloog-development@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "cloog" | #define VERSION "0.18.1" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:7415: checking for ANSI C header files configure:7435: gcc -c -g -fkeep-inline-functions conftest.c >&5 configure:7435: $? = 0 configure:7519: result: yes configure:7532: checking for sys/types.h configure:7532: gcc -c -g -fkeep-inline-functions conftest.c >&5 configure:7532: $? = 0 configure:7532: result: yes configure:7532: checking for sys/stat.h configure:7532: gcc -c -g -fkeep-inline-functions conftest.c >&5 configure:7532: $? = 0 configure:7532: result: yes configure:7532: checking for stdlib.h configure:7532: gcc -c -g -fkeep-inline-functions conftest.c >&5 configure:7532: $? = 0 configure:7532: result: yes configure:7532: checking for string.h configure:7532: gcc -c -g -fkeep-inline-functions conftest.c >&5 configure:7532: $? = 0 configure:7532: result: yes configure:7532: checking for memory.h configure:7532: gcc -c -g -fkeep-inline-functions conftest.c >&5 configure:7532: $? = 0 configure:7532: result: yes configure:7532: checking for strings.h configure:7532: gcc -c -g -fkeep-inline-functions conftest.c >&5 configure:7532: $? = 0 configure:7532: result: yes configure:7532: checking for inttypes.h configure:7532: gcc -c -g -fkeep-inline-functions conftest.c >&5 configure:7532: $? = 0 configure:7532: result: yes configure:7532: checking for stdint.h configure:7532: gcc -c -g -fkeep-inline-functions conftest.c >&5 configure:7532: $? = 0 configure:7532: result: yes configure:7532: checking for unistd.h configure:7532: gcc -c -g -fkeep-inline-functions conftest.c >&5 configure:7532: $? = 0 configure:7532: result: yes configure:7546: checking for dlfcn.h configure:7546: gcc -c -g -fkeep-inline-functions conftest.c >&5 configure:7546: $? = 0 configure:7546: result: yes configure:7752: checking for objdir configure:7767: result: .libs configure:8038: checking if gcc supports -fno-rtti -fno-exceptions configure:8056: gcc -c -g -fkeep-inline-functions -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:8060: $? = 0 configure:8073: result: no configure:8400: checking for gcc option to produce PIC configure:8407: result: -fPIC -DPIC configure:8415: checking if gcc PIC flag -fPIC -DPIC works configure:8433: gcc -c -g -fkeep-inline-functions -fPIC -DPIC -DPIC conftest.c >&5 configure:8437: $? = 0 configure:8450: result: yes configure:8479: checking if gcc static flag -static works configure:8507: result: no configure:8522: checking if gcc supports -c -o file.o configure:8543: gcc -c -g -fkeep-inline-functions -o out/conftest2.o conftest.c >&5 configure:8547: $? = 0 configure:8569: result: yes configure:8577: checking if gcc supports -c -o file.o configure:8624: result: yes configure:8657: checking whether the gcc linker (ld) supports shared libraries configure:9814: result: yes configure:10054: checking dynamic linker characteristics configure:10554: gcc -o conftest -g -fkeep-inline-functions -Wl,-rpath -Wl,/foo conftest.c >&5 configure:10554: $? = 0 configure:10788: result: GNU/Linux ld.so configure:10895: checking how to hardcode library paths into programs configure:10920: result: immediate configure:11460: checking whether stripping libraries is possible configure:11465: result: yes configure:11500: checking if libtool supports shared libraries configure:11502: result: yes configure:11505: checking whether to build shared libraries configure:11526: result: no configure:11529: checking whether to build static libraries configure:11533: result: yes configure:11572: checking for texi2dvi configure:11602: result: no configure:11617: checking for C compiler vendor configure:11641: gcc -c -g -fkeep-inline-functions conftest.c >&5 conftest.c: In function 'main': conftest.c:29: error: 'thisisanerror' undeclared (first use in this function) conftest.c:29: error: (Each undeclared identifier is reported only once conftest.c:29: error: for each function it appears in.) configure:11641: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cloog" | #define PACKAGE_TARNAME "cloog" | #define PACKAGE_VERSION "0.18.1" | #define PACKAGE_STRING "cloog 0.18.1" | #define PACKAGE_BUGREPORT "cloog-development@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "cloog" | #define VERSION "0.18.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER)) | thisisanerror; | #endif | | ; | return 0; | } configure:11641: gcc -c -g -fkeep-inline-functions conftest.c >&5 conftest.c: In function 'main': conftest.c:29: error: 'thisisanerror' undeclared (first use in this function) conftest.c:29: error: (Each undeclared identifier is reported only once conftest.c:29: error: for each function it appears in.) configure:11641: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cloog" | #define PACKAGE_TARNAME "cloog" | #define PACKAGE_VERSION "0.18.1" | #define PACKAGE_STRING "cloog 0.18.1" | #define PACKAGE_BUGREPORT "cloog-development@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "cloog" | #define VERSION "0.18.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__)) | thisisanerror; | #endif | | ; | return 0; | } configure:11641: gcc -c -g -fkeep-inline-functions conftest.c >&5 conftest.c: In function 'main': conftest.c:29: error: 'thisisanerror' undeclared (first use in this function) conftest.c:29: error: (Each undeclared identifier is reported only once conftest.c:29: error: for each function it appears in.) configure:11641: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cloog" | #define PACKAGE_TARNAME "cloog" | #define PACKAGE_VERSION "0.18.1" | #define PACKAGE_STRING "cloog 0.18.1" | #define PACKAGE_BUGREPORT "cloog-development@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "cloog" | #define VERSION "0.18.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__PATHCC__) || defined(__PATHSCALE__)) | thisisanerror; | #endif | | ; | return 0; | } configure:11641: gcc -c -g -fkeep-inline-functions conftest.c >&5 configure:11641: $? = 0 configure:11648: result: gnu configure:12475: checking CFLAGS_WARN for maximum warnings configure:12502: gcc -c -g -fkeep-inline-functions -pedantic -Wall conftest.c >&5 configure:12502: $? = 0 configure:12516: result: -Wall configure:12529: : CFLAGS_WARN="$CFLAGS_WARN $ac_cv_cflags_warn_all" configure:12532: $? = 0 configure:12540: checking for an ANSI C-conforming const configure:12606: gcc -c -g -fkeep-inline-functions conftest.c >&5 configure:12606: $? = 0 configure:12613: result: yes configure:12621: checking for size_t configure:12621: gcc -c -g -fkeep-inline-functions conftest.c >&5 configure:12621: $? = 0 configure:12621: gcc -c -g -fkeep-inline-functions conftest.c >&5 conftest.c: In function 'main': conftest.c:59: error: expected expression before ')' token configure:12621: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cloog" | #define PACKAGE_TARNAME "cloog" | #define PACKAGE_VERSION "0.18.1" | #define PACKAGE_STRING "cloog 0.18.1" | #define PACKAGE_BUGREPORT "cloog-development@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "cloog" | #define VERSION "0.18.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:12621: result: yes configure:12635: checking for ANSI C header files configure:12739: result: yes configure:12751: checking for strtol configure:12751: gcc -o conftest -g -fkeep-inline-functions conftest.c >&5 configure:12751: $? = 0 configure:12751: result: yes configure:12765: checking for getrusage configure:12765: gcc -o conftest -g -fkeep-inline-functions conftest.c >&5 configure:12765: $? = 0 configure:12765: result: yes configure:12852: checking which isl to use configure:12854: result: bundled configure:12936: checking which gmp to use configure:12938: result: system configure:12961: checking gmp.h usability configure:12961: gcc -c -g -fkeep-inline-functions conftest.c >&5 conftest.c:60:17: error: gmp.h: No such file or directory configure:12961: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cloog" | #define PACKAGE_TARNAME "cloog" | #define PACKAGE_VERSION "0.18.1" | #define PACKAGE_STRING "cloog 0.18.1" | #define PACKAGE_BUGREPORT "cloog-development@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "cloog" | #define VERSION "0.18.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_STRTOL 1 | #define HAVE_GETRUSAGE 1 | #define CLOOG_RUSAGE /**/ | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <gmp.h> configure:12961: result: no configure:12961: checking gmp.h presence configure:12961: gcc -E conftest.c conftest.c:27:17: error: gmp.h: No such file or directory configure:12961: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cloog" | #define PACKAGE_TARNAME "cloog" | #define PACKAGE_VERSION "0.18.1" | #define PACKAGE_STRING "cloog 0.18.1" | #define PACKAGE_BUGREPORT "cloog-development@xxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define PACKAGE "cloog" | #define VERSION "0.18.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_STRTOL 1 | #define HAVE_GETRUSAGE 1 | #define CLOOG_RUSAGE /**/ | /* end confdefs.h. */ | #include <gmp.h> configure:12961: result: no configure:12961: checking for gmp.h configure:12961: result: no configure:12965: error: Can't find gmp headers. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_cflags_warn_all=-Wall ac_cv_env_CC_set=set ac_cv_env_CC_value=gcc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-g -fkeep-inline-functions' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-unknown-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=none-unknown-linux-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=none-unknown-linux-gnu ac_cv_func_getrusage=yes ac_cv_func_strtol=yes ac_cv_header_dlfcn_h=yes ac_cv_header_gmp_h=no ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=none-unknown-linux-gnu ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_SED=/bin/sed ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=gcc ac_cv_prog_CPP='gcc -E' ac_cv_prog_DLLTOOL=dlltool ac_cv_prog_OBJDUMP=objdump ac_cv_prog_RANLIB=ranlib ac_cv_prog_STRIP=strip ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_type_size_t=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes ax_cv_c_compiler_vendor=gnu lt_cv_ar_at_file=@ lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=ld lt_cv_path_NM=nm lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=no lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=1966080 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/dgittins/gcc-4.4.0-src/cloog/autoconf/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='ar' AUTOCONF='${SHELL} /home/dgittins/gcc-4.4.0-src/cloog/autoconf/missing --run autoconf' AUTOHEADER='${SHELL} /home/dgittins/gcc-4.4.0-src/cloog/autoconf/missing --run autoheader' AUTOMAKE='${SHELL} /home/dgittins/gcc-4.4.0-src/cloog/autoconf/missing --run automake-1.11' AWK='gawk' BITS='gmp' BUNDLED_ISL_FALSE='' BUNDLED_ISL_TRUE='' BUNDLED_OSL_FALSE='' BUNDLED_OSL_TRUE='' CC='gcc' CCDEPMODE='depmode=gcc3' CD='' CFLAGS='-g -fkeep-inline-functions' CFLAGS_WARN=' -Wall' CPP='gcc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DLLTOOL='dlltool' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FGREP='/bin/grep -F' GIT_INDEX='' GREP='/bin/grep' HAVE_TEXI2DVI_FALSE='' HAVE_TEXI2DVI_TRUE='#' INSTALL='/usr/bin/install -c' INSTALL_DATA='/usr/bin/install -c -m 644' INSTALL_PROGRAM='/usr/bin/install -c' INSTALL_SCRIPT='/usr/bin/install -c' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' ISL_CPPFLAGS='' ISL_LDFLAGS='' ISL_LIBS='' LD='ld' LDFLAGS='-L/lib ' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='/home/dgittins/gcc-4.4.0-src/missing makeinfo --split-size=5000000 --split-size=5000000' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' NEED_GET_MEMORY_FUNCTIONS_FALSE='' NEED_GET_MEMORY_FUNCTIONS_TRUE='' NM='nm' NMEDIT='' NO_ISL_FALSE='' NO_ISL_TRUE='' NO_OSL_FALSE='' NO_OSL_TRUE='' OBJDUMP='objdump' OBJEXT='o' OSL_CPPFLAGS='' OSL_LDFLAGS='' OSL_LIBS='' OTOOL64='' OTOOL='' PACKAGE='cloog' PACKAGE_BUGREPORT='cloog-development@xxxxxxxxxxxxxxxx' PACKAGE_NAME='cloog' PACKAGE_STRING='cloog 0.18.1' PACKAGE_TARNAME='cloog' PACKAGE_URL='' PACKAGE_VERSION='0.18.1' PATH_SEPARATOR=':' PRTDIAG='' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' TEXI2DVI='' VERSION='0.18.1' VERSION_MAJOR='0' VERSION_MINOR='18' VERSION_REVISION='1' ac_ct_AR='' ac_ct_CC='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc=' -I$(srcdir)' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='x86_64-unknown-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='none-unknown-linux-gnu' host_alias='none-unknown-linux-gnu' host_cpu='none' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/dgittins/gcc-4.4.0-src/cloog/autoconf/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' pkgconfig_libdir='' pkgconfig_libfile='' prefix='/home/dgittins/gcc-4.4.0' program_transform_name='s,y,y,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs='' sysconfdir='${prefix}/etc' target_alias='none-unknown-linux-gnu' versioninfo='4:0:0' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "cloog" #define PACKAGE_TARNAME "cloog" #define PACKAGE_VERSION "0.18.1" #define PACKAGE_STRING "cloog 0.18.1" #define PACKAGE_BUGREPORT "cloog-development@xxxxxxxxxxxxxxxx" #define PACKAGE_URL "" #define PACKAGE "cloog" #define VERSION "0.18.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define STDC_HEADERS 1 #define HAVE_STRTOL 1 #define HAVE_GETRUSAGE 1 #define CLOOG_RUSAGE /**/ configure: exit 1