On Mon, Jan 30, 2012 at 1:00 PM, Samuel Thibault <samuel.thiba...@inria.fr> wrote: > Devendar Bureddy, le Mon 30 Jan 2012 18:59:11 +0100, a écrit : >> /home/bureddy/hwloc-1.4/include/private/cpuid.h: In function 'hwloc_cpuid': >> /home/bureddy/hwloc-1.4/include/private/cpuid.h:54: error: can't find >> a register in class 'BREG' while reloading 'asm' > > Could you check in the config.log that the test for buildability of > cpuid.h includes your -mcmodel option and (would be surprising) doesn't > fail?
I see following lines in the config.log. It seems, -mcmodel option is included but there is a failure. 234 configure:5080: checking minix/config.h usability 235 configure:5080: gcc -c -mcmodel=medium conftest.c >&5 236 conftest.c:57:26: error: minix/config.h: No such file or directory 237 configure:5080: $? = 1 I attached completely config.log. -Devendar > > Samuel > _______________________________________________ > hwloc-users mailing list > hwloc-us...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-users
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by hwloc configure 1.4, which was generated by GNU Autoconf 2.68. Invocation command line was $ ./configure --prefix=/home/bureddy/hwloc-1.4/install CFLAGS=-mcmodel=medium LDFLAGS=-mcmodel=medium ## --------- ## ## Platform. ## ## --------- ## hostname = nowlab.cse.ohio-state.edu uname -m = x86_64 uname -r = 2.6.18-194.3.1.el5 uname -s = Linux uname -v = #1 SMP Sun May 2 04:17:42 EDT 2010 /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: /home/potluri/TOOLS/autotools-ompi/bin PATH: /opt/autotools/bin PATH: /usr/kerberos/bin PATH: /usr/local/bin PATH: /bin PATH: /usr/bin PATH: /opt/pathscale/bin PATH: /home/bureddy/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2731: checking build system type configure:2745: result: x86_64-unknown-linux-gnu configure:2765: checking host system type configure:2778: result: x86_64-unknown-linux-gnu configure:2798: checking target system type configure:2811: result: x86_64-unknown-linux-gnu configure:2855: checking for a BSD-compatible install configure:2923: result: /usr/bin/install -c configure:2934: checking whether build environment is sane configure:2984: result: yes configure:3125: checking for a thread-safe mkdir -p configure:3164: result: /bin/mkdir -p configure:3177: checking for gawk configure:3193: found /bin/gawk configure:3204: result: gawk configure:3215: checking whether make sets $(MAKE) configure:3237: result: yes configure:3312: checking how to create a ustar tar archive configure:3325: tar --version tar (GNU tar) 1.15.1 configure:3328: $? = 0 configure:3368: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:3371: $? = 0 configure:3375: tar -xf - <conftest.tar configure:3378: $? = 0 configure:3391: result: gnutar configure:3427: checking for hwloc version configure:3453: result: 1.4 configure:3528: checking for gcc configure:3555: result: gcc configure:3784: checking for C compiler version configure:3793: gcc --version >&5 gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-51) Copyright (C) 2006 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:3804: $? = 0 configure:3793: 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 --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux Thread model: posix gcc version 4.1.2 20080704 (Red Hat 4.1.2-51) configure:3804: $? = 0 configure:3793: gcc -V >&5 gcc: '-V' option must have argument configure:3804: $? = 1 configure:3793: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:3804: $? = 1 configure:3824: checking whether the C compiler works configure:3846: gcc -mcmodel=medium -mcmodel=medium conftest.c >&5 configure:3850: $? = 0 configure:3898: result: yes configure:3901: checking for C compiler default output file name configure:3903: result: a.out configure:3909: checking for suffix of executables configure:3916: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 configure:3920: $? = 0 configure:3942: result: configure:3964: checking whether we are cross compiling configure:3972: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 configure:3976: $? = 0 configure:3983: ./conftest configure:3987: $? = 0 configure:4002: result: no configure:4007: checking for suffix of object files configure:4029: gcc -c -mcmodel=medium conftest.c >&5 configure:4033: $? = 0 configure:4054: result: o configure:4058: checking whether we are using the GNU C compiler configure:4077: gcc -c -mcmodel=medium conftest.c >&5 configure:4077: $? = 0 configure:4086: result: yes configure:4095: checking whether gcc accepts -g configure:4115: gcc -c -g conftest.c >&5 configure:4115: $? = 0 configure:4156: result: yes configure:4173: checking for gcc option to accept ISO C89 configure:4237: gcc -c -mcmodel=medium conftest.c >&5 configure:4237: $? = 0 configure:4250: result: none needed configure:4281: checking for style of include used by make configure:4309: result: GNU configure:4335: checking dependency style of gcc configure:4446: result: gcc3 configure:4462: checking whether gcc and cc understand -c and -o together configure:4493: gcc -c conftest.c -o conftest2.o >&5 configure:4497: $? = 0 configure:4503: gcc -c conftest.c -o conftest2.o >&5 configure:4507: $? = 0 configure:4518: cc -c conftest.c >&5 configure:4522: $? = 0 configure:4530: cc -c conftest.c -o conftest2.o >&5 configure:4534: $? = 0 configure:4540: cc -c conftest.c -o conftest2.o >&5 configure:4544: $? = 0 configure:4562: result: yes configure:4687: checking how to run the C preprocessor configure:4718: gcc -E conftest.c configure:4718: $? = 0 configure:4732: gcc -E conftest.c conftest.c:14:28: error: ac_nonexistent.h: No such file or directory configure:4732: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4757: result: gcc -E configure:4777: gcc -E conftest.c configure:4777: $? = 0 configure:4791: gcc -E conftest.c conftest.c:14:28: error: ac_nonexistent.h: No such file or directory configure:4791: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4820: checking for grep that handles long lines and -e configure:4878: result: /bin/grep configure:4883: checking for egrep configure:4945: result: /bin/grep -E configure:4950: checking for ANSI C header files configure:4970: gcc -c -mcmodel=medium conftest.c >&5 configure:4970: $? = 0 configure:5043: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 configure:5043: $? = 0 configure:5043: ./conftest configure:5043: $? = 0 configure:5054: result: yes configure:5067: checking for sys/types.h configure:5067: gcc -c -mcmodel=medium conftest.c >&5 configure:5067: $? = 0 configure:5067: result: yes configure:5067: checking for sys/stat.h configure:5067: gcc -c -mcmodel=medium conftest.c >&5 configure:5067: $? = 0 configure:5067: result: yes configure:5067: checking for stdlib.h configure:5067: gcc -c -mcmodel=medium conftest.c >&5 configure:5067: $? = 0 configure:5067: result: yes configure:5067: checking for string.h configure:5067: gcc -c -mcmodel=medium conftest.c >&5 configure:5067: $? = 0 configure:5067: result: yes configure:5067: checking for memory.h configure:5067: gcc -c -mcmodel=medium conftest.c >&5 configure:5067: $? = 0 configure:5067: result: yes configure:5067: checking for strings.h configure:5067: gcc -c -mcmodel=medium conftest.c >&5 configure:5067: $? = 0 configure:5067: result: yes configure:5067: checking for inttypes.h configure:5067: gcc -c -mcmodel=medium conftest.c >&5 configure:5067: $? = 0 configure:5067: result: yes configure:5067: checking for stdint.h configure:5067: gcc -c -mcmodel=medium conftest.c >&5 configure:5067: $? = 0 configure:5067: result: yes configure:5067: checking for unistd.h configure:5067: gcc -c -mcmodel=medium conftest.c >&5 configure:5067: $? = 0 configure:5067: result: yes configure:5080: checking minix/config.h usability configure:5080: gcc -c -mcmodel=medium conftest.c >&5 conftest.c:57:26: error: minix/config.h: No such file or directory configure:5080: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 | /* 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 <minix/config.h> configure:5080: result: no configure:5080: checking minix/config.h presence configure:5080: gcc -E conftest.c conftest.c:24:26: error: minix/config.h: No such file or directory configure:5080: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 | /* end confdefs.h. */ | #include <minix/config.h> configure:5080: result: no configure:5080: checking for minix/config.h configure:5080: result: no configure:5101: checking whether it is safe to define __EXTENSIONS__ configure:5119: gcc -c -mcmodel=medium conftest.c >&5 configure:5119: $? = 0 configure:5126: result: yes configure:5190: checking for pkg-config configure:5208: found /usr/bin/pkg-config configure:5220: result: /usr/bin/pkg-config configure:5245: checking pkg-config is at least version 0.9.0 configure:5248: result: yes configure:5278: checking hwloc building mode configure:5280: result: standalone configure:5309: hwloc builddir: /home/bureddy/hwloc-1.4 configure:5311: hwloc srcdir: /home/bureddy/hwloc-1.4 configure:5319: checking if want hwloc maintainer support configure:5347: result: disabled configure:5353: checking for hwloc directory prefix configure:5355: result: (none) configure:5368: checking for hwloc symbol prefix configure:5390: result: hwloc_ configure:5434: checking size of void * configure:5439: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 configure:5439: $? = 0 configure:5439: ./conftest configure:5439: $? = 0 configure:5453: result: 8 configure:5467: checking which OS support to include configure:5475: result: Linux configure:5569: checking which CPU support to include configure:5589: result: x86_64 configure:5614: checking size of unsigned long configure:5619: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 configure:5619: $? = 0 configure:5619: ./conftest configure:5619: $? = 0 configure:5633: result: 8 configure:5652: checking size of unsigned int configure:5657: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 configure:5657: $? = 0 configure:5657: ./conftest configure:5657: $? = 0 configure:5671: result: 4 configure:5693: checking for the C compiler vendor configure:5722: gcc -c -mcmodel=medium conftest.c >&5 conftest.c:42:2: error: #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met" conftest.c:43: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' configure:5722: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | /* end confdefs.h. */ | | #if !( defined(__INTEL_COMPILER) || defined(__ICC) ) | #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met" | choke me | #endif configure:5739: gcc -c -mcmodel=medium conftest.c >&5 configure:5739: $? = 0 configure:6236: result: gnu configure:6242: checking for __attribute__ configure:6266: gcc -c -mcmodel=medium conftest.c >&5 configure:6266: $? = 0 configure:6291: gcc -c -mcmodel=medium conftest.c >&5 configure:6291: $? = 0 configure:6333: result: yes configure:6337: checking for __attribute__(aligned) configure:6357: gcc -c -mcmodel=medium conftest.c >&5 configure:6357: $? = 0 configure:6445: result: yes configure:6457: checking for __attribute__(always_inline) configure:6477: gcc -c -mcmodel=medium conftest.c >&5 configure:6477: $? = 0 configure:6565: result: yes configure:6574: checking for __attribute__(cold) configure:6597: gcc -c -mcmodel=medium conftest.c >&5 conftest.c:42: warning: '__cold__' attribute directive ignored configure:6597: $? = 0 configure:6688: result: no configure:6694: checking for __attribute__(const) configure:6717: gcc -c -mcmodel=medium conftest.c >&5 configure:6717: $? = 0 configure:6805: result: yes configure:6815: checking for __attribute__(deprecated) configure:6838: gcc -c -mcmodel=medium conftest.c >&5 configure:6838: $? = 0 configure:6926: result: yes configure:6946: checking for __attribute__(format) configure:6968: gcc -c -mcmodel=medium conftest.c >&5 configure:6968: $? = 0 configure:7038: gcc -c -mcmodel=medium -Wall conftest.c >&5 conftest.c: In function 'usage': conftest.c:46: warning: format '%d' expects type 'int', but argument 3 has type 'int *' configure:7038: $? = 0 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | /* end confdefs.h. */ | | static int usage (int * argument); | extern int this_printf (int arg1, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3))); | | static int usage (int * argument) { | return this_printf (*argument, "%d", argument); /* This should produce a format warning */ | } | /* The autoconf-generated main-function is int main(), which produces a warning by itself */ | int main(void); | | int | main () | { | | int i=4711; | i=usage(&i); | | ; | return 0; | } configure:7074: result: yes configure:7083: checking for __attribute__(hot) configure:7106: gcc -c -mcmodel=medium conftest.c >&5 conftest.c:42: warning: '__hot__' attribute directive ignored configure:7106: $? = 0 configure:7197: result: no configure:7203: checking for __attribute__(malloc) configure:7229: gcc -c -mcmodel=medium conftest.c >&5 configure:7229: $? = 0 configure:7317: result: yes configure:7332: checking for __attribute__(may_alias) configure:7352: gcc -c -mcmodel=medium conftest.c >&5 configure:7352: $? = 0 configure:7440: result: yes configure:7450: checking for __attribute__(no_instrument_function) configure:7470: gcc -c -mcmodel=medium conftest.c >&5 configure:7470: $? = 0 configure:7558: result: yes configure:7583: checking for __attribute__(nonnull) configure:7606: gcc -c -mcmodel=medium conftest.c >&5 configure:7606: $? = 0 configure:7678: gcc -c -mcmodel=medium -Wall conftest.c >&5 conftest.c: In function 'usage': conftest.c:47: warning: null argument where non-null required (argument 1) configure:7678: $? = 0 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | /* end confdefs.h. */ | | static int usage(int * argument); | int square(int * argument) __attribute__ ((__nonnull__)); | int square(int * argument) { return (*argument) * (*argument); } | | static int usage(int * argument) { | return square( ((void*)0) ); /* This should produce an argument must be nonnull warning */ | } | /* The autoconf-generated main-function is int main(), which produces a warning by itself */ | int main(void); | | int | main () | { | | int i=4711; | i=usage(&i); | | ; | return 0; | } configure:7714: result: yes configure:7724: checking for __attribute__(noreturn) configure:7753: gcc -c -mcmodel=medium conftest.c >&5 configure:7753: $? = 0 configure:7841: result: yes configure:7850: checking for __attribute__(packed) configure:7875: gcc -c -mcmodel=medium conftest.c >&5 configure:7875: $? = 0 configure:7963: result: yes configure:7972: checking for __attribute__(pure) configure:7995: gcc -c -mcmodel=medium conftest.c >&5 configure:7995: $? = 0 configure:8083: result: yes configure:8109: checking for __attribute__(sentinel) configure:8131: gcc -c -mcmodel=medium conftest.c >&5 configure:8131: $? = 0 configure:8203: gcc -c -mcmodel=medium -Wall conftest.c >&5 conftest.c: In function 'usage': conftest.c:47: warning: missing sentinel in function call configure:8203: $? = 0 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | /* end confdefs.h. */ | | static int usage(int * argument); | int my_execlp(const char * file, const char *arg, ...) __attribute__ ((__sentinel__)); | | static int usage(int * argument) { | void * last_arg_should_be_null = argument; | return my_execlp ("lala", "/home/there", last_arg_should_be_null); /* This should produce a warning */ | } | /* The autoconf-generated main-function is int main(), which produces a warning by itself */ | int main(void); | | int | main () | { | | int i=4711; | i=usage(&i); | | ; | return 0; | } configure:8239: result: yes configure:8248: checking for __attribute__(unused) configure:8271: gcc -c -mcmodel=medium conftest.c >&5 configure:8271: $? = 0 configure:8359: result: yes configure:8384: checking for __attribute__(warn_unused_result) configure:8407: gcc -c -mcmodel=medium conftest.c >&5 configure:8407: $? = 0 configure:8483: gcc -c -mcmodel=medium -Wall conftest.c >&5 conftest.c: In function 'usage': conftest.c:47: warning: ignoring return value of 'foo', declared with attribute warn_unused_result configure:8483: $? = 0 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | /* end confdefs.h. */ | | static int usage(int * argument); | int foo(int arg) __attribute__ ((__warn_unused_result__)); | | int foo(int arg) { return arg + 3; } | static int usage(int * argument) { | foo (*argument); /* Should produce an unused result warning */ | return 0; | } | | /* The autoconf-generated main-function is int main(), which produces a warning by itself */ | int main(void); | | int | main () | { | | int i=4711; | i=usage(&i); | | ; | return 0; | } configure:8519: result: yes configure:8529: checking for __attribute__(weak_alias) configure:8553: gcc -c -mcmodel=medium conftest.c >&5 configure:8553: $? = 0 configure:8641: result: yes configure:8815: checking if gcc supports -fvisibility configure:8830: gcc -o conftest -mcmodel=medium -fvisibility=hidden -Werror -mcmodel=medium conftest.c >&5 configure:8830: $? = 0 configure:8841: result: yes configure:8853: checking whether to enable symbol visibility configure:8855: result: yes (via -fvisibility=hidden) configure:8876: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS configure:8887: checking for strncasecmp configure:8887: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 conftest.c:83: warning: conflicting types for built-in function 'strncasecmp' configure:8887: $? = 0 configure:8887: result: yes configure:8894: checking whether function strncasecmp is declared configure:8908: gcc -c -mcmodel=medium conftest.c >&5 conftest.c: In function 'main': conftest.c:97: warning: passing argument 1 of 'strncasecmp' makes pointer from integer without a cast conftest.c:97: warning: passing argument 2 of 'strncasecmp' makes pointer from integer without a cast conftest.c:97: error: too many arguments to function 'strncasecmp' configure:8908: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | /* 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 () | { | strncasecmp(1,2,3,4,5,6,7,8,9,10); | ; | return 0; | } configure:8913: result: yes configure:8934: checking for strftime configure:8934: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 conftest.c:85: warning: conflicting types for built-in function 'strftime' configure:8934: $? = 0 configure:8934: result: yes configure:8945: checking for setlocale configure:8945: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 configure:8945: $? = 0 configure:8945: result: yes configure:8955: checking for stdint.h configure:8955: result: yes configure:8967: checking sys/mman.h usability configure:8967: gcc -c -mcmodel=medium conftest.c >&5 configure:8967: $? = 0 configure:8967: result: yes configure:8967: checking sys/mman.h presence configure:8967: gcc -E conftest.c configure:8967: $? = 0 configure:8967: result: yes configure:8967: checking for sys/mman.h configure:8967: result: yes configure:8980: checking for KAFFINITY configure:8980: gcc -c -mcmodel=medium -D_WIN32_WINNT=0x0601 conftest.c >&5 conftest.c:66:21: error: windows.h: No such file or directory conftest.c: In function 'main': conftest.c:71: error: 'KAFFINITY' undeclared (first use in this function) conftest.c:71: error: (Each undeclared identifier is reported only once conftest.c:71: error: for each function it appears in.) configure:8980: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include <windows.h> | | int | main () | { | if (sizeof (KAFFINITY)) | return 0; | ; | return 0; | } configure:8980: result: no configure:8990: checking for PROCESSOR_CACHE_TYPE configure:8990: gcc -c -mcmodel=medium -D_WIN32_WINNT=0x0601 conftest.c >&5 conftest.c:66:21: error: windows.h: No such file or directory conftest.c: In function 'main': conftest.c:71: error: 'PROCESSOR_CACHE_TYPE' undeclared (first use in this function) conftest.c:71: error: (Each undeclared identifier is reported only once conftest.c:71: error: for each function it appears in.) configure:8990: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include <windows.h> | | int | main () | { | if (sizeof (PROCESSOR_CACHE_TYPE)) | return 0; | ; | return 0; | } configure:8990: result: no configure:9000: checking for CACHE_DESCRIPTOR configure:9000: gcc -c -mcmodel=medium -D_WIN32_WINNT=0x0601 conftest.c >&5 conftest.c:66:21: error: windows.h: No such file or directory conftest.c: In function 'main': conftest.c:71: error: 'CACHE_DESCRIPTOR' undeclared (first use in this function) conftest.c:71: error: (Each undeclared identifier is reported only once conftest.c:71: error: for each function it appears in.) configure:9000: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include <windows.h> | | int | main () | { | if (sizeof (CACHE_DESCRIPTOR)) | return 0; | ; | return 0; | } configure:9000: result: no configure:9010: checking for LOGICAL_PROCESSOR_RELATIONSHIP configure:9010: gcc -c -mcmodel=medium -D_WIN32_WINNT=0x0601 conftest.c >&5 conftest.c:66:21: error: windows.h: No such file or directory conftest.c: In function 'main': conftest.c:71: error: 'LOGICAL_PROCESSOR_RELATIONSHIP' undeclared (first use in this function) conftest.c:71: error: (Each undeclared identifier is reported only once conftest.c:71: error: for each function it appears in.) configure:9010: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include <windows.h> | | int | main () | { | if (sizeof (LOGICAL_PROCESSOR_RELATIONSHIP)) | return 0; | ; | return 0; | } configure:9010: result: no configure:9020: checking for RelationProcessorPackage configure:9020: gcc -c -mcmodel=medium -D_WIN32_WINNT=0x0601 conftest.c >&5 conftest.c:66:21: error: windows.h: No such file or directory conftest.c: In function 'main': conftest.c:71: error: 'RelationProcessorPackage' undeclared (first use in this function) conftest.c:71: error: (Each undeclared identifier is reported only once conftest.c:71: error: for each function it appears in.) configure:9020: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include <windows.h> | | int | main () | { | if (sizeof (RelationProcessorPackage)) | return 0; | ; | return 0; | } configure:9020: result: no configure:9030: checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION configure:9030: gcc -c -mcmodel=medium -D_WIN32_WINNT=0x0601 conftest.c >&5 conftest.c:66:21: error: windows.h: No such file or directory conftest.c: In function 'main': conftest.c:71: error: 'SYSTEM_LOGICAL_PROCESSOR_INFORMATION' undeclared (first use in this function) conftest.c:71: error: (Each undeclared identifier is reported only once conftest.c:71: error: for each function it appears in.) configure:9030: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include <windows.h> | | int | main () | { | if (sizeof (SYSTEM_LOGICAL_PROCESSOR_INFORMATION)) | return 0; | ; | return 0; | } configure:9030: result: no configure:9040: checking for GROUP_AFFINITY configure:9040: gcc -c -mcmodel=medium -D_WIN32_WINNT=0x0601 conftest.c >&5 conftest.c:66:21: error: windows.h: No such file or directory conftest.c: In function 'main': conftest.c:71: error: 'GROUP_AFFINITY' undeclared (first use in this function) conftest.c:71: error: (Each undeclared identifier is reported only once conftest.c:71: error: for each function it appears in.) configure:9040: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include <windows.h> | | int | main () | { | if (sizeof (GROUP_AFFINITY)) | return 0; | ; | return 0; | } configure:9040: result: no configure:9050: checking for PROCESSOR_RELATIONSHIP configure:9050: gcc -c -mcmodel=medium -D_WIN32_WINNT=0x0601 conftest.c >&5 conftest.c:66:21: error: windows.h: No such file or directory conftest.c: In function 'main': conftest.c:71: error: 'PROCESSOR_RELATIONSHIP' undeclared (first use in this function) conftest.c:71: error: (Each undeclared identifier is reported only once conftest.c:71: error: for each function it appears in.) configure:9050: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include <windows.h> | | int | main () | { | if (sizeof (PROCESSOR_RELATIONSHIP)) | return 0; | ; | return 0; | } configure:9050: result: no configure:9060: checking for NUMA_NODE_RELATIONSHIP configure:9060: gcc -c -mcmodel=medium -D_WIN32_WINNT=0x0601 conftest.c >&5 conftest.c:66:21: error: windows.h: No such file or directory conftest.c: In function 'main': conftest.c:71: error: 'NUMA_NODE_RELATIONSHIP' undeclared (first use in this function) conftest.c:71: error: (Each undeclared identifier is reported only once conftest.c:71: error: for each function it appears in.) configure:9060: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include <windows.h> | | int | main () | { | if (sizeof (NUMA_NODE_RELATIONSHIP)) | return 0; | ; | return 0; | } configure:9060: result: no configure:9070: checking for CACHE_RELATIONSHIP configure:9070: gcc -c -mcmodel=medium -D_WIN32_WINNT=0x0601 conftest.c >&5 conftest.c:66:21: error: windows.h: No such file or directory conftest.c: In function 'main': conftest.c:71: error: 'CACHE_RELATIONSHIP' undeclared (first use in this function) conftest.c:71: error: (Each undeclared identifier is reported only once conftest.c:71: error: for each function it appears in.) configure:9070: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include <windows.h> | | int | main () | { | if (sizeof (CACHE_RELATIONSHIP)) | return 0; | ; | return 0; | } configure:9070: result: no configure:9080: checking for PROCESSOR_GROUP_INFO configure:9080: gcc -c -mcmodel=medium -D_WIN32_WINNT=0x0601 conftest.c >&5 conftest.c:66:21: error: windows.h: No such file or directory conftest.c: In function 'main': conftest.c:71: error: 'PROCESSOR_GROUP_INFO' undeclared (first use in this function) conftest.c:71: error: (Each undeclared identifier is reported only once conftest.c:71: error: for each function it appears in.) configure:9080: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include <windows.h> | | int | main () | { | if (sizeof (PROCESSOR_GROUP_INFO)) | return 0; | ; | return 0; | } configure:9080: result: no configure:9090: checking for GROUP_RELATIONSHIP configure:9090: gcc -c -mcmodel=medium -D_WIN32_WINNT=0x0601 conftest.c >&5 conftest.c:66:21: error: windows.h: No such file or directory conftest.c: In function 'main': conftest.c:71: error: 'GROUP_RELATIONSHIP' undeclared (first use in this function) conftest.c:71: error: (Each undeclared identifier is reported only once conftest.c:71: error: for each function it appears in.) configure:9090: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include <windows.h> | | int | main () | { | if (sizeof (GROUP_RELATIONSHIP)) | return 0; | ; | return 0; | } configure:9090: result: no configure:9100: checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX configure:9100: gcc -c -mcmodel=medium -D_WIN32_WINNT=0x0601 conftest.c >&5 conftest.c:66:21: error: windows.h: No such file or directory conftest.c: In function 'main': conftest.c:71: error: 'SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX' undeclared (first use in this function) conftest.c:71: error: (Each undeclared identifier is reported only once conftest.c:71: error: for each function it appears in.) configure:9100: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include <windows.h> | | int | main () | { | if (sizeof (SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX)) | return 0; | ; | return 0; | } configure:9100: result: no configure:9110: checking for PSAPI_WORKING_SET_EX_BLOCK configure:9110: gcc -c -mcmodel=medium -D_WIN32_WINNT=0x0601 conftest.c >&5 conftest.c:66:21: error: windows.h: No such file or directory conftest.c: In function 'main': conftest.c:71: error: 'PSAPI_WORKING_SET_EX_BLOCK' undeclared (first use in this function) conftest.c:71: error: (Each undeclared identifier is reported only once conftest.c:71: error: for each function it appears in.) configure:9110: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include <windows.h> | | int | main () | { | if (sizeof (PSAPI_WORKING_SET_EX_BLOCK)) | return 0; | ; | return 0; | } configure:9110: result: no configure:9120: checking for PSAPI_WORKING_SET_EX_INFORMATION configure:9120: gcc -c -mcmodel=medium -D_WIN32_WINNT=0x0601 conftest.c >&5 conftest.c:66:21: error: windows.h: No such file or directory conftest.c: In function 'main': conftest.c:71: error: 'PSAPI_WORKING_SET_EX_INFORMATION' undeclared (first use in this function) conftest.c:71: error: (Each undeclared identifier is reported only once conftest.c:71: error: for each function it appears in.) configure:9120: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include <windows.h> | | int | main () | { | if (sizeof (PSAPI_WORKING_SET_EX_INFORMATION)) | return 0; | ; | return 0; | } configure:9120: result: no configure:9132: checking for main in -lgdi32 configure:9151: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c -lgdi32 >&5 /usr/bin/ld: cannot find -lgdi32 collect2: ld returned 1 exit status configure:9151: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:9160: result: no configure:9170: checking windows.h usability configure:9170: gcc -c -mcmodel=medium conftest.c >&5 conftest.c:99:21: error: windows.h: No such file or directory configure:9170: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* 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 <windows.h> configure:9170: result: no configure:9170: checking windows.h presence configure:9170: gcc -E conftest.c conftest.c:66:21: error: windows.h: No such file or directory configure:9170: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include <windows.h> configure:9170: result: no configure:9170: checking for windows.h configure:9170: result: no configure:9183: checking sys/lgrp_user.h usability configure:9183: gcc -c -mcmodel=medium conftest.c >&5 conftest.c:99:27: error: sys/lgrp_user.h: No such file or directory configure:9183: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* 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 <sys/lgrp_user.h> configure:9183: result: no configure:9183: checking sys/lgrp_user.h presence configure:9183: gcc -E conftest.c conftest.c:66:27: error: sys/lgrp_user.h: No such file or directory configure:9183: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include <sys/lgrp_user.h> configure:9183: result: no configure:9183: checking for sys/lgrp_user.h configure:9183: result: no configure:9239: checking kstat.h usability configure:9239: gcc -c -mcmodel=medium conftest.c >&5 conftest.c:99:19: error: kstat.h: No such file or directory configure:9239: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* 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 <kstat.h> configure:9239: result: no configure:9239: checking kstat.h presence configure:9239: gcc -E conftest.c conftest.c:66:19: error: kstat.h: No such file or directory configure:9239: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include <kstat.h> configure:9239: result: no configure:9239: checking for kstat.h configure:9239: result: no configure:9290: checking picl.h usability configure:9290: gcc -c -mcmodel=medium conftest.c >&5 conftest.c:99:18: error: picl.h: No such file or directory configure:9290: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* 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 <picl.h> configure:9290: result: no configure:9290: checking picl.h presence configure:9290: gcc -E conftest.c conftest.c:66:18: error: picl.h: No such file or directory configure:9290: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include <picl.h> configure:9290: result: no configure:9290: checking for picl.h configure:9290: result: no configure:9301: checking whether _SC_NPROCESSORS_ONLN is declared configure:9301: gcc -c -mcmodel=medium conftest.c >&5 configure:9301: $? = 0 configure:9301: result: yes configure:9317: checking whether _SC_NPROCESSORS_CONF is declared configure:9317: gcc -c -mcmodel=medium conftest.c >&5 configure:9317: $? = 0 configure:9317: result: yes configure:9333: checking whether _SC_NPROC_ONLN is declared configure:9333: gcc -c -mcmodel=medium conftest.c >&5 conftest.c: In function 'main': conftest.c:77: error: '_SC_NPROC_ONLN' undeclared (first use in this function) conftest.c:77: error: (Each undeclared identifier is reported only once conftest.c:77: error: for each function it appears in.) configure:9333: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | /* end confdefs.h. */ | #include <unistd.h> | | int | main () | { | #ifndef _SC_NPROC_ONLN | #ifdef __cplusplus | (void) _SC_NPROC_ONLN; | #else | (void) _SC_NPROC_ONLN; | #endif | #endif | | ; | return 0; | } configure:9333: result: no configure:9349: checking whether _SC_NPROC_CONF is declared configure:9349: gcc -c -mcmodel=medium conftest.c >&5 conftest.c: In function 'main': conftest.c:78: error: '_SC_NPROC_CONF' undeclared (first use in this function) conftest.c:78: error: (Each undeclared identifier is reported only once conftest.c:78: error: for each function it appears in.) configure:9349: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | /* end confdefs.h. */ | #include <unistd.h> | | int | main () | { | #ifndef _SC_NPROC_CONF | #ifdef __cplusplus | (void) _SC_NPROC_CONF; | #else | (void) _SC_NPROC_CONF; | #endif | #endif | | ; | return 0; | } configure:9349: result: no configure:9365: checking whether _SC_LARGE_PAGESIZE is declared configure:9365: gcc -c -mcmodel=medium conftest.c >&5 conftest.c: In function 'main': conftest.c:79: error: '_SC_LARGE_PAGESIZE' undeclared (first use in this function) conftest.c:79: error: (Each undeclared identifier is reported only once conftest.c:79: error: for each function it appears in.) configure:9365: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | /* end confdefs.h. */ | #include <unistd.h> | | int | main () | { | #ifndef _SC_LARGE_PAGESIZE | #ifdef __cplusplus | (void) _SC_LARGE_PAGESIZE; | #else | (void) _SC_LARGE_PAGESIZE; | #endif | #endif | | ; | return 0; | } configure:9365: result: no configure:9385: checking mach/mach_host.h usability configure:9385: gcc -c -mcmodel=medium conftest.c >&5 conftest.c:104:28: error: mach/mach_host.h: No such file or directory configure:9385: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | /* 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 <mach/mach_host.h> configure:9385: result: no configure:9385: checking mach/mach_host.h presence configure:9385: gcc -E conftest.c conftest.c:71:28: error: mach/mach_host.h: No such file or directory configure:9385: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | /* end confdefs.h. */ | #include <mach/mach_host.h> configure:9385: result: no configure:9385: checking for mach/mach_host.h configure:9385: result: no configure:9397: checking mach/mach_init.h usability configure:9397: gcc -c -mcmodel=medium conftest.c >&5 conftest.c:104:28: error: mach/mach_init.h: No such file or directory configure:9397: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | /* 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 <mach/mach_init.h> configure:9397: result: no configure:9397: checking mach/mach_init.h presence configure:9397: gcc -E conftest.c conftest.c:71:28: error: mach/mach_init.h: No such file or directory configure:9397: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | /* end confdefs.h. */ | #include <mach/mach_init.h> configure:9397: result: no configure:9397: checking for mach/mach_init.h configure:9397: result: no configure:9422: checking sys/param.h usability configure:9422: gcc -c -mcmodel=medium conftest.c >&5 configure:9422: $? = 0 configure:9422: result: yes configure:9422: checking sys/param.h presence configure:9422: gcc -E conftest.c configure:9422: $? = 0 configure:9422: result: yes configure:9422: checking for sys/param.h configure:9422: result: yes configure:9434: checking for sys/sysctl.h configure:9434: gcc -c -mcmodel=medium conftest.c >&5 configure:9434: $? = 0 configure:9434: result: yes configure:9446: checking whether CTL_HW is declared configure:9446: gcc -c -mcmodel=medium conftest.c >&5 conftest.c: In function 'main': conftest.c:87: error: 'CTL_HW' undeclared (first use in this function) conftest.c:87: error: (Each undeclared identifier is reported only once conftest.c:87: error: for each function it appears in.) configure:9446: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | /* end confdefs.h. */ | | #if HAVE_SYS_PARAM_H | #include <sys/param.h> | #endif | #include <sys/sysctl.h> | | | int | main () | { | #ifndef CTL_HW | #ifdef __cplusplus | (void) CTL_HW; | #else | (void) CTL_HW; | #endif | #endif | | ; | return 0; | } configure:9446: result: no configure:9462: checking whether HW_NCPU is declared configure:9462: gcc -c -mcmodel=medium conftest.c >&5 conftest.c: In function 'main': conftest.c:88: error: 'HW_NCPU' undeclared (first use in this function) conftest.c:88: error: (Each undeclared identifier is reported only once conftest.c:88: error: for each function it appears in.) configure:9462: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | /* end confdefs.h. */ | | #if HAVE_SYS_PARAM_H | #include <sys/param.h> | #endif | #include <sys/sysctl.h> | | | int | main () | { | #ifndef HW_NCPU | #ifdef __cplusplus | (void) HW_NCPU; | #else | (void) HW_NCPU; | #endif | #endif | | ; | return 0; | } configure:9462: result: no configure:9487: checking for sysctl configure:9487: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 configure:9487: $? = 0 configure:9487: result: yes configure:9487: checking for sysctlbyname configure:9487: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 /tmp/ccg6G0RA.o: In function `main': conftest.c:(.text+0xa): undefined reference to `sysctlbyname' collect2: ld returned 1 exit status configure:9487: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | /* end confdefs.h. */ | /* Define sysctlbyname to an innocuous variant, in case <limits.h> declares sysctlbyname. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define sysctlbyname innocuous_sysctlbyname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sysctlbyname (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef sysctlbyname | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sysctlbyname (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_sysctlbyname || defined __stub___sysctlbyname | choke me | #endif | | int | main () | { | return sysctlbyname (); | ; | return 0; | } configure:9487: result: no configure:9504: checking for pthread_t configure:9504: gcc -c -mcmodel=medium conftest.c >&5 configure:9504: $? = 0 configure:9504: gcc -c -mcmodel=medium conftest.c >&5 conftest.c: In function 'main': conftest.c:81: error: expected expression before ')' token configure:9504: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | /* end confdefs.h. */ | #include <pthread.h> | | int | main () | { | if (sizeof ((pthread_t))) | return 0; | ; | return 0; | } configure:9504: result: yes configure:9533: checking whether function sched_setaffinity is declared configure:9551: gcc -c -mcmodel=medium conftest.c >&5 conftest.c:80:1: warning: "_GNU_SOURCE" redefined conftest.c:25:1: warning: this is the location of the previous definition conftest.c: In function 'main': conftest.c:87: warning: passing argument 3 of 'sched_setaffinity' makes pointer from integer without a cast conftest.c:87: error: too many arguments to function 'sched_setaffinity' configure:9551: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | /* end confdefs.h. */ | | #define _GNU_SOURCE | #include <sched.h> | | | int | main () | { | sched_setaffinity(1,2,3,4,5,6,7,8,9,10); | ; | return 0; | } configure:9556: result: yes configure:9562: checking for old prototype of sched_setaffinity configure:9580: gcc -c -mcmodel=medium conftest.c >&5 conftest.c:82:1: warning: "_GNU_SOURCE" redefined conftest.c:25:1: warning: this is the location of the previous definition conftest.c: In function 'main': conftest.c:89: warning: passing argument 2 of 'sched_setaffinity' makes integer from pointer without a cast conftest.c:89: error: too few arguments to function 'sched_setaffinity' configure:9580: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | /* end confdefs.h. */ | | | #define _GNU_SOURCE | #include <sched.h> | static unsigned long mask; | | int | main () | { | sched_setaffinity(0, (void*) &mask); | ; | return 0; | } configure:9587: result: no configure:9597: checking for working CPU_SET configure:9614: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 configure:9614: $? = 0 configure:9618: result: yes configure:9627: checking for working CPU_SET_S configure:9649: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 conftest.c: In function 'main': conftest.c:90: warning: assignment makes pointer from integer without a cast /tmp/ccOfU1Uf.o: In function `main': conftest.c:(.text+0x14): undefined reference to `CPU_ALLOC' conftest.c:(.text+0x33): undefined reference to `CPU_ALLOC_SIZE' conftest.c:(.text+0x42): undefined reference to `CPU_ZERO_S' conftest.c:(.text+0x58): undefined reference to `CPU_ALLOC_SIZE' conftest.c:(.text+0x6c): undefined reference to `CPU_SET_S' conftest.c:(.text+0x7d): undefined reference to `CPU_FREE' collect2: ld returned 1 exit status configure:9649: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | /* end confdefs.h. */ | | | #include <sched.h> | cpu_set_t *set; | | int | main () | { | | set = CPU_ALLOC(1024); | CPU_ZERO_S(CPU_ALLOC_SIZE(1024), set); | CPU_SET_S(CPU_ALLOC_SIZE(1024), 0, set); | CPU_FREE(set); | | ; | return 0; | } configure:9656: result: no configure:9662: checking for working _syscall3 configure:9681: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 conftest.c:86: error: expected declaration specifiers or '...' before 'hwloc_test' conftest.c:86: error: expected declaration specifiers or '...' before 'param1' conftest.c:86: error: expected declaration specifiers or '...' before 'param2' conftest.c:86: error: expected declaration specifiers or '...' before 'param3' conftest.c:86: warning: data definition has no type or storage class configure:9681: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | /* end confdefs.h. */ | | | #include <linux/unistd.h> | #include <errno.h> | #define __NR_hwloc_test 123 | _syscall3(int, hwloc_test, int, param1, int, param2, int, param3); | | int | main () | { | hwloc_test(1, 2, 3); | ; | return 0; | } configure:9688: result: no configure:9701: checking for KERRIGHED configure:9709: $PKG_CONFIG --exists --silence-errors "kerrighed >= 2.0" configure:9712: $? = 1 configure:9728: $PKG_CONFIG --exists --silence-errors "kerrighed >= 2.0" configure:9731: $? = 1 No package 'kerrighed' found configure:9761: result: no configure:9812: checking for lib configure:9845: result: no configure:9857: checking for bash configure:9887: result: /bin/sh configure:9898: checking for ffs configure:9898: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 conftest.c:104: warning: conflicting types for built-in function 'ffs' configure:9898: $? = 0 configure:9898: result: yes configure:9905: checking whether function ffs is declared configure:9919: gcc -c -mcmodel=medium conftest.c >&5 conftest.c: In function 'main': conftest.c:118: error: too many arguments to function 'ffs' configure:9919: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | #define HAVE_FFS 1 | /* 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 () | { | ffs(1,2,3,4,5,6,7,8,9,10); | ; | return 0; | } configure:9924: result: yes configure:9944: checking for ffsl configure:9944: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 conftest.c:107: warning: conflicting types for built-in function 'ffsl' configure:9944: $? = 0 configure:9944: result: yes configure:9951: checking whether function ffsl is declared configure:9965: gcc -c -mcmodel=medium conftest.c >&5 conftest.c: In function 'main': conftest.c:121: error: too many arguments to function 'ffsl' configure:9965: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | #define HAVE_FFS 1 | #define HWLOC_HAVE_DECL_FFS 1 | #define HWLOC_HAVE_FFS 1 | #define HAVE_FFSL 1 | /* 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 () | { | ffsl(1,2,3,4,5,6,7,8,9,10); | ; | return 0; | } configure:9970: result: yes configure:9991: checking for fls configure:9991: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 /tmp/ccU4U38H.o: In function `main': conftest.c:(.text+0xa): undefined reference to `fls' collect2: ld returned 1 exit status configure:9991: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | #define HAVE_FFS 1 | #define HWLOC_HAVE_DECL_FFS 1 | #define HWLOC_HAVE_FFS 1 | #define HAVE_FFSL 1 | #define HWLOC_HAVE_DECL_FFSL 1 | #define HWLOC_HAVE_FFSL 1 | /* end confdefs.h. */ | /* Define fls to an innocuous variant, in case <limits.h> declares fls. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define fls innocuous_fls | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fls (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef fls | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char fls (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_fls || defined __stub___fls | choke me | #endif | | int | main () | { | return fls (); | ; | return 0; | } configure:9991: result: no configure:10037: checking for flsl configure:10037: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 /tmp/ccgxyroV.o: In function `main': conftest.c:(.text+0xa): undefined reference to `flsl' collect2: ld returned 1 exit status configure:10037: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | #define HAVE_FFS 1 | #define HWLOC_HAVE_DECL_FFS 1 | #define HWLOC_HAVE_FFS 1 | #define HAVE_FFSL 1 | #define HWLOC_HAVE_DECL_FFSL 1 | #define HWLOC_HAVE_FFSL 1 | /* end confdefs.h. */ | /* Define flsl to an innocuous variant, in case <limits.h> declares flsl. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define flsl innocuous_flsl | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char flsl (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef flsl | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char flsl (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_flsl || defined __stub___flsl | choke me | #endif | | int | main () | { | return flsl (); | ; | return 0; | } configure:10037: result: no configure:10084: checking for clz configure:10084: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 /tmp/ccmQrCy4.o: In function `main': conftest.c:(.text+0xa): undefined reference to `clz' collect2: ld returned 1 exit status configure:10084: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | #define HAVE_FFS 1 | #define HWLOC_HAVE_DECL_FFS 1 | #define HWLOC_HAVE_FFS 1 | #define HAVE_FFSL 1 | #define HWLOC_HAVE_DECL_FFSL 1 | #define HWLOC_HAVE_FFSL 1 | /* end confdefs.h. */ | /* Define clz to an innocuous variant, in case <limits.h> declares clz. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define clz innocuous_clz | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char clz (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef clz | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char clz (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_clz || defined __stub___clz | choke me | #endif | | int | main () | { | return clz (); | ; | return 0; | } configure:10084: result: no configure:10130: checking for clzl configure:10130: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 /tmp/ccOXUiqe.o: In function `main': conftest.c:(.text+0xa): undefined reference to `clzl' collect2: ld returned 1 exit status configure:10130: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | #define HAVE_FFS 1 | #define HWLOC_HAVE_DECL_FFS 1 | #define HWLOC_HAVE_FFS 1 | #define HAVE_FFSL 1 | #define HWLOC_HAVE_DECL_FFSL 1 | #define HWLOC_HAVE_FFSL 1 | /* end confdefs.h. */ | /* Define clzl to an innocuous variant, in case <limits.h> declares clzl. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define clzl innocuous_clzl | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char clzl (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef clzl | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char clzl (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_clzl || defined __stub___clzl | choke me | #endif | | int | main () | { | return clzl (); | ; | return 0; | } configure:10130: result: no configure:10177: checking for openat configure:10177: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 configure:10177: $? = 0 configure:10177: result: yes configure:10189: checking malloc.h usability configure:10189: gcc -c -mcmodel=medium conftest.c >&5 configure:10189: $? = 0 configure:10189: result: yes configure:10189: checking malloc.h presence configure:10189: gcc -E conftest.c configure:10189: $? = 0 configure:10189: result: yes configure:10189: checking for malloc.h configure:10189: result: yes configure:10202: checking for getpagesize configure:10202: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 configure:10202: $? = 0 configure:10202: result: yes configure:10202: checking for memalign configure:10202: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 configure:10202: $? = 0 configure:10202: result: yes configure:10202: checking for posix_memalign configure:10202: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 configure:10202: $? = 0 configure:10202: result: yes configure:10214: checking sys/utsname.h usability configure:10214: gcc -c -mcmodel=medium conftest.c >&5 configure:10214: $? = 0 configure:10214: result: yes configure:10214: checking sys/utsname.h presence configure:10214: gcc -E conftest.c configure:10214: $? = 0 configure:10214: result: yes configure:10214: checking for sys/utsname.h configure:10214: result: yes configure:10226: checking for uname configure:10226: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 configure:10226: $? = 0 configure:10226: result: yes configure:10238: checking pthread_np.h usability configure:10238: gcc -c -mcmodel=medium conftest.c >&5 conftest.c:127:24: error: pthread_np.h: No such file or directory configure:10238: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | #define HAVE_FFS 1 | #define HWLOC_HAVE_DECL_FFS 1 | #define HWLOC_HAVE_FFS 1 | #define HAVE_FFSL 1 | #define HWLOC_HAVE_DECL_FFSL 1 | #define HWLOC_HAVE_FFSL 1 | #define HAVE_OPENAT 1 | #define HAVE_MALLOC_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMALIGN 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_UNAME 1 | /* 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 <pthread_np.h> configure:10238: result: no configure:10238: checking pthread_np.h presence configure:10238: gcc -E conftest.c conftest.c:94:24: error: pthread_np.h: No such file or directory configure:10238: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | #define HAVE_FFS 1 | #define HWLOC_HAVE_DECL_FFS 1 | #define HWLOC_HAVE_FFS 1 | #define HAVE_FFSL 1 | #define HWLOC_HAVE_DECL_FFSL 1 | #define HWLOC_HAVE_FFSL 1 | #define HAVE_OPENAT 1 | #define HAVE_MALLOC_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMALIGN 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_UNAME 1 | /* end confdefs.h. */ | #include <pthread_np.h> configure:10238: result: no configure:10238: checking for pthread_np.h configure:10238: result: no configure:10248: checking whether pthread_setaffinity_np is declared configure:10248: gcc -c -mcmodel=medium conftest.c >&5 configure:10248: $? = 0 configure:10248: result: yes configure:10270: checking whether pthread_getaffinity_np is declared configure:10270: gcc -c -mcmodel=medium conftest.c >&5 configure:10270: $? = 0 configure:10270: result: yes configure:10292: checking for sched_setaffinity configure:10292: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 configure:10292: $? = 0 configure:10292: result: yes configure:10299: checking for sys/cpuset.h configure:10299: gcc -c -mcmodel=medium conftest.c >&5 conftest.c:98:24: error: sys/cpuset.h: No such file or directory configure:10299: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | #define HAVE_FFS 1 | #define HWLOC_HAVE_DECL_FFS 1 | #define HWLOC_HAVE_FFS 1 | #define HAVE_FFSL 1 | #define HWLOC_HAVE_DECL_FFSL 1 | #define HWLOC_HAVE_FFSL 1 | #define HAVE_OPENAT 1 | #define HAVE_MALLOC_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMALIGN 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_UNAME 1 | #define HAVE_DECL_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_DECL_PTHREAD_GETAFFINITY_NP 1 | /* end confdefs.h. */ | #include <sys/param.h> | | #include <sys/cpuset.h> configure:10299: result: no configure:10310: checking for library containing pthread_getthrds_np configure:10341: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c >&5 /tmp/ccgfTORP.o: In function `main': conftest.c:(.text+0xa): undefined reference to `pthread_getthrds_np' collect2: ld returned 1 exit status configure:10341: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | #define HAVE_FFS 1 | #define HWLOC_HAVE_DECL_FFS 1 | #define HWLOC_HAVE_FFS 1 | #define HAVE_FFSL 1 | #define HWLOC_HAVE_DECL_FFSL 1 | #define HWLOC_HAVE_FFSL 1 | #define HAVE_OPENAT 1 | #define HAVE_MALLOC_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMALIGN 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_UNAME 1 | #define HAVE_DECL_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_DECL_PTHREAD_GETAFFINITY_NP 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pthread_getthrds_np (); | int | main () | { | return pthread_getthrds_np (); | ; | return 0; | } configure:10341: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c -lpthread >&5 /tmp/ccKdU5WZ.o: In function `main': conftest.c:(.text+0xa): undefined reference to `pthread_getthrds_np' collect2: ld returned 1 exit status configure:10341: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | #define HAVE_FFS 1 | #define HWLOC_HAVE_DECL_FFS 1 | #define HWLOC_HAVE_FFS 1 | #define HAVE_FFSL 1 | #define HWLOC_HAVE_DECL_FFSL 1 | #define HWLOC_HAVE_FFSL 1 | #define HAVE_OPENAT 1 | #define HAVE_MALLOC_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMALIGN 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_UNAME 1 | #define HAVE_DECL_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_DECL_PTHREAD_GETAFFINITY_NP 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pthread_getthrds_np (); | int | main () | { | return pthread_getthrds_np (); | ; | return 0; | } configure:10358: result: no configure:10376: checking numaif.h usability configure:10376: gcc -c -mcmodel=medium conftest.c >&5 configure:10376: $? = 0 configure:10376: result: yes configure:10376: checking numaif.h presence configure:10376: gcc -E conftest.c configure:10376: $? = 0 configure:10376: result: yes configure:10376: checking for numaif.h configure:10376: result: yes configure:10382: checking for numa_available in -lnuma configure:10407: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c -lnuma >&5 configure:10407: $? = 0 configure:10416: result: yes configure:10446: checking for set_mempolicy in -lnuma configure:10471: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c -lnuma -lnuma >&5 configure:10471: $? = 0 configure:10480: result: yes configure:10491: checking for mbind in -lnuma configure:10516: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c -lnuma -lnuma >&5 configure:10516: $? = 0 configure:10525: result: yes configure:10536: checking for migrate_pages in -lnuma configure:10561: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c -lnuma -lnuma >&5 configure:10561: $? = 0 configure:10570: result: yes configure:10592: checking for PCI configure:10600: $PKG_CONFIG --exists --silence-errors "libpci" configure:10603: $? = 1 configure:10619: $PKG_CONFIG --exists --silence-errors "libpci" configure:10622: $? = 1 No package 'libpci' found configure:10652: result: no configure:10658: checking pci/pci.h usability configure:10658: gcc -c -mcmodel=medium conftest.c >&5 configure:10658: $? = 0 configure:10658: result: yes configure:10658: checking pci/pci.h presence configure:10658: gcc -E conftest.c configure:10658: $? = 0 configure:10658: result: yes configure:10658: checking for pci/pci.h configure:10658: result: yes configure:10665: checking for pci_init in -lpci configure:10690: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c -lpci >&5 configure:10690: $? = 0 configure:10699: result: yes configure:10750: checking for pci_lookup_name in -lpci configure:10775: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c -lpci >&5 /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libpci.a(names-net.o): In function `pci_id_net_lookup': (.text+0x1bc): undefined reference to `__res_query' collect2: ld returned 1 exit status configure:10775: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | #define HAVE_FFS 1 | #define HWLOC_HAVE_DECL_FFS 1 | #define HWLOC_HAVE_FFS 1 | #define HAVE_FFSL 1 | #define HWLOC_HAVE_DECL_FFSL 1 | #define HWLOC_HAVE_FFSL 1 | #define HAVE_OPENAT 1 | #define HAVE_MALLOC_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMALIGN 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_UNAME 1 | #define HAVE_DECL_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_DECL_PTHREAD_GETAFFINITY_NP 1 | #define HAVE_NUMAIF_H 1 | #define HWLOC_HAVE_SET_MEMPOLICY 1 | #define HWLOC_HAVE_MBIND 1 | #define HWLOC_HAVE_MIGRATE_PAGES 1 | #define HAVE_PCI_PCI_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pci_lookup_name (); | int | main () | { | return pci_lookup_name (); | ; | return 0; | } configure:10784: result: no configure:10794: checking for inet_ntoa in -lresolv configure:10819: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c -lresolv >&5 configure:10819: $? = 0 configure:10828: result: yes configure:10831: checking for pci_lookup_name in -lpci with -lresolv configure:10853: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c -lpci -lresolv >&5 configure:10853: $? = 0 configure:10856: result: yes configure:11389: checking whether PCI_LOOKUP_NO_NUMBERS is declared configure:11389: gcc -c -mcmodel=medium conftest.c >&5 configure:11389: $? = 0 configure:11389: result: yes configure:11406: checking whether PCI_LOOKUP_NO_NUMBERS is declared configure:11406: result: yes configure:11423: checking for pci_find_cap in -lpci configure:11448: gcc -o conftest -mcmodel=medium -mcmodel=medium conftest.c -lpci -lresolv -lpci -lresolv >&5 configure:11448: $? = 0 configure:11457: result: yes configure:11471: checking whether struct pci_dev has a device_class field configure:11484: gcc -c -mcmodel=medium conftest.c >&5 configure:11484: $? = 0 configure:11490: result: yes configure:11498: checking whether struct pci_dev has a domain field configure:11511: gcc -c -mcmodel=medium conftest.c >&5 configure:11511: $? = 0 configure:11517: result: yes configure:11545: checking for LIBXML2 configure:11553: $PKG_CONFIG --exists --silence-errors "libxml-2.0" configure:11556: $? = 0 configure:11572: $PKG_CONFIG --exists --silence-errors "libxml-2.0" configure:11575: $? = 0 configure:11613: result: yes configure:11627: checking for xmlNewDoc configure:11627: gcc -o conftest -mcmodel=medium -I/usr/include/libxml2 -mcmodel=medium conftest.c -lxml2 -lz -lm >&5 configure:11627: $? = 0 configure:11627: result: yes configure:11637: checking for final LIBXML2 support configure:11642: result: yes configure:11701: checking for cpuid configure:11727: gcc -o conftest -mcmodel=medium -I/home/bureddy/hwloc-1.4/include -mcmodel=medium conftest.c >&5 configure:11727: $? = 0 configure:11728: result: yes configure:11759: checking for X configure:11898: gcc -o conftest -mcmodel=medium -I/home/bureddy/hwloc-1.4/include -mcmodel=medium conftest.c -lX11 >&5 configure:11898: $? = 0 configure:11948: result: libraries , headers configure:11961: checking if this is a developer build configure:11964: result: no (doxygen generation is optional) configure:12020: checking for doxygen configure:12038: found /usr/bin/doxygen configure:12050: result: /usr/bin/doxygen configure:12121: checking for pdflatex configure:12139: found /usr/bin/pdflatex configure:12151: result: /usr/bin/pdflatex configure:12221: checking for makeindex configure:12239: found /usr/bin/makeindex configure:12251: result: /usr/bin/makeindex configure:12321: checking for fig2dev configure:12339: found /usr/bin/fig2dev configure:12351: result: /usr/bin/fig2dev configure:12421: checking for gs configure:12439: found /usr/bin/gs configure:12451: result: /usr/bin/gs configure:12521: checking for epstopdf configure:12539: found /usr/bin/epstopdf configure:12551: result: /usr/bin/epstopdf configure:12574: checking if can build doxygen docs configure:12581: result: yes configure:12585: checking for a sed that does not truncate output configure:12649: result: /bin/sed configure:12654: checking if the sed -i option requires an argument configure:12667: result: no configure:12721: checking for w3m configure:12754: result: no configure:12820: checking for lynx configure:12853: result: no configure:12873: checking if can build top-level README configure:12887: result: no configure:12891: checking if will build doxygen docs configure:12898: result: yes configure:12902: checking if will install doxygen docs configure:12912: result: yes configure:12918: checking whether to enable "picky" compiler mode configure:12947: result: no (default) configure:12979: checking for CAIRO configure:12987: $PKG_CONFIG --exists --silence-errors "cairo" configure:12990: $? = 0 configure:13006: $PKG_CONFIG --exists --silence-errors "cairo" configure:13009: $? = 0 configure:13047: result: yes configure:13061: checking for cairo_fill configure:13061: gcc -o conftest -mcmodel=medium -I/home/bureddy/hwloc-1.4/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -mcmodel=medium conftest.c -lcairo >&5 configure:13061: $? = 0 configure:13061: result: yes configure:13071: checking for final CAIRO support configure:13076: result: yes configure:13181: gcc -o conftest -mcmodel=medium -I/home/bureddy/hwloc-1.4/include -mcmodel=medium conftest.c -lX11 >&5 configure:13181: $? = 0 configure:13279: checking for gethostbyname configure:13279: gcc -o conftest -mcmodel=medium -I/home/bureddy/hwloc-1.4/include -mcmodel=medium conftest.c >&5 configure:13279: $? = 0 configure:13279: result: yes configure:13376: checking for connect configure:13376: gcc -o conftest -mcmodel=medium -I/home/bureddy/hwloc-1.4/include -mcmodel=medium conftest.c >&5 configure:13376: $? = 0 configure:13376: result: yes configure:13425: checking for remove configure:13425: gcc -o conftest -mcmodel=medium -I/home/bureddy/hwloc-1.4/include -mcmodel=medium conftest.c >&5 configure:13425: $? = 0 configure:13425: result: yes configure:13474: checking for shmat configure:13474: gcc -o conftest -mcmodel=medium -I/home/bureddy/hwloc-1.4/include -mcmodel=medium conftest.c >&5 configure:13474: $? = 0 configure:13474: result: yes configure:13532: checking for IceConnectionNumber in -lICE configure:13557: gcc -o conftest -mcmodel=medium -I/home/bureddy/hwloc-1.4/include -mcmodel=medium conftest.c -lICE >&5 configure:13557: $? = 0 configure:13566: result: yes configure:13583: checking for X11/Xlib.h configure:13583: gcc -c -mcmodel=medium -I/home/bureddy/hwloc-1.4/include conftest.c >&5 configure:13583: $? = 0 configure:13583: result: yes configure:13594: checking X11/Xutil.h usability configure:13594: gcc -c -mcmodel=medium -I/home/bureddy/hwloc-1.4/include conftest.c >&5 configure:13594: $? = 0 configure:13594: result: yes configure:13594: checking X11/Xutil.h presence configure:13594: gcc -E conftest.c configure:13594: $? = 0 configure:13594: result: yes configure:13594: checking for X11/Xutil.h configure:13594: result: yes configure:13600: checking for XOpenDisplay in -lX11 configure:13625: gcc -o conftest -mcmodel=medium -I/home/bureddy/hwloc-1.4/include -mcmodel=medium conftest.c -lX11 -lSM -lICE >&5 configure:13625: $? = 0 configure:13634: result: yes configure:13594: checking X11/keysym.h usability configure:13594: gcc -c -mcmodel=medium -I/home/bureddy/hwloc-1.4/include conftest.c >&5 configure:13594: $? = 0 configure:13594: result: yes configure:13594: checking X11/keysym.h presence configure:13594: gcc -E conftest.c configure:13594: $? = 0 configure:13594: result: yes configure:13594: checking for X11/keysym.h configure:13594: result: yes configure:13600: checking for XOpenDisplay in -lX11 configure:13634: result: yes configure:13679: checking for wchar_t configure:13679: gcc -c -mcmodel=medium -I/home/bureddy/hwloc-1.4/include conftest.c >&5 configure:13679: $? = 0 configure:13679: gcc -c -mcmodel=medium -I/home/bureddy/hwloc-1.4/include conftest.c >&5 conftest.c: In function 'main': conftest.c:120: error: expected expression before ')' token configure:13679: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | #define HAVE_FFS 1 | #define HWLOC_HAVE_DECL_FFS 1 | #define HWLOC_HAVE_FFS 1 | #define HAVE_FFSL 1 | #define HWLOC_HAVE_DECL_FFSL 1 | #define HWLOC_HAVE_FFSL 1 | #define HAVE_OPENAT 1 | #define HAVE_MALLOC_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMALIGN 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_UNAME 1 | #define HAVE_DECL_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_DECL_PTHREAD_GETAFFINITY_NP 1 | #define HAVE_NUMAIF_H 1 | #define HWLOC_HAVE_SET_MEMPOLICY 1 | #define HWLOC_HAVE_MBIND 1 | #define HWLOC_HAVE_MIGRATE_PAGES 1 | #define HAVE_PCI_PCI_H 1 | #define HAVE_DECL_PCI_LOOKUP_NO_NUMBERS 1 | #define HAVE_DECL_PCI_LOOKUP_NO_NUMBERS 1 | #define HWLOC_HAVE_PCI_FIND_CAP 1 | #define HWLOC_HAVE_PCIDEV_DEVICE_CLASS 1 | #define HWLOC_HAVE_PCIDEV_DOMAIN 1 | #define HWLOC_HAVE_LIBPCI 1 | #define HWLOC_HAVE_LIBXML2 1 | #define HWLOC_HAVE_CPUID 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HWLOC_HAVE_X11 1 | #define HAVE_X11_KEYSYM_H 1 | #define HWLOC_HAVE_X11 1 | #define HWLOC_HAVE_CAIRO 1 | /* end confdefs.h. */ | #include <wchar.h> | | int | main () | { | if (sizeof ((wchar_t))) | return 0; | ; | return 0; | } configure:13679: result: yes configure:13690: checking for putwc configure:13690: gcc -o conftest -mcmodel=medium -I/home/bureddy/hwloc-1.4/include -mcmodel=medium conftest.c >&5 configure:13690: $? = 0 configure:13690: result: yes configure:13705: checking locale.h usability configure:13705: gcc -c -mcmodel=medium -I/home/bureddy/hwloc-1.4/include conftest.c >&5 configure:13705: $? = 0 configure:13705: result: yes configure:13705: checking locale.h presence configure:13705: gcc -E conftest.c configure:13705: $? = 0 configure:13705: result: yes configure:13705: checking for locale.h configure:13705: result: yes configure:13713: checking for setlocale configure:13713: result: yes configure:13729: checking langinfo.h usability configure:13729: gcc -c -mcmodel=medium -I/home/bureddy/hwloc-1.4/include conftest.c >&5 configure:13729: $? = 0 configure:13729: result: yes configure:13729: checking langinfo.h presence configure:13729: gcc -E conftest.c configure:13729: $? = 0 configure:13729: result: yes configure:13729: checking for langinfo.h configure:13729: result: yes configure:13737: checking for nl_langinfo configure:13737: gcc -o conftest -mcmodel=medium -I/home/bureddy/hwloc-1.4/include -mcmodel=medium conftest.c >&5 configure:13737: $? = 0 configure:13737: result: yes configure:13757: checking termcap support using ncurses and configure:13774: gcc -o conftest -mcmodel=medium -I/home/bureddy/hwloc-1.4/include -mcmodel=medium conftest.c >&5 /tmp/ccEP0ODt.o: In function `main': conftest.c:(.text+0x4d): undefined reference to `tparm' collect2: ld returned 1 exit status configure:13774: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | #define HAVE_FFS 1 | #define HWLOC_HAVE_DECL_FFS 1 | #define HWLOC_HAVE_FFS 1 | #define HAVE_FFSL 1 | #define HWLOC_HAVE_DECL_FFSL 1 | #define HWLOC_HAVE_FFSL 1 | #define HAVE_OPENAT 1 | #define HAVE_MALLOC_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMALIGN 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_UNAME 1 | #define HAVE_DECL_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_DECL_PTHREAD_GETAFFINITY_NP 1 | #define HAVE_NUMAIF_H 1 | #define HWLOC_HAVE_SET_MEMPOLICY 1 | #define HWLOC_HAVE_MBIND 1 | #define HWLOC_HAVE_MIGRATE_PAGES 1 | #define HAVE_PCI_PCI_H 1 | #define HAVE_DECL_PCI_LOOKUP_NO_NUMBERS 1 | #define HAVE_DECL_PCI_LOOKUP_NO_NUMBERS 1 | #define HWLOC_HAVE_PCI_FIND_CAP 1 | #define HWLOC_HAVE_PCIDEV_DEVICE_CLASS 1 | #define HWLOC_HAVE_PCIDEV_DOMAIN 1 | #define HWLOC_HAVE_LIBPCI 1 | #define HWLOC_HAVE_LIBXML2 1 | #define HWLOC_HAVE_CPUID 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HWLOC_HAVE_X11 1 | #define HAVE_X11_KEYSYM_H 1 | #define HWLOC_HAVE_X11 1 | #define HWLOC_HAVE_CAIRO 1 | #define HAVE_WCHAR_T 1 | #define HAVE_PUTWC 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SETLOCALE 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_NL_LANGINFO 1 | /* end confdefs.h. */ | | #include <ncurses.h> | #include <term.h> | | int | main () | { | tparm(NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0) | ; | return 0; | } configure:13787: result: no configure:13757: checking termcap support using ncurses and -ltermcap configure:13774: gcc -o conftest -mcmodel=medium -I/home/bureddy/hwloc-1.4/include -mcmodel=medium conftest.c -ltermcap >&5 /tmp/ccIuMcRz.o: In function `main': conftest.c:(.text+0x4d): undefined reference to `tparm' collect2: ld returned 1 exit status configure:13774: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | #define HAVE_FFS 1 | #define HWLOC_HAVE_DECL_FFS 1 | #define HWLOC_HAVE_FFS 1 | #define HAVE_FFSL 1 | #define HWLOC_HAVE_DECL_FFSL 1 | #define HWLOC_HAVE_FFSL 1 | #define HAVE_OPENAT 1 | #define HAVE_MALLOC_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMALIGN 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_UNAME 1 | #define HAVE_DECL_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_DECL_PTHREAD_GETAFFINITY_NP 1 | #define HAVE_NUMAIF_H 1 | #define HWLOC_HAVE_SET_MEMPOLICY 1 | #define HWLOC_HAVE_MBIND 1 | #define HWLOC_HAVE_MIGRATE_PAGES 1 | #define HAVE_PCI_PCI_H 1 | #define HAVE_DECL_PCI_LOOKUP_NO_NUMBERS 1 | #define HAVE_DECL_PCI_LOOKUP_NO_NUMBERS 1 | #define HWLOC_HAVE_PCI_FIND_CAP 1 | #define HWLOC_HAVE_PCIDEV_DEVICE_CLASS 1 | #define HWLOC_HAVE_PCIDEV_DOMAIN 1 | #define HWLOC_HAVE_LIBPCI 1 | #define HWLOC_HAVE_LIBXML2 1 | #define HWLOC_HAVE_CPUID 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HWLOC_HAVE_X11 1 | #define HAVE_X11_KEYSYM_H 1 | #define HWLOC_HAVE_X11 1 | #define HWLOC_HAVE_CAIRO 1 | #define HAVE_WCHAR_T 1 | #define HAVE_PUTWC 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SETLOCALE 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_NL_LANGINFO 1 | /* end confdefs.h. */ | | #include <ncurses.h> | #include <term.h> | | int | main () | { | tparm(NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0) | ; | return 0; | } configure:13787: result: no configure:13757: checking termcap support using ncurses and -lncursesw configure:13774: gcc -o conftest -mcmodel=medium -I/home/bureddy/hwloc-1.4/include -mcmodel=medium conftest.c -lncursesw >&5 configure:13774: $? = 0 configure:13776: result: yes configure:13807: checking whether diff accepts -u configure:13816: result: -u configure:13820: checking whether diff accepts -w configure:13829: result: -w configure:13848: checking whether numa_bitmask_alloc is declared configure:13848: gcc -c -mcmodel=medium -I/home/bureddy/hwloc-1.4/include conftest.c >&5 configure:13848: $? = 0 configure:13848: result: yes configure:13857: checking infiniband/verbs.h usability configure:13857: gcc -c -mcmodel=medium -I/home/bureddy/hwloc-1.4/include conftest.c >&5 configure:13857: $? = 0 configure:13857: result: yes configure:13857: checking infiniband/verbs.h presence configure:13857: gcc -E conftest.c configure:13857: $? = 0 configure:13857: result: yes configure:13857: checking for infiniband/verbs.h configure:13857: result: yes configure:13863: checking for ibv_open_device in -libverbs configure:13888: gcc -o conftest -mcmodel=medium -I/home/bureddy/hwloc-1.4/include -mcmodel=medium conftest.c -libverbs >&5 configure:13888: $? = 0 configure:13897: result: yes configure:13914: checking myriexpress.h usability configure:13914: gcc -c -mcmodel=medium -I/home/bureddy/hwloc-1.4/include conftest.c >&5 conftest.c:158:25: error: myriexpress.h: No such file or directory configure:13914: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | #define HAVE_FFS 1 | #define HWLOC_HAVE_DECL_FFS 1 | #define HWLOC_HAVE_FFS 1 | #define HAVE_FFSL 1 | #define HWLOC_HAVE_DECL_FFSL 1 | #define HWLOC_HAVE_FFSL 1 | #define HAVE_OPENAT 1 | #define HAVE_MALLOC_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMALIGN 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_UNAME 1 | #define HAVE_DECL_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_DECL_PTHREAD_GETAFFINITY_NP 1 | #define HAVE_NUMAIF_H 1 | #define HWLOC_HAVE_SET_MEMPOLICY 1 | #define HWLOC_HAVE_MBIND 1 | #define HWLOC_HAVE_MIGRATE_PAGES 1 | #define HAVE_PCI_PCI_H 1 | #define HAVE_DECL_PCI_LOOKUP_NO_NUMBERS 1 | #define HAVE_DECL_PCI_LOOKUP_NO_NUMBERS 1 | #define HWLOC_HAVE_PCI_FIND_CAP 1 | #define HWLOC_HAVE_PCIDEV_DEVICE_CLASS 1 | #define HWLOC_HAVE_PCIDEV_DOMAIN 1 | #define HWLOC_HAVE_LIBPCI 1 | #define HWLOC_HAVE_LIBXML2 1 | #define HWLOC_HAVE_CPUID 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HWLOC_HAVE_X11 1 | #define HAVE_X11_KEYSYM_H 1 | #define HWLOC_HAVE_X11 1 | #define HWLOC_HAVE_CAIRO 1 | #define HAVE_WCHAR_T 1 | #define HAVE_PUTWC 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SETLOCALE 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_NL_LANGINFO 1 | #define HWLOC_HAVE_LIBTERMCAP 1 | #define HWLOC_USE_NCURSES 1 | #define HAVE_INFINIBAND_VERBS_H 1 | #define HAVE_LIBIBVERBS 1 | /* 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 <myriexpress.h> configure:13914: result: no configure:13914: checking myriexpress.h presence configure:13914: gcc -E conftest.c conftest.c:125:25: error: myriexpress.h: No such file or directory configure:13914: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | #define HAVE_FFS 1 | #define HWLOC_HAVE_DECL_FFS 1 | #define HWLOC_HAVE_FFS 1 | #define HAVE_FFSL 1 | #define HWLOC_HAVE_DECL_FFSL 1 | #define HWLOC_HAVE_FFSL 1 | #define HAVE_OPENAT 1 | #define HAVE_MALLOC_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMALIGN 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_UNAME 1 | #define HAVE_DECL_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_DECL_PTHREAD_GETAFFINITY_NP 1 | #define HAVE_NUMAIF_H 1 | #define HWLOC_HAVE_SET_MEMPOLICY 1 | #define HWLOC_HAVE_MBIND 1 | #define HWLOC_HAVE_MIGRATE_PAGES 1 | #define HAVE_PCI_PCI_H 1 | #define HAVE_DECL_PCI_LOOKUP_NO_NUMBERS 1 | #define HAVE_DECL_PCI_LOOKUP_NO_NUMBERS 1 | #define HWLOC_HAVE_PCI_FIND_CAP 1 | #define HWLOC_HAVE_PCIDEV_DEVICE_CLASS 1 | #define HWLOC_HAVE_PCIDEV_DOMAIN 1 | #define HWLOC_HAVE_LIBPCI 1 | #define HWLOC_HAVE_LIBXML2 1 | #define HWLOC_HAVE_CPUID 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HWLOC_HAVE_X11 1 | #define HAVE_X11_KEYSYM_H 1 | #define HWLOC_HAVE_X11 1 | #define HWLOC_HAVE_CAIRO 1 | #define HAVE_WCHAR_T 1 | #define HAVE_PUTWC 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SETLOCALE 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_NL_LANGINFO 1 | #define HWLOC_HAVE_LIBTERMCAP 1 | #define HWLOC_USE_NCURSES 1 | #define HAVE_INFINIBAND_VERBS_H 1 | #define HAVE_LIBIBVERBS 1 | /* end confdefs.h. */ | #include <myriexpress.h> configure:13914: result: no configure:13914: checking for myriexpress.h configure:13914: result: no configure:13944: checking cuda.h usability configure:13944: gcc -c -mcmodel=medium -I/home/bureddy/hwloc-1.4/include conftest.c >&5 conftest.c:158:18: error: cuda.h: No such file or directory configure:13944: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | #define HAVE_FFS 1 | #define HWLOC_HAVE_DECL_FFS 1 | #define HWLOC_HAVE_FFS 1 | #define HAVE_FFSL 1 | #define HWLOC_HAVE_DECL_FFSL 1 | #define HWLOC_HAVE_FFSL 1 | #define HAVE_OPENAT 1 | #define HAVE_MALLOC_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMALIGN 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_UNAME 1 | #define HAVE_DECL_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_DECL_PTHREAD_GETAFFINITY_NP 1 | #define HAVE_NUMAIF_H 1 | #define HWLOC_HAVE_SET_MEMPOLICY 1 | #define HWLOC_HAVE_MBIND 1 | #define HWLOC_HAVE_MIGRATE_PAGES 1 | #define HAVE_PCI_PCI_H 1 | #define HAVE_DECL_PCI_LOOKUP_NO_NUMBERS 1 | #define HAVE_DECL_PCI_LOOKUP_NO_NUMBERS 1 | #define HWLOC_HAVE_PCI_FIND_CAP 1 | #define HWLOC_HAVE_PCIDEV_DEVICE_CLASS 1 | #define HWLOC_HAVE_PCIDEV_DOMAIN 1 | #define HWLOC_HAVE_LIBPCI 1 | #define HWLOC_HAVE_LIBXML2 1 | #define HWLOC_HAVE_CPUID 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HWLOC_HAVE_X11 1 | #define HAVE_X11_KEYSYM_H 1 | #define HWLOC_HAVE_X11 1 | #define HWLOC_HAVE_CAIRO 1 | #define HAVE_WCHAR_T 1 | #define HAVE_PUTWC 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SETLOCALE 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_NL_LANGINFO 1 | #define HWLOC_HAVE_LIBTERMCAP 1 | #define HWLOC_USE_NCURSES 1 | #define HAVE_INFINIBAND_VERBS_H 1 | #define HAVE_LIBIBVERBS 1 | /* 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 <cuda.h> configure:13944: result: no configure:13944: checking cuda.h presence configure:13944: gcc -E conftest.c conftest.c:125:18: error: cuda.h: No such file or directory configure:13944: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | #define HAVE_FFS 1 | #define HWLOC_HAVE_DECL_FFS 1 | #define HWLOC_HAVE_FFS 1 | #define HAVE_FFSL 1 | #define HWLOC_HAVE_DECL_FFSL 1 | #define HWLOC_HAVE_FFSL 1 | #define HAVE_OPENAT 1 | #define HAVE_MALLOC_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMALIGN 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_UNAME 1 | #define HAVE_DECL_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_DECL_PTHREAD_GETAFFINITY_NP 1 | #define HAVE_NUMAIF_H 1 | #define HWLOC_HAVE_SET_MEMPOLICY 1 | #define HWLOC_HAVE_MBIND 1 | #define HWLOC_HAVE_MIGRATE_PAGES 1 | #define HAVE_PCI_PCI_H 1 | #define HAVE_DECL_PCI_LOOKUP_NO_NUMBERS 1 | #define HAVE_DECL_PCI_LOOKUP_NO_NUMBERS 1 | #define HWLOC_HAVE_PCI_FIND_CAP 1 | #define HWLOC_HAVE_PCIDEV_DEVICE_CLASS 1 | #define HWLOC_HAVE_PCIDEV_DOMAIN 1 | #define HWLOC_HAVE_LIBPCI 1 | #define HWLOC_HAVE_LIBXML2 1 | #define HWLOC_HAVE_CPUID 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HWLOC_HAVE_X11 1 | #define HAVE_X11_KEYSYM_H 1 | #define HWLOC_HAVE_X11 1 | #define HWLOC_HAVE_CAIRO 1 | #define HAVE_WCHAR_T 1 | #define HAVE_PUTWC 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SETLOCALE 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_NL_LANGINFO 1 | #define HWLOC_HAVE_LIBTERMCAP 1 | #define HWLOC_USE_NCURSES 1 | #define HAVE_INFINIBAND_VERBS_H 1 | #define HAVE_LIBIBVERBS 1 | /* end confdefs.h. */ | #include <cuda.h> configure:13944: result: no configure:13944: checking for cuda.h configure:13944: result: no configure:14027: checking cuda_runtime_api.h usability configure:14027: gcc -c -mcmodel=medium -I/home/bureddy/hwloc-1.4/include conftest.c >&5 conftest.c:158:30: error: cuda_runtime_api.h: No such file or directory configure:14027: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | #define HAVE_FFS 1 | #define HWLOC_HAVE_DECL_FFS 1 | #define HWLOC_HAVE_FFS 1 | #define HAVE_FFSL 1 | #define HWLOC_HAVE_DECL_FFSL 1 | #define HWLOC_HAVE_FFSL 1 | #define HAVE_OPENAT 1 | #define HAVE_MALLOC_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMALIGN 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_UNAME 1 | #define HAVE_DECL_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_DECL_PTHREAD_GETAFFINITY_NP 1 | #define HAVE_NUMAIF_H 1 | #define HWLOC_HAVE_SET_MEMPOLICY 1 | #define HWLOC_HAVE_MBIND 1 | #define HWLOC_HAVE_MIGRATE_PAGES 1 | #define HAVE_PCI_PCI_H 1 | #define HAVE_DECL_PCI_LOOKUP_NO_NUMBERS 1 | #define HAVE_DECL_PCI_LOOKUP_NO_NUMBERS 1 | #define HWLOC_HAVE_PCI_FIND_CAP 1 | #define HWLOC_HAVE_PCIDEV_DEVICE_CLASS 1 | #define HWLOC_HAVE_PCIDEV_DOMAIN 1 | #define HWLOC_HAVE_LIBPCI 1 | #define HWLOC_HAVE_LIBXML2 1 | #define HWLOC_HAVE_CPUID 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HWLOC_HAVE_X11 1 | #define HAVE_X11_KEYSYM_H 1 | #define HWLOC_HAVE_X11 1 | #define HWLOC_HAVE_CAIRO 1 | #define HAVE_WCHAR_T 1 | #define HAVE_PUTWC 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SETLOCALE 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_NL_LANGINFO 1 | #define HWLOC_HAVE_LIBTERMCAP 1 | #define HWLOC_USE_NCURSES 1 | #define HAVE_INFINIBAND_VERBS_H 1 | #define HAVE_LIBIBVERBS 1 | /* 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 <cuda_runtime_api.h> configure:14027: result: no configure:14027: checking cuda_runtime_api.h presence configure:14027: gcc -E conftest.c conftest.c:125:30: error: cuda_runtime_api.h: No such file or directory configure:14027: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "hwloc" | #define PACKAGE_TARNAME "hwloc" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "hwloc 1.4" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" | #define PACKAGE_URL "" | #define PACKAGE "hwloc" | #define VERSION "1.4" | #define HWLOC_MAJOR_VERSION 1 | #define HWLOC_MINOR_VERSION 4 | #define HWLOC_RELEASE_VERSION 0 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HWLOC_SYM_PREFIX hwloc_ | #define HWLOC_SYM_PREFIX_CAPS HWLOC_ | #define HWLOC_SYM_TRANSFORM 0 | #define _HPUX_SOURCE 1 | #define SIZEOF_VOID_P 8 | #define HWLOC_LINUX_SYS 1 | #define HWLOC_X86_64_ARCH 1 | #define SIZEOF_UNSIGNED_LONG 8 | #define HWLOC_SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define HWLOC_SIZEOF_UNSIGNED_INT 4 | #define HWLOC_HAVE_ATTRIBUTE 1 | #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 | #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | #define HWLOC_HAVE_ATTRIBUTE_COLD 0 | #define HWLOC_HAVE_ATTRIBUTE_CONST 1 | #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 | #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 | #define HWLOC_HAVE_ATTRIBUTE_HOT 0 | #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 | #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 | #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 | #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 | #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 | #define HWLOC_HAVE_ATTRIBUTE_PURE 1 | #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 | #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 | #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | #define HWLOC_C_HAVE_VISIBILITY 1 | #define HAVE_STRNCASECMP 1 | #define hwloc_strncasecmp strncasecmp | #define HAVE_STRFTIME 1 | #define HAVE_SETLOCALE 1 | #define HWLOC_HAVE_STDINT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 | #define HAVE_DECL__SC_NPROCESSORS_CONF 1 | #define HAVE_DECL__SC_NPROC_ONLN 0 | #define HAVE_DECL__SC_NPROC_CONF 0 | #define HAVE_DECL__SC_LARGE_PAGESIZE 0 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_CTL_HW 0 | #define HAVE_DECL_HW_NCPU 0 | #define HAVE_SYSCTL 1 | #define HAVE_PTHREAD_T 1 | #define hwloc_pid_t pid_t | #define hwloc_thread_t pthread_t | #define HWLOC_HAVE_SCHED_SETAFFINITY 1 | #define HWLOC_HAVE_CPU_SET 1 | #define HAVE_FFS 1 | #define HWLOC_HAVE_DECL_FFS 1 | #define HWLOC_HAVE_FFS 1 | #define HAVE_FFSL 1 | #define HWLOC_HAVE_DECL_FFSL 1 | #define HWLOC_HAVE_FFSL 1 | #define HAVE_OPENAT 1 | #define HAVE_MALLOC_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMALIGN 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_UNAME 1 | #define HAVE_DECL_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_DECL_PTHREAD_GETAFFINITY_NP 1 | #define HAVE_NUMAIF_H 1 | #define HWLOC_HAVE_SET_MEMPOLICY 1 | #define HWLOC_HAVE_MBIND 1 | #define HWLOC_HAVE_MIGRATE_PAGES 1 | #define HAVE_PCI_PCI_H 1 | #define HAVE_DECL_PCI_LOOKUP_NO_NUMBERS 1 | #define HAVE_DECL_PCI_LOOKUP_NO_NUMBERS 1 | #define HWLOC_HAVE_PCI_FIND_CAP 1 | #define HWLOC_HAVE_PCIDEV_DEVICE_CLASS 1 | #define HWLOC_HAVE_PCIDEV_DOMAIN 1 | #define HWLOC_HAVE_LIBPCI 1 | #define HWLOC_HAVE_LIBXML2 1 | #define HWLOC_HAVE_CPUID 1 | #define HAVE_X11_XLIB_H 1 | #define HAVE_X11_XUTIL_H 1 | #define HWLOC_HAVE_X11 1 | #define HAVE_X11_KEYSYM_H 1 | #define HWLOC_HAVE_X11 1 | #define HWLOC_HAVE_CAIRO 1 | #define HAVE_WCHAR_T 1 | #define HAVE_PUTWC 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SETLOCALE 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_NL_LANGINFO 1 | #define HWLOC_HAVE_LIBTERMCAP 1 | #define HWLOC_USE_NCURSES 1 | #define HAVE_INFINIBAND_VERBS_H 1 | #define HAVE_LIBIBVERBS 1 | /* end confdefs.h. */ | #include <cuda_runtime_api.h> configure:14027: result: no configure:14027: checking for cuda_runtime_api.h configure:14027: result: no configure:14112: checking for xmllint configure:14128: found /usr/bin/xmllint configure:14139: result: xmllint configure:14155: checking for bunzip2 configure:14171: found /usr/bin/bunzip2 configure:14182: result: bunzip2 configure:14196: checking whether diff accepts -u configure:14205: result: -u configure:14627: checking how to print strings configure:14654: result: printf configure:14675: checking for a sed that does not truncate output configure:14739: result: /bin/sed configure:14757: checking for fgrep configure:14819: result: /bin/grep -F configure:14854: checking for ld used by gcc configure:14921: result: /usr/bin/ld configure:14928: checking if the linker (/usr/bin/ld) is GNU ld configure:14943: result: yes configure:14955: checking for BSD- or MS-compatible name lister (nm) configure:15004: result: /usr/bin/nm -B configure:15134: checking the name lister (/usr/bin/nm -B) interface configure:15141: gcc -c -mcmodel=medium -I/home/bureddy/hwloc-1.4/include conftest.c >&5 configure:15144: /usr/bin/nm -B "conftest.o" configure:15147: output 0000000000000000 B some_variable configure:15154: result: BSD nm configure:15157: checking whether ln -s works configure:15161: result: yes configure:15169: checking the maximum length of command line arguments configure:15299: result: 98304 configure:15316: checking whether the shell understands some XSI constructs configure:15326: result: yes configure:15330: checking whether the shell understands "+=" configure:15336: result: yes configure:15371: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format configure:15411: result: func_convert_file_noop configure:15418: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format configure:15438: result: func_convert_file_noop configure:15445: checking for /usr/bin/ld option to reload object files configure:15452: result: -r configure:15526: checking for objdump configure:15542: found /usr/bin/objdump configure:15553: result: objdump configure:15582: checking how to recognize dependent libraries configure:15784: result: pass_all configure:15869: checking for dlltool configure:15899: result: no configure:15926: checking how to associate runtime and link libraries configure:15953: result: printf %s\n configure:16013: checking for ar configure:16029: found /usr/bin/ar configure:16040: result: ar configure:16077: checking for archiver @FILE support configure:16094: gcc -c -mcmodel=medium -I/home/bureddy/hwloc-1.4/include conftest.c >&5 configure:16094: $? = 0 configure:16097: ar cru libconftest.a @conftest.lst >&5 configure:16100: $? = 0 configure:16105: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:16108: $? = 1 configure:16120: result: @ configure:16178: checking for strip configure:16194: found /usr/bin/strip configure:16205: result: strip configure:16277: checking for ranlib configure:16293: found /usr/bin/ranlib configure:16304: result: ranlib configure:16406: checking command to parse /usr/bin/nm -B output from gcc object configure:16526: gcc -c -mcmodel=medium -I/home/bureddy/hwloc-1.4/include conftest.c >&5 configure:16529: $? = 0 configure:16533: /usr/bin/nm -B 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:16536: $? = 0 configure:16602: gcc -o conftest -mcmodel=medium -I/home/bureddy/hwloc-1.4/include -mcmodel=medium conftest.c conftstm.o >&5 configure:16605: $? = 0 configure:16643: result: ok configure:16680: checking for sysroot configure:16710: result: no configure:16787: gcc -c -mcmodel=medium -I/home/bureddy/hwloc-1.4/include conftest.c >&5 configure:16790: $? = 0 configure:16966: checking for mt configure:16996: result: no configure:17016: checking if : is a manifest tool configure:17022: : '-?' configure:17030: result: no configure:17669: checking for dlfcn.h configure:17669: gcc -c -mcmodel=medium -I/home/bureddy/hwloc-1.4/include conftest.c >&5 configure:17669: $? = 0 configure:17669: result: yes configure:18113: checking for objdir configure:18128: result: .libs configure:18399: checking if gcc supports -fno-rtti -fno-exceptions configure:18417: gcc -c -mcmodel=medium -I/home/bureddy/hwloc-1.4/include -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:18421: $? = 0 configure:18434: result: no configure:18761: checking for gcc option to produce PIC configure:18768: result: -fPIC -DPIC configure:18776: checking if gcc PIC flag -fPIC -DPIC works configure:18794: gcc -c -mcmodel=medium -I/home/bureddy/hwloc-1.4/include -fPIC -DPIC -DPIC conftest.c >&5 configure:18798: $? = 0 configure:18811: result: yes configure:18840: checking if gcc static flag -static works configure:18868: result: yes configure:18883: checking if gcc supports -c -o file.o configure:18904: gcc -c -mcmodel=medium -I/home/bureddy/hwloc-1.4/include -o out/conftest2.o conftest.c >&5 configure:18908: $? = 0 configure:18930: result: yes configure:18938: checking if gcc supports -c -o file.o configure:18985: result: yes configure:19018: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:20171: result: yes configure:20208: checking whether -lc should be explicitly linked in configure:20216: gcc -c -mcmodel=medium -I/home/bureddy/hwloc-1.4/include conftest.c >&5 configure:20219: $? = 0 configure:20234: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:20237: $? = 0 configure:20251: result: no configure:20411: checking dynamic linker characteristics configure:20922: gcc -o conftest -mcmodel=medium -I/home/bureddy/hwloc-1.4/include -mcmodel=medium -Wl,-rpath -Wl,/foo conftest.c >&5 configure:20922: $? = 0 configure:21144: result: GNU/Linux ld.so configure:21251: checking how to hardcode library paths into programs configure:21276: result: immediate configure:21816: checking whether stripping libraries is possible configure:21821: result: yes configure:21856: checking if libtool supports shared libraries configure:21858: result: yes configure:21861: checking whether to build shared libraries configure:21882: result: yes configure:21885: checking whether to build static libraries configure:21889: result: no configure:22195: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by hwloc config.status 1.4, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on nowlab.cse.ohio-state.edu config.status:1360: creating Makefile config.status:1360: creating include/Makefile config.status:1360: creating src/Makefile config.status:1360: creating doc/Makefile config.status:1360: creating doc/doxygen-config.cfg config.status:1360: creating utils/Makefile config.status:1360: creating hwloc.pc config.status:1360: creating tests/Makefile config.status:1360: creating tests/linux/Makefile config.status:1360: creating tests/linux/gather/Makefile config.status:1360: creating tests/xml/Makefile config.status:1360: creating tests/ports/Makefile config.status:1360: creating tests/rename/Makefile config.status:1360: creating tests/linux/hwloc-gather-topology config.status:1360: creating tests/linux/gather/test-gather-topology.sh config.status:1360: creating tests/linux/test-topology.sh config.status:1360: creating tests/xml/test-topology.sh config.status:1360: creating utils/hwloc-assembler-remote config.status:1360: creating utils/test-hwloc-assembler.sh config.status:1360: creating utils/test-hwloc-calc.sh config.status:1360: creating utils/test-hwloc-distances.sh config.status:1360: creating utils/test-hwloc-distrib.sh config.status:1360: creating utils/test-hwloc-ls.sh config.status:1360: creating include/private/autogen/config.h config.status:1360: creating include/hwloc/autogen/config.h config.status:1601: linking src/topology.c to tests/ports/topology.c config.status:1601: linking src/traversal.c to tests/ports/traversal.c config.status:1601: linking src/topology-synthetic.c to tests/ports/topology-synthetic.c config.status:1601: linking src/topology-solaris.c to tests/ports/topology-solaris.c config.status:1601: linking src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c config.status:1601: linking src/topology-aix.c to tests/ports/topology-aix.c config.status:1601: linking src/topology-osf.c to tests/ports/topology-osf.c config.status:1601: linking src/topology-windows.c to tests/ports/topology-windows.c config.status:1601: linking src/topology-darwin.c to tests/ports/topology-darwin.c config.status:1601: linking src/topology-freebsd.c to tests/ports/topology-freebsd.c config.status:1601: linking src/topology-hpux.c to tests/ports/topology-hpux.c config.status:1620: executing depfiles commands config.status:1620: executing chmoding-scripts commands config.status:1620: executing libtool commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## HWLOC_pkg_cv_HWLOC_CAIRO_CFLAGS='-I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 ' HWLOC_pkg_cv_HWLOC_CAIRO_LIBS='-lcairo ' HWLOC_pkg_cv_HWLOC_LIBXML2_CFLAGS='-I/usr/include/libxml2 ' HWLOC_pkg_cv_HWLOC_LIBXML2_LIBS='-lxml2 -lz -lm ' ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set=set ac_cv_env_CC_value=gcc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-mcmodel=medium ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_DOXYGEN_set= ac_cv_env_DOXYGEN_value= ac_cv_env_EPSTOPDF_set= ac_cv_env_EPSTOPDF_value= ac_cv_env_FIG2DEV_set= ac_cv_env_FIG2DEV_value= ac_cv_env_GS_set= ac_cv_env_GS_value= ac_cv_env_HWLOC_CAIRO_CFLAGS_set= ac_cv_env_HWLOC_CAIRO_CFLAGS_value= ac_cv_env_HWLOC_CAIRO_LIBS_set= ac_cv_env_HWLOC_CAIRO_LIBS_value= ac_cv_env_HWLOC_KERRIGHED_CFLAGS_set= ac_cv_env_HWLOC_KERRIGHED_CFLAGS_value= ac_cv_env_HWLOC_KERRIGHED_LIBS_set= ac_cv_env_HWLOC_KERRIGHED_LIBS_value= ac_cv_env_HWLOC_LIBXML2_CFLAGS_set= ac_cv_env_HWLOC_LIBXML2_CFLAGS_value= ac_cv_env_HWLOC_LIBXML2_LIBS_set= ac_cv_env_HWLOC_LIBXML2_LIBS_value= ac_cv_env_HWLOC_MS_LIB_set= ac_cv_env_HWLOC_MS_LIB_value= ac_cv_env_HWLOC_PCI_CFLAGS_set= ac_cv_env_HWLOC_PCI_CFLAGS_value= ac_cv_env_HWLOC_PCI_LIBS_set= ac_cv_env_HWLOC_PCI_LIBS_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=-mcmodel=medium ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LYNX_set= ac_cv_env_LYNX_value= ac_cv_env_MAKEINDEX_set= ac_cv_env_MAKEINDEX_value= ac_cv_env_PDFLATEX_set= ac_cv_env_PDFLATEX_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_W3M_set= ac_cv_env_W3M_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_cairo_fill=yes ac_cv_func_clz=no ac_cv_func_clzl=no ac_cv_func_connect=yes ac_cv_func_ffs=yes ac_cv_func_ffsl=yes ac_cv_func_fls=no ac_cv_func_flsl=no ac_cv_func_gethostbyname=yes ac_cv_func_getpagesize=yes ac_cv_func_memalign=yes ac_cv_func_nl_langinfo=yes ac_cv_func_openat=yes ac_cv_func_posix_memalign=yes ac_cv_func_putwc=yes ac_cv_func_remove=yes ac_cv_func_sched_setaffinity=yes ac_cv_func_setlocale=yes ac_cv_func_shmat=yes ac_cv_func_strftime=yes ac_cv_func_strncasecmp=yes ac_cv_func_sysctl=yes ac_cv_func_sysctlbyname=no ac_cv_func_uname=yes ac_cv_func_xmlNewDoc=yes ac_cv_have_decl_CTL_HW=no ac_cv_have_decl_HW_NCPU=no ac_cv_have_decl_PCI_LOOKUP_NO_NUMBERS=yes ac_cv_have_decl__SC_LARGE_PAGESIZE=no ac_cv_have_decl__SC_NPROCESSORS_CONF=yes ac_cv_have_decl__SC_NPROCESSORS_ONLN=yes ac_cv_have_decl__SC_NPROC_CONF=no ac_cv_have_decl__SC_NPROC_ONLN=no ac_cv_have_decl_numa_bitmask_alloc=yes ac_cv_have_decl_pthread_getaffinity_np=yes ac_cv_have_decl_pthread_setaffinity_np=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_X11_Xlib_h=yes ac_cv_header_X11_Xutil_h=yes ac_cv_header_X11_keysym_h=yes ac_cv_header_cuda_h=no ac_cv_header_cuda_runtime_api_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_infiniband_verbs_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_kstat_h=no ac_cv_header_langinfo_h=yes ac_cv_header_locale_h=yes ac_cv_header_mach_mach_host_h=no ac_cv_header_mach_mach_init_h=no ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_myriexpress_h=no ac_cv_header_numaif_h=yes ac_cv_header_pci_pci_h=yes ac_cv_header_picl_h=no ac_cv_header_pthread_np_h=no 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_cpuset_h=no ac_cv_header_sys_lgrp_user_h=no ac_cv_header_sys_mman_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_sysctl_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_utsname_h=yes ac_cv_header_unistd_h=yes ac_cv_header_windows_h=no ac_cv_host=x86_64-unknown-linux-gnu ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_X11_XOpenDisplay=yes ac_cv_lib_gdi32_main=no ac_cv_lib_ibverbs_ibv_open_device=yes ac_cv_lib_numa_mbind=yes ac_cv_lib_numa_migrate_pages=yes ac_cv_lib_numa_numa_available=yes ac_cv_lib_numa_set_mempolicy=yes ac_cv_lib_pci_pci_find_cap=yes ac_cv_lib_pci_pci_init=yes ac_cv_lib_pci_pci_lookup_name=no ac_cv_lib_resolv_inet_ntoa=yes ac_cv_objext=o ac_cv_path_BASH=/bin/sh 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_ac_pt_DOXYGEN=/usr/bin/doxygen ac_cv_path_ac_pt_EPSTOPDF=/usr/bin/epstopdf ac_cv_path_ac_pt_FIG2DEV=/usr/bin/fig2dev ac_cv_path_ac_pt_GS=/usr/bin/gs ac_cv_path_ac_pt_MAKEINDEX=/usr/bin/makeindex ac_cv_path_ac_pt_PDFLATEX=/usr/bin/pdflatex ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_BUNZIPP=bunzip2 ac_cv_prog_CPP='gcc -E' ac_cv_prog_XMLLINT=xmllint ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cc_gcc_c_o=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_pthread_getthrds_np=no ac_cv_sizeof_unsigned_int=4 ac_cv_sizeof_unsigned_long=8 ac_cv_sizeof_void_p=8 ac_cv_target=x86_64-unknown-linux-gnu ac_cv_type_CACHE_DESCRIPTOR=no ac_cv_type_CACHE_RELATIONSHIP=no ac_cv_type_GROUP_AFFINITY=no ac_cv_type_GROUP_RELATIONSHIP=no ac_cv_type_KAFFINITY=no ac_cv_type_LOGICAL_PROCESSOR_RELATIONSHIP=no ac_cv_type_NUMA_NODE_RELATIONSHIP=no ac_cv_type_PROCESSOR_CACHE_TYPE=no ac_cv_type_PROCESSOR_GROUP_INFO=no ac_cv_type_PROCESSOR_RELATIONSHIP=no ac_cv_type_PSAPI_WORKING_SET_EX_BLOCK=no ac_cv_type_PSAPI_WORKING_SET_EX_INFORMATION=no ac_cv_type_RelationProcessorPackage=no ac_cv_type_SYSTEM_LOGICAL_PROCESSOR_INFORMATION=no ac_cv_type_SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX=no ac_cv_type_pthread_t=yes ac_cv_type_wchar_t=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_prog_tar_ustar=gnutar hwloc_cv___attribute__=1 hwloc_cv___attribute__aligned=1 hwloc_cv___attribute__always_inline=1 hwloc_cv___attribute__cold=0 hwloc_cv___attribute__const=1 hwloc_cv___attribute__deprecated=1 hwloc_cv___attribute__format=1 hwloc_cv___attribute__hot=0 hwloc_cv___attribute__malloc=1 hwloc_cv___attribute__may_alias=1 hwloc_cv___attribute__no_instrument_function=1 hwloc_cv___attribute__nonnull=1 hwloc_cv___attribute__noreturn=1 hwloc_cv___attribute__packed=1 hwloc_cv___attribute__pure=1 hwloc_cv___attribute__sentinel=1 hwloc_cv___attribute__unused=1 hwloc_cv___attribute__warn_unused_result=1 hwloc_cv___attribute__weak_alias=1 hwloc_cv_c_compiler_vendor=gnu lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no 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=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' 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=yes 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=98304 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/bureddy/hwloc-1.4/config/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/bureddy/hwloc-1.4/config/missing --run tar' AM_BACKSLASH='\' AM_DEFAULT_VERBOSITY='0' AR='ar' AS='as' AUTOCONF='${SHELL} /home/bureddy/hwloc-1.4/config/missing --run autoconf' AUTOHEADER='${SHELL} /home/bureddy/hwloc-1.4/config/missing --run autoheader' AUTOMAKE='${SHELL} /home/bureddy/hwloc-1.4/config/missing --run automake-1.11' AWK='gawk' BASH='/bin/sh' BUNZIPP='bunzip2' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS=' -mcmodel=medium -I/home/bureddy/hwloc-1.4/include' CONFIGURE_DEPENDENCIES='$(top_srcdir)/VERSION' CPP='gcc -E' CPPFLAGS=' ' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='false' DOXYGEN='/usr/bin/doxygen' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EPSTOPDF='/usr/bin/epstopdf' EXEEXT='' FGREP='/bin/grep -F' FIG2DEV='/usr/bin/fig2dev' GREP='/bin/grep' GS='/usr/bin/gs' HWLOC_BUILD_DOXYGEN_FALSE='#' HWLOC_BUILD_DOXYGEN_TRUE='' HWLOC_BUILD_README_FALSE='' HWLOC_BUILD_README_TRUE='#' HWLOC_BUILD_STANDALONE_FALSE='#' HWLOC_BUILD_STANDALONE_TRUE='' HWLOC_BUILD_TESTS_FALSE='#' HWLOC_BUILD_TESTS_TRUE='' HWLOC_BUILD_UTILS_FALSE='#' HWLOC_BUILD_UTILS_TRUE='' HWLOC_CAIRO_CFLAGS='-I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 ' HWLOC_CAIRO_LIBS='-lcairo ' HWLOC_CFLAGS=' -fvisibility=hidden -I/usr/include/libxml2 ' HWLOC_CPPFLAGS='-I$(HWLOC_top_srcdir)/include -I$(HWLOC_top_builddir)/include' HWLOC_DIFF_U='-u' HWLOC_DIFF_W='-w' HWLOC_DOXYGEN_BROKEN_SHORT_NAMES_FALSE='' HWLOC_DOXYGEN_BROKEN_SHORT_NAMES_TRUE='#' HWLOC_EMBEDDED_CFLAGS='' HWLOC_EMBEDDED_CPPFLAGS='' HWLOC_EMBEDDED_LDADD='' HWLOC_EMBEDDED_LIBS='' HWLOC_HAVE_AIX_FALSE='' HWLOC_HAVE_AIX_TRUE='#' HWLOC_HAVE_BUNZIPP_FALSE='#' HWLOC_HAVE_BUNZIPP_TRUE='' HWLOC_HAVE_CAIRO_FALSE='#' HWLOC_HAVE_CAIRO_TRUE='' HWLOC_HAVE_CPUID_FALSE='#' HWLOC_HAVE_CPUID_TRUE='' HWLOC_HAVE_CUDART_FALSE='' HWLOC_HAVE_CUDART_TRUE='#' HWLOC_HAVE_CUDA_FALSE='' HWLOC_HAVE_CUDA_TRUE='#' HWLOC_HAVE_DARWIN_FALSE='' HWLOC_HAVE_DARWIN_TRUE='#' HWLOC_HAVE_FREEBSD_FALSE='' HWLOC_HAVE_FREEBSD_TRUE='#' HWLOC_HAVE_GCC_FALSE='#' HWLOC_HAVE_GCC_TRUE='' HWLOC_HAVE_HPUX_FALSE='' HWLOC_HAVE_HPUX_TRUE='#' HWLOC_HAVE_IRIX_FALSE='' HWLOC_HAVE_IRIX_TRUE='#' HWLOC_HAVE_LIBIBVERBS_FALSE='#' HWLOC_HAVE_LIBIBVERBS_TRUE='' HWLOC_HAVE_LIBPCI='1' HWLOC_HAVE_LIBPCI_FALSE='#' HWLOC_HAVE_LIBPCI_TRUE='' HWLOC_HAVE_LIBXML2='1' HWLOC_HAVE_LINUX_FALSE='#' HWLOC_HAVE_LINUX_LIBNUMA_FALSE='#' HWLOC_HAVE_LINUX_LIBNUMA_TRUE='' HWLOC_HAVE_LINUX_TRUE='' HWLOC_HAVE_MBIND_FALSE='#' HWLOC_HAVE_MBIND_TRUE='' HWLOC_HAVE_MINGW32_FALSE='' HWLOC_HAVE_MINGW32_TRUE='#' HWLOC_HAVE_MS_LIB_FALSE='' HWLOC_HAVE_MS_LIB_TRUE='#' HWLOC_HAVE_MYRIEXPRESS_FALSE='' HWLOC_HAVE_MYRIEXPRESS_TRUE='#' HWLOC_HAVE_OPENAT_FALSE='#' HWLOC_HAVE_OPENAT_TRUE='' HWLOC_HAVE_OSF_FALSE='' HWLOC_HAVE_OSF_TRUE='#' HWLOC_HAVE_SCHED_SETAFFINITY_FALSE='#' HWLOC_HAVE_SCHED_SETAFFINITY_TRUE='' HWLOC_HAVE_SET_MEMPOLICY_FALSE='#' HWLOC_HAVE_SET_MEMPOLICY_TRUE='' HWLOC_HAVE_SOLARIS_FALSE='' HWLOC_HAVE_SOLARIS_TRUE='#' HWLOC_HAVE_WINDOWS_FALSE='' HWLOC_HAVE_WINDOWS_TRUE='#' HWLOC_HAVE_X86_32_FALSE='' HWLOC_HAVE_X86_32_TRUE='#' HWLOC_HAVE_X86_64_FALSE='#' HWLOC_HAVE_X86_64_TRUE='' HWLOC_INSTALL_DOXYGEN_FALSE='#' HWLOC_INSTALL_DOXYGEN_TRUE='' HWLOC_KERRIGHED_CFLAGS='' HWLOC_KERRIGHED_LIBS='' HWLOC_LDFLAGS='-L$(HWLOC_top_builddir)/src' HWLOC_LIBS=' -lnuma -lpci -lresolv -lxml2 -lz -lm ' HWLOC_LIBXML2_CFLAGS='-I/usr/include/libxml2 ' HWLOC_LIBXML2_LIBS='-lxml2 -lz -lm ' HWLOC_LINUX_LIBNUMA_LIBS='-lnuma' HWLOC_MS_LIB='' HWLOC_MS_LIB_ARCH='X64' HWLOC_PCI_CFLAGS='' HWLOC_PCI_LIBS='-lpci -lresolv' HWLOC_RELEASE_DATE='Jan 26, 2012' HWLOC_REQUIRES='libxml-2.0 libpci ' HWLOC_SVN_R='' HWLOC_TERMCAP_LIBS=' -lncursesw' HWLOC_VERSION='1.4' HWLOC_W3_GENERATOR='' HWLOC_X11_LIBS='-lX11' HWLOC_top_builddir='/home/bureddy/hwloc-1.4' HWLOC_top_srcdir='/home/bureddy/hwloc-1.4' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/bin/ld -m elf_x86_64' LDFLAGS='-mcmodel=medium' LIBOBJS='' LIBS=' ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' LYNX='' MAKEINDEX='/usr/bin/makeindex' MAKEINFO='${SHELL} /home/bureddy/hwloc-1.4/config/missing --run makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='hwloc' PACKAGE_BUGREPORT='http://www.open-mpi.org/projects/hwloc/' PACKAGE_NAME='hwloc' PACKAGE_STRING='hwloc 1.4' PACKAGE_TARNAME='hwloc' PACKAGE_URL='' PACKAGE_VERSION='1.4' PATH_SEPARATOR=':' PDFLATEX='/usr/bin/pdflatex' PKG_CONFIG='/usr/bin/pkg-config' RANLIB='ranlib' SED='/bin/sed' SED_I='/bin/sed -i' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='1.4' W3M='' XMKMF='' XMLLINT='xmllint' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS=' -lSM -lICE' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='tar --format=ustar -chf - "$$tardir"' am__untar='tar -xf -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' 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='${prefix}' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/bureddy/hwloc-1.4/config/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' libhwloc_so_version='5:0:5' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/home/bureddy/hwloc-1.4/install' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='x86_64-unknown-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "hwloc" #define PACKAGE_TARNAME "hwloc" #define PACKAGE_VERSION "1.4" #define PACKAGE_STRING "hwloc 1.4" #define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/" #define PACKAGE_URL "" #define PACKAGE "hwloc" #define VERSION "1.4" #define HWLOC_MAJOR_VERSION 1 #define HWLOC_MINOR_VERSION 4 #define HWLOC_RELEASE_VERSION 0 #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 __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HWLOC_SYM_PREFIX hwloc_ #define HWLOC_SYM_PREFIX_CAPS HWLOC_ #define HWLOC_SYM_TRANSFORM 0 #define _HPUX_SOURCE 1 #define SIZEOF_VOID_P 8 #define HWLOC_LINUX_SYS 1 #define HWLOC_X86_64_ARCH 1 #define SIZEOF_UNSIGNED_LONG 8 #define HWLOC_SIZEOF_UNSIGNED_LONG 8 #define SIZEOF_UNSIGNED_INT 4 #define HWLOC_SIZEOF_UNSIGNED_INT 4 #define HWLOC_HAVE_ATTRIBUTE 1 #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1 #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 #define HWLOC_HAVE_ATTRIBUTE_COLD 0 #define HWLOC_HAVE_ATTRIBUTE_CONST 1 #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1 #define HWLOC_HAVE_ATTRIBUTE_FORMAT 1 #define HWLOC_HAVE_ATTRIBUTE_HOT 0 #define HWLOC_HAVE_ATTRIBUTE_MALLOC 1 #define HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS 1 #define HWLOC_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 #define HWLOC_HAVE_ATTRIBUTE_NONNULL 1 #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1 #define HWLOC_HAVE_ATTRIBUTE_PACKED 1 #define HWLOC_HAVE_ATTRIBUTE_PURE 1 #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 1 #define HWLOC_HAVE_ATTRIBUTE_UNUSED 1 #define HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 #define HWLOC_HAVE_ATTRIBUTE_WEAK_ALIAS 1 #define HWLOC_C_HAVE_VISIBILITY 1 #define HAVE_STRNCASECMP 1 #define hwloc_strncasecmp strncasecmp #define HAVE_STRFTIME 1 #define HAVE_SETLOCALE 1 #define HWLOC_HAVE_STDINT_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_DECL__SC_NPROCESSORS_ONLN 1 #define HAVE_DECL__SC_NPROCESSORS_CONF 1 #define HAVE_DECL__SC_NPROC_ONLN 0 #define HAVE_DECL__SC_NPROC_CONF 0 #define HAVE_DECL__SC_LARGE_PAGESIZE 0 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SYSCTL_H 1 #define HAVE_DECL_CTL_HW 0 #define HAVE_DECL_HW_NCPU 0 #define HAVE_SYSCTL 1 #define HAVE_PTHREAD_T 1 #define hwloc_pid_t pid_t #define hwloc_thread_t pthread_t #define HWLOC_HAVE_SCHED_SETAFFINITY 1 #define HWLOC_HAVE_CPU_SET 1 #define HAVE_FFS 1 #define HWLOC_HAVE_DECL_FFS 1 #define HWLOC_HAVE_FFS 1 #define HAVE_FFSL 1 #define HWLOC_HAVE_DECL_FFSL 1 #define HWLOC_HAVE_FFSL 1 #define HAVE_OPENAT 1 #define HAVE_MALLOC_H 1 #define HAVE_GETPAGESIZE 1 #define HAVE_MEMALIGN 1 #define HAVE_POSIX_MEMALIGN 1 #define HAVE_SYS_UTSNAME_H 1 #define HAVE_UNAME 1 #define HAVE_DECL_PTHREAD_SETAFFINITY_NP 1 #define HAVE_DECL_PTHREAD_GETAFFINITY_NP 1 #define HAVE_NUMAIF_H 1 #define HWLOC_HAVE_SET_MEMPOLICY 1 #define HWLOC_HAVE_MBIND 1 #define HWLOC_HAVE_MIGRATE_PAGES 1 #define HAVE_PCI_PCI_H 1 #define HAVE_DECL_PCI_LOOKUP_NO_NUMBERS 1 #define HAVE_DECL_PCI_LOOKUP_NO_NUMBERS 1 #define HWLOC_HAVE_PCI_FIND_CAP 1 #define HWLOC_HAVE_PCIDEV_DEVICE_CLASS 1 #define HWLOC_HAVE_PCIDEV_DOMAIN 1 #define HWLOC_HAVE_LIBPCI 1 #define HWLOC_HAVE_LIBXML2 1 #define HWLOC_HAVE_CPUID 1 #define HAVE_X11_XLIB_H 1 #define HAVE_X11_XUTIL_H 1 #define HWLOC_HAVE_X11 1 #define HAVE_X11_KEYSYM_H 1 #define HWLOC_HAVE_X11 1 #define HWLOC_HAVE_CAIRO 1 #define HAVE_WCHAR_T 1 #define HAVE_PUTWC 1 #define HAVE_LOCALE_H 1 #define HAVE_SETLOCALE 1 #define HAVE_LANGINFO_H 1 #define HAVE_NL_LANGINFO 1 #define HWLOC_HAVE_LIBTERMCAP 1 #define HWLOC_USE_NCURSES 1 #define HAVE_INFINIBAND_VERBS_H 1 #define HAVE_LIBIBVERBS 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" configure: exit 0