Hi Samuel,

I checked the variables:

[root@valerie hwloc-1.0.1]# echo $CPATH

[root@valerie hwloc-1.0.1]# echo $C_INCLUDE_PATH

[root@valerie hwloc-1.0.1]# /usr/bin/gcc
gcc: no input files

My system is only an old Mandriva (for old processors, but I've got many
of them) with a compiled gfortran from the gfortran download page in
2007.

Cheers,

Olivier.

Le dimanche 06 juin 2010 à 21:31 +0200, Samuel Thibault a écrit :
> Olivier Cessenat, le Sun 06 Jun 2010 21:22:50 +0200, a écrit :
> > My system is "normal" to me :
> 
> Well, the fact that it goes fetching some header from /opt/gfortran
> tells me it's not completely "normal" :)
> 
> > /opt/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include-fixed/sys/stat.h:345:
> >  error: expecte
> 
> does which gcc return you
> 
> /usr/bin/gcc
> 
> ? Do you perhaps have some CPATH or C_INCLUDE_PATH variable in your
> environment ?
> 
> > checking for sys/param.h... no
> > checking for sys/sysctl.h... no
> 
> These also aren't supposed to happen on any sane Linux system. Could you
> send the config.log?
> 
> 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.0.1, which was
generated by GNU Autoconf 2.65.  Invocation command line was

  $ ./configure --enable-debug

## --------- ##
## Platform. ##
## --------- ##

hostname = valerie.magic
uname -m = i686
uname -r = 2.6.12-12mdk
uname -s = Linux
uname -v = #1 Fri Sep 9 18:15:22 CEST 2005

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /opt/intel/fc/10.1.018/bin
PATH: /opt/intel/cc/10.1.018/bin
PATH: /opt/gfortran/irun/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: .
PATH: /opt/lmpi/bin
PATH: /opt/visit/bin
PATH: /opt/silo-4.7/bin
PATH: /opt/intel/vtune/bin
PATH: /opt/intel/vtune/shared/bin
PATH: /opt/intel/vtune/analyzer/bin
PATH: /opt/intel/vtune/rdc/analyzer/bin
PATH: /opt/intel/vtune/rdc/shared/bin
PATH: /opt/sag/exx/v721/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2803: checking build system type
configure:2817: result: i686-pc-linux-gnu
configure:2837: checking host system type
configure:2850: result: i686-pc-linux-gnu
configure:2870: checking target system type
configure:2883: result: i686-pc-linux-gnu
configure:2927: checking for a BSD-compatible install
configure:2995: result: /usr/bin/install -c
configure:3006: checking whether build environment is sane
configure:3056: result: yes
configure:3197: checking for a thread-safe mkdir -p
configure:3236: result: /bin/mkdir -p
configure:3249: checking for gawk
configure:3265: found /bin/gawk
configure:3276: result: gawk
configure:3287: checking whether make sets $(MAKE)
configure:3309: result: yes
configure:3384: checking how to create a ustar tar archive
configure:3397: tar --version
tar (GNU tar) 1.15.1
configure:3400: $? = 0
configure:3440: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3443: $? = 0
configure:3447: tar -xf - <conftest.tar
configure:3450: $? = 0
configure:3463: result: gnutar
configure:3491: checking for hwloc version
configure:3517: result: 1.0.1
configure:3592: checking for gcc
configure:3608: found /opt/gfortran/irun/bin/gcc
configure:3619: result: gcc
configure:3848: checking for C compiler version
configure:3857: gcc --version >&5
gcc (GCC) 4.3.0 20071030 (experimental) [trunk revision 129762]
Copyright (C) 2007 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:3868: $? = 0
configure:3857: gcc -v >&5
Using built-in specs.
Target: i386-pc-linux-gnu
Configured with: /home/fx/gfortran_nightbuild/trunk/configure --prefix=/home/fx/gfortran_nightbuild/irun-20071030 --enable-languages=c,fortran --build=i386-pc-linux-gnu --enable-checking=release --with-gmp=/home/fx/gfortran_nightbuild/software
Thread model: posix
gcc version 4.3.0 20071030 (experimental) [trunk revision 129762] (GCC) 
configure:3868: $? = 0
configure:3857: gcc -V >&5
gcc: '-V' option must have argument
configure:3868: $? = 1
configure:3857: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3868: $? = 1
configure:3888: checking whether the C compiler works
configure:3910: gcc    conftest.c  >&5
configure:3914: $? = 0
configure:3963: result: yes
configure:3966: checking for C compiler default output file name
configure:3968: result: a.out
configure:3974: checking for suffix of executables
configure:3981: gcc -o conftest    conftest.c  >&5
configure:3985: $? = 0
configure:4007: result: 
configure:4029: checking whether we are cross compiling
configure:4037: gcc -o conftest    conftest.c  >&5
configure:4041: $? = 0
configure:4048: ./conftest
configure:4052: $? = 0
configure:4067: result: no
configure:4072: checking for suffix of object files
configure:4094: gcc -c   conftest.c >&5
configure:4098: $? = 0
configure:4119: result: o
configure:4123: checking whether we are using the GNU C compiler
configure:4142: gcc -c   conftest.c >&5
configure:4142: $? = 0
configure:4151: result: yes
configure:4160: checking whether gcc accepts -g
configure:4180: gcc -c -g  conftest.c >&5
configure:4180: $? = 0
configure:4221: result: yes
configure:4238: checking for gcc option to accept ISO C89
configure:4302: gcc  -c -g -O2  conftest.c >&5
configure:4302: $? = 0
configure:4315: result: none needed
configure:4346: checking for style of include used by make
configure:4374: result: GNU
configure:4399: checking dependency style of gcc
configure:4509: result: gcc3
configure:4525: checking whether gcc and cc understand -c and -o together
configure:4556: gcc -c conftest.c -o conftest2.o >&5
configure:4560: $? = 0
configure:4566: gcc -c conftest.c -o conftest2.o >&5
configure:4570: $? = 0
configure:4581: cc -c conftest.c >&5
configure:4585: $? = 0
configure:4593: cc -c conftest.c -o conftest2.o >&5
configure:4597: $? = 0
configure:4603: cc -c conftest.c -o conftest2.o >&5
configure:4607: $? = 0
configure:4625: result: yes
configure:4735: checking how to run the C preprocessor
configure:4766: gcc -E  conftest.c
configure:4766: $? = 0
configure:4780: gcc -E  conftest.c
conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
configure:4780: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4805: result: gcc -E
configure:4825: gcc -E  conftest.c
configure:4825: $? = 0
configure:4839: gcc -E  conftest.c
conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
configure:4839: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4868: checking for grep that handles long lines and -e
configure:4926: result: /bin/grep
configure:4931: checking for egrep
configure:4993: result: /bin/grep -E
configure:4998: checking for ANSI C header files
configure:5018: gcc -c   conftest.c >&5
configure:5018: $? = 0
configure:5091: gcc -o conftest    conftest.c  >&5
configure:5091: $? = 0
configure:5091: ./conftest
configure:5091: $? = 0
configure:5102: result: yes
configure:5115: checking for sys/types.h
configure:5115: gcc -c   conftest.c >&5
configure:5115: $? = 0
configure:5115: result: yes
configure:5115: checking for sys/stat.h
configure:5115: gcc -c   conftest.c >&5
configure:5115: $? = 0
configure:5115: result: yes
configure:5115: checking for stdlib.h
configure:5115: gcc -c   conftest.c >&5
configure:5115: $? = 0
configure:5115: result: yes
configure:5115: checking for string.h
configure:5115: gcc -c   conftest.c >&5
configure:5115: $? = 0
configure:5115: result: yes
configure:5115: checking for memory.h
configure:5115: gcc -c   conftest.c >&5
configure:5115: $? = 0
configure:5115: result: yes
configure:5115: checking for strings.h
configure:5115: gcc -c   conftest.c >&5
configure:5115: $? = 0
configure:5115: result: yes
configure:5115: checking for inttypes.h
configure:5115: gcc -c   conftest.c >&5
configure:5115: $? = 0
configure:5115: result: yes
configure:5115: checking for stdint.h
configure:5115: gcc -c   conftest.c >&5
configure:5115: $? = 0
configure:5115: result: yes
configure:5115: checking for unistd.h
configure:5115: gcc -c   conftest.c >&5
configure:5115: $? = 0
configure:5115: result: yes
configure:5129: checking minix/config.h usability
configure:5129: gcc -c   conftest.c >&5
conftest.c:57:26: error: minix/config.h: No such file or directory
configure:5129: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* 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:5129: result: no
configure:5129: checking minix/config.h presence
configure:5129: gcc -E  conftest.c
conftest.c:24:26: error: minix/config.h: No such file or directory
configure:5129: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:5129: result: no
configure:5129: checking for minix/config.h
configure:5129: result: no
configure:5150: checking whether it is safe to define __EXTENSIONS__
configure:5168: gcc -c   conftest.c >&5
configure:5168: $? = 0
configure:5175: result: yes
configure:5238: checking for pkg-config
configure:5256: found /usr/bin/pkg-config
configure:5268: result: /usr/bin/pkg-config
configure:5293: checking pkg-config is at least version 0.9.0
configure:5296: result: yes
configure:5330: checking hwloc building mode
configure:5332: result: standalone
configure:5361: hwloc builddir: /tmp/hwloc-1.0.1
configure:5363: hwloc srcdir: /tmp/hwloc-1.0.1
configure:5371: checking if want hwloc maintainer support
configure:5407: result: enabled
configure:5413: checking for hwloc directory prefix
configure:5415: result: (none)
configure:5428: checking for hwloc symbol prefix
configure:5450: result: hwloc_
configure:5472: checking for gcc option to accept ISO C99
configure:5621: gcc  -c   conftest.c >&5
conftest.c:83: error: expected ';', ',' or ')' before 'text'
conftest.c: In function 'main':
conftest.c:137: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
conftest.c:137: error: 'newvar' undeclared (first use in this function)
conftest.c:137: error: (Each undeclared identifier is reported only once
conftest.c:137: error: for each function it appears in.)
conftest.c:147: error: 'for' loop initial declaration used outside C99 mode
configure:5621: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 1
| #define HWLOC_SYM_PREFIX hwloc_
| #define HWLOC_SYM_PREFIX_CAPS HWLOC_
| #define HWLOC_SYM_TRANSFORM 0
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
| 
| // Check varargs macros.  These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
|   int x = 1234;
|   int y = 5678;
|   debug ("Flag");
|   debug ("X = %d\n", x);
|   showlist (The first, second, and third items.);
|   report (x>y, "x is %d but y is %d", x, y);
| }
| 
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
|   your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
|   your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
| 
| struct incomplete_array
| {
|   int datasize;
|   double data[];
| };
| 
| struct named_init {
|   int number;
|   const wchar_t *name;
|   double average;
| };
| 
| typedef const char *ccp;
| 
| static inline int
| test_restrict (ccp restrict text)
| {
|   // See if C++-style comments work.
|   // Iterate through items via the restricted pointer.
|   // Also check for declarations in for loops.
|   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
|     continue;
|   return 0;
| }
| 
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
|   va_list args;
|   va_start (args, format);
|   va_list args_copy;
|   va_copy (args_copy, args);
| 
|   const char *str;
|   int number;
|   float fnumber;
| 
|   while (*format)
|     {
|       switch (*format++)
| 	{
| 	case 's': // string
| 	  str = va_arg (args_copy, const char *);
| 	  break;
| 	case 'd': // int
| 	  number = va_arg (args_copy, int);
| 	  break;
| 	case 'f': // float
| 	  fnumber = va_arg (args_copy, double);
| 	  break;
| 	default:
| 	  break;
| 	}
|     }
|   va_end (args_copy);
|   va_end (args);
| }
| 
| int
| main ()
| {
| 
|   // Check bool.
|   _Bool success = false;
| 
|   // Check restrict.
|   if (test_restrict ("String literal") == 0)
|     success = true;
|   char *restrict newvar = "Another string";
| 
|   // Check varargs.
|   test_varargs ("s, d' f .", "string", 65, 34.234);
|   test_varargs_macros ();
| 
|   // Check flexible array members.
|   struct incomplete_array *ia =
|     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
|   ia->datasize = 10;
|   for (int i = 0; i < ia->datasize; ++i)
|     ia->data[i] = i * 1.234;
| 
|   // Check named initializers.
|   struct named_init ni = {
|     .number = 34,
|     .name = L"Test wide string",
|     .average = 543.34343,
|   };
| 
|   ni.number = 58;
| 
|   int dynamic_array[ni.number];
|   dynamic_array[ni.number - 1] = 543;
| 
|   // work around unused variable warnings
|   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| 	  || dynamic_array[ni.number - 1] != 543);
| 
|   ;
|   return 0;
| }
configure:5621: gcc -std=gnu99 -c   conftest.c >&5
configure:5621: $? = 0
configure:5641: result: -std=gnu99
configure:5689: checking size of void *
configure:5694: gcc -o conftest    conftest.c  >&5
In file included from conftest.c:39:
/opt/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include-fixed/sys/stat.h:345: error: expected ',' or ';' before '__wur'
configure:5694: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 1
| #define HWLOC_SYM_PREFIX hwloc_
| #define HWLOC_SYM_PREFIX_CAPS HWLOC_
| #define HWLOC_SYM_TRANSFORM 0
| #define _HPUX_SOURCE 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
| static long int longval () { return (long int) (sizeof (void *)); }
| static unsigned long int ulongval () { return (long int) (sizeof (void *)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (void *))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (void *))))
| 	return 1;
|       fprintf (f, "%ld", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (void *))))
| 	return 1;
|       fprintf (f, "%lu", i);
|     }
|   /* Do not output a trailing newline, as this causes \r\n confusion
|      on some platforms.  */
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:5709: result: 0
configure:5723: checking which OS support to include
configure:5731: result: Linux
configure:5825: checking which CPU support to include
configure:5851: result: unknown -- assuming x86_64
configure:5858: checking whether diff accepts -u
configure:5867: result: -u
configure:5875: checking size of unsigned long
configure:5880: gcc -o conftest    conftest.c  >&5
In file included from conftest.c:42:
/opt/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include-fixed/sys/stat.h:345: error: expected ',' or ';' before '__wur'
configure:5880: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 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
| static long int longval () { return (long int) (sizeof (unsigned long)); }
| static unsigned long int ulongval () { return (long int) (sizeof (unsigned long)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (unsigned long))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (unsigned long))))
| 	return 1;
|       fprintf (f, "%ld", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (unsigned long))))
| 	return 1;
|       fprintf (f, "%lu", i);
|     }
|   /* Do not output a trailing newline, as this causes \r\n confusion
|      on some platforms.  */
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:5895: result: 0
configure:5914: checking size of unsigned int
configure:5919: gcc -o conftest    conftest.c  >&5
In file included from conftest.c:44:
/opt/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include-fixed/sys/stat.h:345: error: expected ',' or ';' before '__wur'
configure:5919: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 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
| static long int longval () { return (long int) (sizeof (unsigned int)); }
| static unsigned long int ulongval () { return (long int) (sizeof (unsigned int)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (unsigned int))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (unsigned int))))
| 	return 1;
|       fprintf (f, "%ld", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (unsigned int))))
| 	return 1;
|       fprintf (f, "%lu", i);
|     }
|   /* Do not output a trailing newline, as this causes \r\n confusion
|      on some platforms.  */
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:5934: result: 0
configure:5954: checking for __attribute__
configure:5978: gcc -c   conftest.c >&5
configure:5978: $? = 0
configure:6003: gcc -c   conftest.c >&5
configure:6003: $? = 0
configure:6045: result: yes
configure:6049: checking for __attribute__(aligned)
configure:6069: gcc -c   conftest.c >&5
configure:6069: $? = 0
configure:6153: result: yes
configure:6165: checking for __attribute__(always_inline)
configure:6185: gcc -c   conftest.c >&5
configure:6185: $? = 0
configure:6269: result: yes
configure:6278: checking for __attribute__(cold)
configure:6301: gcc -c   conftest.c >&5
configure:6301: $? = 0
configure:6385: result: yes
configure:6394: checking for __attribute__(const)
configure:6417: gcc -c   conftest.c >&5
configure:6417: $? = 0
configure:6501: result: yes
configure:6511: checking for __attribute__(deprecated)
configure:6534: gcc -c   conftest.c >&5
configure:6534: $? = 0
configure:6618: result: yes
configure:6638: checking for __attribute__(format)
configure:6660: gcc -c   conftest.c >&5
configure:6660: $? = 0
configure:6728: gcc -c    conftest.c >&5
configure:6728: $? = 0
configure:6765: result: no
configure:6771: checking for __attribute__(hot)
configure:6794: gcc -c   conftest.c >&5
configure:6794: $? = 0
configure:6878: result: yes
configure:6887: checking for __attribute__(malloc)
configure:6913: gcc -c   conftest.c >&5
configure:6913: $? = 0
configure:6997: result: yes
configure:7012: checking for __attribute__(may_alias)
configure:7032: gcc -c   conftest.c >&5
configure:7032: $? = 0
configure:7116: result: yes
configure:7126: checking for __attribute__(no_instrument_function)
configure:7146: gcc -c   conftest.c >&5
configure:7146: $? = 0
configure:7230: result: yes
configure:7255: checking for __attribute__(nonnull)
configure:7278: gcc -c   conftest.c >&5
configure:7278: $? = 0
configure:7348: gcc -c    conftest.c >&5
configure:7348: $? = 0
configure:7385: result: no
configure:7392: checking for __attribute__(noreturn)
configure:7421: gcc -c   conftest.c >&5
configure:7421: $? = 0
configure:7505: result: yes
configure:7514: checking for __attribute__(packed)
configure:7539: gcc -c   conftest.c >&5
configure:7539: $? = 0
configure:7623: result: yes
configure:7632: checking for __attribute__(pure)
configure:7655: gcc -c   conftest.c >&5
configure:7655: $? = 0
configure:7739: result: yes
configure:7765: checking for __attribute__(sentinel)
configure:7787: gcc -c   conftest.c >&5
configure:7787: $? = 0
configure:7857: gcc -c    conftest.c >&5
configure:7857: $? = 0
configure:7894: result: no
configure:7900: checking for __attribute__(unused)
configure:7923: gcc -c   conftest.c >&5
configure:7923: $? = 0
configure:8007: result: yes
configure:8032: checking for __attribute__(warn_unused_result)
configure:8055: gcc -c   conftest.c >&5
configure:8055: $? = 0
configure:8129: gcc -c    conftest.c >&5
conftest.c: In function 'usage':
conftest.c:48: warning: ignoring return value of 'foo', declared with attribute warn_unused_result
configure:8129: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #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:8163: result: yes
configure:8173: checking for __attribute__(weak_alias)
configure:8197: gcc -c   conftest.c >&5
configure:8197: $? = 0
configure:8281: result: yes
configure:8403: checking if gcc supports -fvisibility
configure:8423: gcc -o conftest  -fvisibility=hidden   conftest.c  >&5
configure:8423: $? = 0
configure:8441: result: yes
configure:8447: checking enable symbol visibility
configure:8449: result: yes
configure:8473: WARNING: " -fvisibility=hidden" has been added to hwloc's CFLAGS
configure:8480: checking for inline compatibility keyword
configure:8493: gcc -c   conftest.c >&5
configure:8493: $? = 0
configure:8517: result: __inline__
configure:8532: checking for strncasecmp
configure:8532: gcc -o conftest    conftest.c  >&5
conftest.c:85: warning: conflicting types for built-in function 'strncasecmp'
configure:8532: $? = 0
configure:8532: result: yes
configure:8539: checking whether function strncasecmp is declared
configure:8553: gcc -c   conftest.c >&5
In file included from conftest.c:68:
/opt/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include-fixed/sys/stat.h:345: error: expected ',' or ';' before '__wur'
conftest.c: In function 'main':
conftest.c:99: warning: passing argument 1 of 'strncasecmp' makes pointer from integer without a cast
conftest.c:99: warning: passing argument 2 of 'strncasecmp' makes pointer from integer without a cast
conftest.c:99: error: too many arguments to function 'strncasecmp'
configure:8553: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #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:8558: result: yes
configure:8577: checking for stdint.h
configure:8577: result: yes
configure:8588: checking for wchar_t
configure:8588: gcc -c   conftest.c >&5
configure:8588: $? = 0
configure:8588: gcc -c   conftest.c >&5
conftest.c: In function 'main':
conftest.c:70: error: expected expression before ')' token
configure:8588: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <wchar.h>
| 
| int
| main ()
| {
| if (sizeof ((wchar_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:8588: result: yes
configure:8599: checking for putwc
configure:8599: gcc -o conftest    conftest.c  >&5
configure:8599: $? = 0
configure:8599: result: yes
configure:8614: checking locale.h usability
configure:8614: gcc -c   conftest.c >&5
In file included from conftest.c:72:
/opt/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include-fixed/sys/stat.h:345: error: expected ',' or ';' before '__wur'
configure:8614: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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 <locale.h>
configure:8614: result: no
configure:8614: checking locale.h presence
configure:8614: gcc -E  conftest.c
configure:8614: $? = 0
configure:8614: result: yes
configure:8614: WARNING: locale.h: present but cannot be compiled
configure:8614: WARNING: locale.h:     check for missing prerequisite headers?
configure:8614: WARNING: locale.h: see the Autoconf documentation
configure:8614: WARNING: locale.h:     section "Present But Cannot Be Compiled"
configure:8614: WARNING: locale.h: proceeding with the compiler's result
configure:8614: checking for locale.h
configure:8614: result: no
configure:8638: checking langinfo.h usability
configure:8638: gcc -c   conftest.c >&5
In file included from conftest.c:72:
/opt/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include-fixed/sys/stat.h:345: error: expected ',' or ';' before '__wur'
configure:8638: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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 <langinfo.h>
configure:8638: result: no
configure:8638: checking langinfo.h presence
configure:8638: gcc -E  conftest.c
configure:8638: $? = 0
configure:8638: result: yes
configure:8638: WARNING: langinfo.h: present but cannot be compiled
configure:8638: WARNING: langinfo.h:     check for missing prerequisite headers?
configure:8638: WARNING: langinfo.h: see the Autoconf documentation
configure:8638: WARNING: langinfo.h:     section "Present But Cannot Be Compiled"
configure:8638: WARNING: langinfo.h: proceeding with the compiler's result
configure:8638: checking for langinfo.h
configure:8638: result: no
configure:8664: checking curses.h usability
configure:8664: gcc -c   conftest.c >&5
In file included from conftest.c:72:
/opt/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include-fixed/sys/stat.h:345: error: expected ',' or ';' before '__wur'
configure:8664: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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 <curses.h>
configure:8664: result: no
configure:8664: checking curses.h presence
configure:8664: gcc -E  conftest.c
configure:8664: $? = 0
configure:8664: result: yes
configure:8664: WARNING: curses.h: present but cannot be compiled
configure:8664: WARNING: curses.h:     check for missing prerequisite headers?
configure:8664: WARNING: curses.h: see the Autoconf documentation
configure:8664: WARNING: curses.h:     section "Present But Cannot Be Compiled"
configure:8664: WARNING: curses.h: proceeding with the compiler's result
configure:8664: checking for curses.h
configure:8664: result: no
configure:8753: checking for KAFFINITY
configure:8753: gcc -c   conftest.c >&5
conftest.c:67:21: error: windows.h: No such file or directory
conftest.c: In function 'main':
conftest.c:72: error: 'KAFFINITY' undeclared (first use in this function)
conftest.c:72: error: (Each undeclared identifier is reported only once
conftest.c:72: error: for each function it appears in.)
configure:8753: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 1
| /* end confdefs.h.  */
| #include <windows.h>
| 
| int
| main ()
| {
| if (sizeof (KAFFINITY))
| 	 return 0;
|   ;
|   return 0;
| }
configure:8753: result: no
configure:8763: checking for PROCESSOR_CACHE_TYPE
configure:8763: gcc -c   conftest.c >&5
conftest.c:67:21: error: windows.h: No such file or directory
conftest.c: In function 'main':
conftest.c:72: error: 'PROCESSOR_CACHE_TYPE' undeclared (first use in this function)
conftest.c:72: error: (Each undeclared identifier is reported only once
conftest.c:72: error: for each function it appears in.)
configure:8763: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 1
| /* end confdefs.h.  */
| #include <windows.h>
| 
| int
| main ()
| {
| if (sizeof (PROCESSOR_CACHE_TYPE))
| 	 return 0;
|   ;
|   return 0;
| }
configure:8763: result: no
configure:8773: checking for CACHE_DESCRIPTOR
configure:8773: gcc -c   conftest.c >&5
conftest.c:67:21: error: windows.h: No such file or directory
conftest.c: In function 'main':
conftest.c:72: error: 'CACHE_DESCRIPTOR' undeclared (first use in this function)
conftest.c:72: error: (Each undeclared identifier is reported only once
conftest.c:72: error: for each function it appears in.)
configure:8773: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 1
| /* end confdefs.h.  */
| #include <windows.h>
| 
| int
| main ()
| {
| if (sizeof (CACHE_DESCRIPTOR))
| 	 return 0;
|   ;
|   return 0;
| }
configure:8773: result: no
configure:8783: checking for LOGICAL_PROCESSOR_RELATIONSHIP
configure:8783: gcc -c   conftest.c >&5
conftest.c:67:21: error: windows.h: No such file or directory
conftest.c: In function 'main':
conftest.c:72: error: 'LOGICAL_PROCESSOR_RELATIONSHIP' undeclared (first use in this function)
conftest.c:72: error: (Each undeclared identifier is reported only once
conftest.c:72: error: for each function it appears in.)
configure:8783: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 1
| /* end confdefs.h.  */
| #include <windows.h>
| 
| int
| main ()
| {
| if (sizeof (LOGICAL_PROCESSOR_RELATIONSHIP))
| 	 return 0;
|   ;
|   return 0;
| }
configure:8783: result: no
configure:8793: checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION
configure:8793: gcc -c   conftest.c >&5
conftest.c:67:21: error: windows.h: No such file or directory
conftest.c: In function 'main':
conftest.c:72: error: 'SYSTEM_LOGICAL_PROCESSOR_INFORMATION' undeclared (first use in this function)
conftest.c:72: error: (Each undeclared identifier is reported only once
conftest.c:72: error: for each function it appears in.)
configure:8793: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 1
| /* end confdefs.h.  */
| #include <windows.h>
| 
| int
| main ()
| {
| if (sizeof (SYSTEM_LOGICAL_PROCESSOR_INFORMATION))
| 	 return 0;
|   ;
|   return 0;
| }
configure:8793: result: no
configure:8803: checking for GROUP_AFFINITY
configure:8803: gcc -c   conftest.c >&5
conftest.c:67:21: error: windows.h: No such file or directory
conftest.c: In function 'main':
conftest.c:72: error: 'GROUP_AFFINITY' undeclared (first use in this function)
conftest.c:72: error: (Each undeclared identifier is reported only once
conftest.c:72: error: for each function it appears in.)
configure:8803: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 1
| /* end confdefs.h.  */
| #include <windows.h>
| 
| int
| main ()
| {
| if (sizeof (GROUP_AFFINITY))
| 	 return 0;
|   ;
|   return 0;
| }
configure:8803: result: no
configure:8813: checking for PROCESSOR_RELATIONSHIP
configure:8813: gcc -c   conftest.c >&5
conftest.c:67:21: error: windows.h: No such file or directory
conftest.c: In function 'main':
conftest.c:72: error: 'PROCESSOR_RELATIONSHIP' undeclared (first use in this function)
conftest.c:72: error: (Each undeclared identifier is reported only once
conftest.c:72: error: for each function it appears in.)
configure:8813: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 1
| /* end confdefs.h.  */
| #include <windows.h>
| 
| int
| main ()
| {
| if (sizeof (PROCESSOR_RELATIONSHIP))
| 	 return 0;
|   ;
|   return 0;
| }
configure:8813: result: no
configure:8823: checking for NUMA_NODE_RELATIONSHIP
configure:8823: gcc -c   conftest.c >&5
conftest.c:67:21: error: windows.h: No such file or directory
conftest.c: In function 'main':
conftest.c:72: error: 'NUMA_NODE_RELATIONSHIP' undeclared (first use in this function)
conftest.c:72: error: (Each undeclared identifier is reported only once
conftest.c:72: error: for each function it appears in.)
configure:8823: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 1
| /* end confdefs.h.  */
| #include <windows.h>
| 
| int
| main ()
| {
| if (sizeof (NUMA_NODE_RELATIONSHIP))
| 	 return 0;
|   ;
|   return 0;
| }
configure:8823: result: no
configure:8833: checking for CACHE_RELATIONSHIP
configure:8833: gcc -c   conftest.c >&5
conftest.c:67:21: error: windows.h: No such file or directory
conftest.c: In function 'main':
conftest.c:72: error: 'CACHE_RELATIONSHIP' undeclared (first use in this function)
conftest.c:72: error: (Each undeclared identifier is reported only once
conftest.c:72: error: for each function it appears in.)
configure:8833: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 1
| /* end confdefs.h.  */
| #include <windows.h>
| 
| int
| main ()
| {
| if (sizeof (CACHE_RELATIONSHIP))
| 	 return 0;
|   ;
|   return 0;
| }
configure:8833: result: no
configure:8843: checking for PROCESSOR_GROUP_INFO
configure:8843: gcc -c   conftest.c >&5
conftest.c:67:21: error: windows.h: No such file or directory
conftest.c: In function 'main':
conftest.c:72: error: 'PROCESSOR_GROUP_INFO' undeclared (first use in this function)
conftest.c:72: error: (Each undeclared identifier is reported only once
conftest.c:72: error: for each function it appears in.)
configure:8843: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 1
| /* end confdefs.h.  */
| #include <windows.h>
| 
| int
| main ()
| {
| if (sizeof (PROCESSOR_GROUP_INFO))
| 	 return 0;
|   ;
|   return 0;
| }
configure:8843: result: no
configure:8853: checking for GROUP_RELATIONSHIP
configure:8853: gcc -c   conftest.c >&5
conftest.c:67:21: error: windows.h: No such file or directory
conftest.c: In function 'main':
conftest.c:72: error: 'GROUP_RELATIONSHIP' undeclared (first use in this function)
conftest.c:72: error: (Each undeclared identifier is reported only once
conftest.c:72: error: for each function it appears in.)
configure:8853: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 1
| /* end confdefs.h.  */
| #include <windows.h>
| 
| int
| main ()
| {
| if (sizeof (GROUP_RELATIONSHIP))
| 	 return 0;
|   ;
|   return 0;
| }
configure:8853: result: no
configure:8863: checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX
configure:8863: gcc -c   conftest.c >&5
conftest.c:67:21: error: windows.h: No such file or directory
conftest.c: In function 'main':
conftest.c:72: error: 'SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX' undeclared (first use in this function)
conftest.c:72: error: (Each undeclared identifier is reported only once
conftest.c:72: error: for each function it appears in.)
configure:8863: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 1
| /* end confdefs.h.  */
| #include <windows.h>
| 
| int
| main ()
| {
| if (sizeof (SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX))
| 	 return 0;
|   ;
|   return 0;
| }
configure:8863: result: no
configure:8874: checking for main in -lgdi32
configure:8893: gcc -o conftest    conftest.c -lgdi32   >&5
/usr/bin/ld: cannot find -lgdi32
collect2: ld returned 1 exit status
configure:8893: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:8902: result: no
configure:8915: checking windows.h usability
configure:8915: gcc -c   conftest.c >&5
In file included from conftest.c:72:
/opt/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include-fixed/sys/stat.h:345: error: expected ',' or ';' before '__wur'
conftest.c:100:21: error: windows.h: No such file or directory
configure:8915: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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:8915: result: no
configure:8915: checking windows.h presence
configure:8915: gcc -E  conftest.c
conftest.c:67:21: error: windows.h: No such file or directory
configure:8915: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 1
| /* end confdefs.h.  */
| #include <windows.h>
configure:8915: result: no
configure:8915: checking for windows.h
configure:8915: result: no
configure:8928: checking sys/lgrp_user.h usability
configure:8928: gcc -c   conftest.c >&5
In file included from conftest.c:72:
/opt/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include-fixed/sys/stat.h:345: error: expected ',' or ';' before '__wur'
conftest.c:100:27: error: sys/lgrp_user.h: No such file or directory
configure:8928: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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:8928: result: no
configure:8928: checking sys/lgrp_user.h presence
configure:8928: gcc -E  conftest.c
conftest.c:67:27: error: sys/lgrp_user.h: No such file or directory
configure:8928: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 1
| /* end confdefs.h.  */
| #include <sys/lgrp_user.h>
configure:8928: result: no
configure:8928: checking for sys/lgrp_user.h
configure:8928: result: no
configure:8992: checking kstat.h usability
configure:8992: gcc -c   conftest.c >&5
In file included from conftest.c:72:
/opt/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include-fixed/sys/stat.h:345: error: expected ',' or ';' before '__wur'
conftest.c:100:19: error: kstat.h: No such file or directory
configure:8992: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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:8992: result: no
configure:8992: checking kstat.h presence
configure:8992: gcc -E  conftest.c
conftest.c:67:19: error: kstat.h: No such file or directory
configure:8992: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 1
| /* end confdefs.h.  */
| #include <kstat.h>
configure:8992: result: no
configure:8992: checking for kstat.h
configure:8992: result: no
configure:9046: checking infiniband/verbs.h usability
configure:9046: gcc -c   conftest.c >&5
In file included from conftest.c:72:
/opt/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include-fixed/sys/stat.h:345: error: expected ',' or ';' before '__wur'
conftest.c:100:30: error: infiniband/verbs.h: No such file or directory
configure:9046: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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 <infiniband/verbs.h>
configure:9046: result: no
configure:9046: checking infiniband/verbs.h presence
configure:9046: gcc -E  conftest.c
conftest.c:67:30: error: infiniband/verbs.h: No such file or directory
configure:9046: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 1
| /* end confdefs.h.  */
| #include <infiniband/verbs.h>
configure:9046: result: no
configure:9046: checking for infiniband/verbs.h
configure:9046: result: no
configure:9093: checking whether _SC_NPROCESSORS_ONLN is declared
configure:9093: gcc -c   conftest.c >&5
configure:9093: $? = 0
configure:9093: result: yes
configure:9109: checking whether _SC_NPROCESSORS_CONF is declared
configure:9109: gcc -c   conftest.c >&5
configure:9109: $? = 0
configure:9109: result: yes
configure:9125: checking whether _SC_NPROC_ONLN is declared
configure:9125: gcc -c   conftest.c >&5
conftest.c: In function 'main':
conftest.c:75: error: '_SC_NPROC_ONLN' undeclared (first use in this function)
conftest.c:75: error: (Each undeclared identifier is reported only once
conftest.c:75: error: for each function it appears in.)
configure:9125: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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
|   (void) _SC_NPROC_ONLN;
| #endif
| 
|   ;
|   return 0;
| }
configure:9125: result: no
configure:9141: checking whether _SC_NPROC_CONF is declared
configure:9141: gcc -c   conftest.c >&5
conftest.c: In function 'main':
conftest.c:76: error: '_SC_NPROC_CONF' undeclared (first use in this function)
conftest.c:76: error: (Each undeclared identifier is reported only once
conftest.c:76: error: for each function it appears in.)
configure:9141: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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
|   (void) _SC_NPROC_CONF;
| #endif
| 
|   ;
|   return 0;
| }
configure:9141: result: no
configure:9157: checking whether _SC_LARGE_PAGESIZE is declared
configure:9157: gcc -c   conftest.c >&5
conftest.c: In function 'main':
conftest.c:77: error: '_SC_LARGE_PAGESIZE' 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:9157: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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
|   (void) _SC_LARGE_PAGESIZE;
| #endif
| 
|   ;
|   return 0;
| }
configure:9157: result: no
configure:9177: checking mach/mach_host.h usability
configure:9177: gcc -c   conftest.c >&5
In file included from conftest.c:77:
/opt/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include-fixed/sys/stat.h:345: error: expected ',' or ';' before '__wur'
conftest.c:105:28: error: mach/mach_host.h: No such file or directory
configure:9177: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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:9177: result: no
configure:9177: checking mach/mach_host.h presence
configure:9177: gcc -E  conftest.c
conftest.c:72:28: error: mach/mach_host.h: No such file or directory
configure:9177: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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:9177: result: no
configure:9177: checking for mach/mach_host.h
configure:9177: result: no
configure:9189: checking mach/mach_init.h usability
configure:9189: gcc -c   conftest.c >&5
In file included from conftest.c:77:
/opt/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include-fixed/sys/stat.h:345: error: expected ',' or ';' before '__wur'
conftest.c:105:28: error: mach/mach_init.h: No such file or directory
configure:9189: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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:9189: result: no
configure:9189: checking mach/mach_init.h presence
configure:9189: gcc -E  conftest.c
conftest.c:72:28: error: mach/mach_init.h: No such file or directory
configure:9189: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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:9189: result: no
configure:9189: checking for mach/mach_init.h
configure:9189: result: no
configure:9214: checking sys/param.h usability
configure:9214: gcc -c   conftest.c >&5
In file included from conftest.c:77:
/opt/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include-fixed/sys/stat.h:345: error: expected ',' or ';' before '__wur'
configure:9214: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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 <sys/param.h>
configure:9214: result: no
configure:9214: checking sys/param.h presence
configure:9214: gcc -E  conftest.c
configure:9214: $? = 0
configure:9214: result: yes
configure:9214: WARNING: sys/param.h: present but cannot be compiled
configure:9214: WARNING: sys/param.h:     check for missing prerequisite headers?
configure:9214: WARNING: sys/param.h: see the Autoconf documentation
configure:9214: WARNING: sys/param.h:     section "Present But Cannot Be Compiled"
configure:9214: WARNING: sys/param.h: proceeding with the compiler's result
configure:9214: checking for sys/param.h
configure:9214: result: no
configure:9226: checking for sys/sysctl.h
configure:9226: gcc -c   conftest.c >&5
In file included from conftest.c:78:
/opt/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include-fixed/sys/stat.h:345: error: expected ',' or ';' before '__wur'
configure:9226: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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
|       #if HAVE_SYS_PARAM_H
|       #include <sys/param.h>
|       #endif
| 
| 
| #include <sys/sysctl.h>
configure:9226: result: no
configure:9279: checking for sysctl
configure:9279: gcc -o conftest    conftest.c  >&5
configure:9279: $? = 0
configure:9279: result: yes
configure:9279: checking for sysctlbyname
configure:9279: gcc -o conftest    conftest.c  >&5
/root/tmp/ccSw8Snl.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `sysctlbyname'
collect2: ld returned 1 exit status
configure:9279: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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_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:9279: result: no
configure:9297: checking for pthread_t
configure:9297: gcc -c   conftest.c >&5
configure:9297: $? = 0
configure:9297: gcc -c   conftest.c >&5
conftest.c: In function 'main':
conftest.c:78: error: expected expression before ')' token
configure:9297: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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_SYSCTL 1
| /* end confdefs.h.  */
| #include <pthread.h>
| 
| int
| main ()
| {
| if (sizeof ((pthread_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:9297: result: yes
configure:9326: checking whether function sched_setaffinity is declared
configure:9344: gcc -c   conftest.c >&5
conftest.c:77: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:84: warning: passing argument 3 of 'sched_setaffinity' makes pointer from integer without a cast
conftest.c:84: error: too many arguments to function 'sched_setaffinity'
configure:9344: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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_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:9349: result: yes
configure:9352: checking for old prototype of sched_setaffinity
configure:9370: gcc -c   conftest.c >&5
conftest.c:77: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:84: warning: passing argument 2 of 'sched_setaffinity' makes integer from pointer without a cast
conftest.c:84: error: too few arguments to function 'sched_setaffinity'
configure:9370: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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_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>
|           static unsigned long mask;
| 
| int
| main ()
| {
|  sched_setaffinity(0, (void*) &mask);
| 
|   ;
|   return 0;
| }
configure:9377: result: no
configure:9388: checking for working CPU_SET
configure:9405: gcc -o conftest    conftest.c  >&5
configure:9405: $? = 0
configure:9409: result: yes
configure:9419: checking for working CPU_SET_S
configure:9440: gcc -o conftest    conftest.c  >&5
conftest.c: In function 'main':
conftest.c:85: warning: assignment makes pointer from integer without a cast
/root/tmp/ccKZVXDo.o: In function `main':
conftest.c:(.text+0x18): undefined reference to `CPU_ALLOC'
conftest.c:(.text+0x33): undefined reference to `CPU_ALLOC_SIZE'
conftest.c:(.text+0x40): undefined reference to `CPU_ZERO_S'
conftest.c:(.text+0x56): undefined reference to `CPU_ALLOC_SIZE'
conftest.c:(.text+0x65): undefined reference to `CPU_SET_S'
conftest.c:(.text+0x76): undefined reference to `CPU_FREE'
collect2: ld returned 1 exit status
configure:9440: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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_SYSCTL 1
| #define HAVE_PTHREAD_T 1
| #define hwloc_pid_t pid_t
| #define hwloc_thread_t pthread_t
| #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:9447: result: no
configure:9458: checking for KERRIGHED
configure:9466: $HWLOC_PKG_CONFIG --exists --silence-errors "kerrighed >= 2.0"
configure:9469: $? = 1
configure:9485: $HWLOC_PKG_CONFIG --exists --silence-errors "kerrighed >= 2.0"
configure:9488: $? = 1
Package kerrighed was not found in the pkg-config search path.
Perhaps you should add the directory containing `kerrighed.pc'
to the PKG_CONFIG_PATH environment variable
No package 'kerrighed' found
configure:9518: result: no
configure:9567: checking for lib
configure:9600: result: no
configure:9612: checking for bash
configure:9642: result: /bin/sh
configure:9653: checking for ffs
configure:9653: gcc -o conftest    conftest.c  >&5
conftest.c:100: warning: conflicting types for built-in function 'ffs'
configure:9653: $? = 0
configure:9653: result: yes
configure:9660: checking whether function ffs is declared
configure:9674: gcc -c   conftest.c >&5
In file included from conftest.c:83:
/opt/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include-fixed/sys/stat.h:345: error: expected ',' or ';' before '__wur'
conftest.c: In function 'main':
conftest.c:114: error: too many arguments to function 'ffs'
configure:9674: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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_SYSCTL 1
| #define HAVE_PTHREAD_T 1
| #define hwloc_pid_t pid_t
| #define hwloc_thread_t pthread_t
| #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:9679: result: yes
configure:9699: checking for ffsl
configure:9699: gcc -o conftest    conftest.c  >&5
conftest.c:103: warning: conflicting types for built-in function 'ffsl'
configure:9699: $? = 0
configure:9699: result: yes
configure:9706: checking whether function ffsl is declared
configure:9720: gcc -c   conftest.c >&5
In file included from conftest.c:86:
/opt/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include-fixed/sys/stat.h:345: error: expected ',' or ';' before '__wur'
conftest.c: In function 'main':
conftest.c:117: error: too many arguments to function 'ffsl'
configure:9720: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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_SYSCTL 1
| #define HAVE_PTHREAD_T 1
| #define hwloc_pid_t pid_t
| #define hwloc_thread_t pthread_t
| #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:9725: result: yes
configure:9746: checking for fls
configure:9746: gcc -o conftest    conftest.c  >&5
/root/tmp/cc6NUap9.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `fls'
collect2: ld returned 1 exit status
configure:9746: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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_SYSCTL 1
| #define HAVE_PTHREAD_T 1
| #define hwloc_pid_t pid_t
| #define hwloc_thread_t pthread_t
| #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:9746: result: no
configure:9792: checking for flsl
configure:9792: gcc -o conftest    conftest.c  >&5
/root/tmp/ccMX5sAV.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `flsl'
collect2: ld returned 1 exit status
configure:9792: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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_SYSCTL 1
| #define HAVE_PTHREAD_T 1
| #define hwloc_pid_t pid_t
| #define hwloc_thread_t pthread_t
| #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:9792: result: no
configure:9839: checking for clz
configure:9839: gcc -o conftest    conftest.c  >&5
/root/tmp/cc0vgGin.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `clz'
collect2: ld returned 1 exit status
configure:9839: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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_SYSCTL 1
| #define HAVE_PTHREAD_T 1
| #define hwloc_pid_t pid_t
| #define hwloc_thread_t pthread_t
| #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:9839: result: no
configure:9885: checking for clzl
configure:9885: gcc -o conftest    conftest.c  >&5
/root/tmp/ccilZqAe.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `clzl'
collect2: ld returned 1 exit status
configure:9885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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_SYSCTL 1
| #define HAVE_PTHREAD_T 1
| #define hwloc_pid_t pid_t
| #define hwloc_thread_t pthread_t
| #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:9885: result: no
configure:9932: checking for openat
configure:9932: gcc -o conftest    conftest.c  >&5
/root/tmp/ccCny3j0.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `openat'
collect2: ld returned 1 exit status
configure:9932: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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_SYSCTL 1
| #define HAVE_PTHREAD_T 1
| #define hwloc_pid_t pid_t
| #define hwloc_thread_t pthread_t
| #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 openat to an innocuous variant, in case <limits.h> declares openat.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define openat innocuous_openat
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char openat (); 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 openat
| 
| /* 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 openat ();
| /* 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_openat || defined __stub___openat
| choke me
| #endif
| 
| int
| main ()
| {
| return openat ();
|   ;
|   return 0;
| }
configure:9932: result: no
configure:9942: checking whether numa_bitmask_alloc is declared
configure:9942: gcc -c   conftest.c >&5
conftest.c:83:18: error: numa.h: No such file or directory
conftest.c: In function 'main':
conftest.c:89: error: 'numa_bitmask_alloc' undeclared (first use in this function)
conftest.c:89: error: (Each undeclared identifier is reported only once
conftest.c:89: error: for each function it appears in.)
configure:9942: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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_SYSCTL 1
| #define HAVE_PTHREAD_T 1
| #define hwloc_pid_t pid_t
| #define hwloc_thread_t pthread_t
| #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.  */
| #include <numa.h>
| 
| int
| main ()
| {
| #ifndef numa_bitmask_alloc
|   (void) numa_bitmask_alloc;
| #endif
| 
|   ;
|   return 0;
| }
configure:9942: result: no
configure:9951: checking pthread_np.h usability
configure:9951: gcc -c   conftest.c >&5
In file included from conftest.c:88:
/opt/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include-fixed/sys/stat.h:345: error: expected ',' or ';' before '__wur'
conftest.c:116:24: error: pthread_np.h: No such file or directory
configure:9951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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_SYSCTL 1
| #define HAVE_PTHREAD_T 1
| #define hwloc_pid_t pid_t
| #define hwloc_thread_t pthread_t
| #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.  */
| #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:9951: result: no
configure:9951: checking pthread_np.h presence
configure:9951: gcc -E  conftest.c
conftest.c:83:24: error: pthread_np.h: No such file or directory
configure:9951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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_SYSCTL 1
| #define HAVE_PTHREAD_T 1
| #define hwloc_pid_t pid_t
| #define hwloc_thread_t pthread_t
| #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.  */
| #include <pthread_np.h>
configure:9951: result: no
configure:9951: checking for pthread_np.h
configure:9951: result: no
configure:9961: checking whether pthread_setaffinity_np is declared
configure:9961: gcc -c   conftest.c >&5
conftest.c: In function 'main':
conftest.c:94: error: 'pthread_setaffinity_np' undeclared (first use in this function)
conftest.c:94: error: (Each undeclared identifier is reported only once
conftest.c:94: error: for each function it appears in.)
configure:9961: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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_SYSCTL 1
| #define HAVE_PTHREAD_T 1
| #define hwloc_pid_t pid_t
| #define hwloc_thread_t pthread_t
| #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.  */
| 
|       #include <pthread.h>
|       #ifdef HAVE_PTHREAD_NP_H
|       #  include <pthread_np.h>
|       #endif
| 
| 
| int
| main ()
| {
| #ifndef pthread_setaffinity_np
|   (void) pthread_setaffinity_np;
| #endif
| 
|   ;
|   return 0;
| }
configure:9961: result: no
configure:9983: checking whether pthread_getaffinity_np is declared
configure:9983: gcc -c   conftest.c >&5
conftest.c: In function 'main':
conftest.c:95: error: 'pthread_getaffinity_np' undeclared (first use in this function)
conftest.c:95: error: (Each undeclared identifier is reported only once
conftest.c:95: error: for each function it appears in.)
configure:9983: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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_SYSCTL 1
| #define HAVE_PTHREAD_T 1
| #define hwloc_pid_t pid_t
| #define hwloc_thread_t pthread_t
| #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_DECL_PTHREAD_SETAFFINITY_NP 0
| /* end confdefs.h.  */
| 
|       #include <pthread.h>
|       #ifdef HAVE_PTHREAD_NP_H
|       #  include <pthread_np.h>
|       #endif
| 
| 
| int
| main ()
| {
| #ifndef pthread_getaffinity_np
|   (void) pthread_getaffinity_np;
| #endif
| 
|   ;
|   return 0;
| }
configure:9983: result: no
configure:10005: checking for sched_setaffinity
configure:10005: gcc -o conftest    conftest.c  >&5
configure:10005: $? = 0
configure:10005: result: yes
configure:10012: checking for sys/cpuset.h
configure:10012: gcc -c   conftest.c >&5
conftest.c:87:24: error: sys/cpuset.h: No such file or directory
configure:10012: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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_SYSCTL 1
| #define HAVE_PTHREAD_T 1
| #define hwloc_pid_t pid_t
| #define hwloc_thread_t pthread_t
| #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_DECL_PTHREAD_SETAFFINITY_NP 0
| #define HAVE_DECL_PTHREAD_GETAFFINITY_NP 0
| /* end confdefs.h.  */
| #include <sys/param.h>
| 
| #include <sys/cpuset.h>
configure:10012: result: no
configure:10043: checking for cpuid
configure:10068: gcc -c  -I/tmp/hwloc-1.0.1/include  conftest.c >&5
/tmp/hwloc-1.0.1/include/private/cpuid.h: Assembler messages:
/tmp/hwloc-1.0.1/include/private/cpuid.h:56: Warning: line numbers must be positive; line number 0 rejected
configure:10068: $? = 0
configure:10070: result: yes
configure:10105: checking for X
configure:10294: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:10307: checking if this is a developer build
configure:10310: result: no (doxygen generation is optional)
configure:10366: checking for doxygen
configure:10399: result: no
configure:10467: checking for pdflatex
configure:10485: found /usr/bin/pdflatex
configure:10497: result: /usr/bin/pdflatex
configure:10567: checking for makeindex
configure:10585: found /usr/bin/makeindex
configure:10597: result: /usr/bin/makeindex
configure:10667: checking for fig2dev
configure:10685: found /usr/X11R6/bin/fig2dev
configure:10697: result: /usr/X11R6/bin/fig2dev
configure:10720: checking if can build doxygen docs
configure:10727: result: no
configure:10778: checking for w3m
configure:10811: result: no
configure:10877: checking for lynx
configure:10895: found /usr/bin/lynx
configure:10907: result: /usr/bin/lynx
configure:10930: checking if can build top-level README
configure:10944: result: yes
configure:10948: checking if will build doxygen docs
configure:10955: result: no
configure:10959: checking if will install doxygen docs
configure:10969: result: yes
configure:10975: checking whether to enable "picky" compiler mode
configure:11004: result: no (default)
configure:11035: checking for CAIRO
configure:11043: $HWLOC_PKG_CONFIG --exists --silence-errors "cairo"
configure:11046: $? = 1
configure:11062: $HWLOC_PKG_CONFIG --exists --silence-errors "cairo"
configure:11065: $? = 1
Package cairo was not found in the pkg-config search path.
Perhaps you should add the directory containing `cairo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cairo' found
configure:11095: result: no
configure:11733: checking for XML
configure:11741: $HWLOC_PKG_CONFIG --exists --silence-errors "libxml-2.0"
configure:11744: $? = 0
configure:11760: $HWLOC_PKG_CONFIG --exists --silence-errors "libxml-2.0"
configure:11763: $? = 0
configure:11799: result: yes
configure:11813: checking for xmlNewDoc
configure:11813: gcc -o conftest  -I/tmp/hwloc-1.0.1/include -I/usr/include/libxml2     conftest.c  -lxml2 -lz -lm   >&5
configure:11813: $? = 0
configure:11813: result: yes
configure:11823: checking for final XML support
configure:11828: result: yes
configure:11850: checking for xmllint
configure:11866: found /usr/bin/xmllint
configure:11877: result: xmllint
configure:12257: checking for a sed that does not truncate output
configure:12321: result: /bin/sed
configure:12339: checking for fgrep
configure:12401: result: /bin/grep -F
configure:12436: checking for ld used by gcc
configure:12503: result: /usr/bin/ld
configure:12510: checking if the linker (/usr/bin/ld) is GNU ld
configure:12525: result: yes
configure:12537: checking for BSD- or MS-compatible name lister (nm)
configure:12586: result: /usr/bin/nm -B
configure:12704: checking the name lister (/usr/bin/nm -B) interface
configure:12711: gcc -c  -std=gnu99   -fvisibility=hidden  -I/tmp/hwloc-1.0.1/include -I$(HWLOC_top_srcdir)/include -I$(HWLOC_top_builddir)/include  conftest.c >&5
configure:12714: /usr/bin/nm -B "conftest.o"
configure:12717: output
00000000 B some_variable
configure:12724: result: BSD nm
configure:12727: checking whether ln -s works
configure:12731: result: yes
configure:12739: checking the maximum length of command line arguments
configure:12859: result: 98304
configure:12876: checking whether the shell understands some XSI constructs
configure:12886: result: yes
configure:12890: checking whether the shell understands "+="
configure:12896: result: no
configure:12931: checking for /usr/bin/ld option to reload object files
configure:12938: result: -r
configure:13007: checking for objdump
configure:13023: found /usr/bin/objdump
configure:13034: result: objdump
configure:13063: checking how to recognize dependent libraries
configure:13259: result: pass_all
configure:13319: checking for ar
configure:13335: found /usr/bin/ar
configure:13346: result: ar
configure:13424: checking for strip
configure:13440: found /usr/bin/strip
configure:13451: result: strip
configure:13523: checking for ranlib
configure:13539: found /usr/bin/ranlib
configure:13550: result: ranlib
configure:13640: checking command to parse /usr/bin/nm -B output from gcc object
configure:13758: gcc -c  -std=gnu99   -fvisibility=hidden  -I/tmp/hwloc-1.0.1/include -I$(HWLOC_top_srcdir)/include -I$(HWLOC_top_builddir)/include  conftest.c >&5
configure:13761: $? = 0
configure:13765: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:13768: $? = 0
configure:13822: gcc -o conftest  -std=gnu99   -fvisibility=hidden  -I/tmp/hwloc-1.0.1/include -I$(HWLOC_top_srcdir)/include -I$(HWLOC_top_builddir)/include   conftest.c conftstm.o >&5
configure:13825: $? = 0
configure:13863: result: ok
configure:14668: checking for dlfcn.h
configure:14668: gcc -c  -std=gnu99   -fvisibility=hidden  -I/tmp/hwloc-1.0.1/include -I$(HWLOC_top_srcdir)/include -I$(HWLOC_top_builddir)/include  conftest.c >&5
In file included from conftest.c:92:
/opt/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include-fixed/sys/stat.h:345: error: expected ',' or ';' before '__wur'
configure:14668: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "hwloc"
| #define PACKAGE_TARNAME "hwloc"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "hwloc 1.0.1"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define PACKAGE_URL ""
| #define PACKAGE "hwloc"
| #define VERSION "1.0.1"
| #define HWLOC_MAJOR_VERSION 1
| #define HWLOC_MINOR_VERSION 0
| #define HWLOC_RELEASE_VERSION 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HWLOC_DEBUG 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 0
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 0
| #define HWLOC_SIZEOF_UNSIGNED_LONG 0
| #define SIZEOF_UNSIGNED_INT 0
| #define HWLOC_SIZEOF_UNSIGNED_INT 0
| #define HWLOC_HAVE_ATTRIBUTE 1
| #define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
| #define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define HWLOC_HAVE_ATTRIBUTE_COLD 1
| #define HWLOC_HAVE_ATTRIBUTE_CONST 1
| #define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
| #define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
| #define HWLOC_HAVE_ATTRIBUTE_HOT 1
| #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 0
| #define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
| #define HWLOC_HAVE_ATTRIBUTE_PACKED 1
| #define HWLOC_HAVE_ATTRIBUTE_PURE 1
| #define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
| #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 __hwloc_inline __inline__
| #define HAVE_STRNCASECMP 1
| #define hwloc_strncasecmp strncasecmp
| #define HWLOC_HAVE_STDINT_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_PUTWC 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_SYSCTL 1
| #define HAVE_PTHREAD_T 1
| #define hwloc_pid_t pid_t
| #define hwloc_thread_t pthread_t
| #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_DECL_PTHREAD_SETAFFINITY_NP 0
| #define HAVE_DECL_PTHREAD_GETAFFINITY_NP 0
| #define HWLOC_HAVE_CPUID 1
| #define HWLOC_HAVE_XML 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 <dlfcn.h>
configure:14668: result: no
configure:15090: checking for objdir
configure:15105: result: .libs
configure:15401: checking if gcc supports -fno-rtti -fno-exceptions
configure:15419: gcc -c  -std=gnu99   -fvisibility=hidden  -I/tmp/hwloc-1.0.1/include -I$(HWLOC_top_srcdir)/include -I$(HWLOC_top_builddir)/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:15423: $? = 0
configure:15436: result: no
configure:15456: checking for gcc option to produce PIC
configure:15728: result: -fPIC -DPIC
configure:15740: checking if gcc PIC flag -fPIC -DPIC works
configure:15758: gcc -c  -std=gnu99   -fvisibility=hidden  -I/tmp/hwloc-1.0.1/include -I$(HWLOC_top_srcdir)/include -I$(HWLOC_top_builddir)/include  -fPIC -DPIC -DPIC conftest.c >&5
configure:15762: $? = 0
configure:15775: result: yes
configure:15799: checking if gcc static flag -static works
configure:15827: result: no
configure:15842: checking if gcc supports -c -o file.o
configure:15863: gcc -c  -std=gnu99   -fvisibility=hidden  -I/tmp/hwloc-1.0.1/include -I$(HWLOC_top_srcdir)/include -I$(HWLOC_top_builddir)/include  -o out/conftest2.o conftest.c >&5
configure:15867: $? = 0
configure:15889: result: yes
configure:15897: checking if gcc supports -c -o file.o
configure:15944: result: yes
configure:15977: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:16963: result: yes
configure:17000: checking whether -lc should be explicitly linked in
configure:17005: gcc -c  -std=gnu99   -fvisibility=hidden  -I/tmp/hwloc-1.0.1/include -I$(HWLOC_top_srcdir)/include -I$(HWLOC_top_builddir)/include  conftest.c >&5
configure:17008: $? = 0
configure:17023: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:17026: $? = 0
configure:17038: result: no
configure:17202: checking dynamic linker characteristics
configure:17635: gcc -o conftest  -std=gnu99   -fvisibility=hidden  -I/tmp/hwloc-1.0.1/include -I$(HWLOC_top_srcdir)/include -I$(HWLOC_top_builddir)/include   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:17635: $? = 0
configure:17853: result: GNU/Linux ld.so
configure:17955: checking how to hardcode library paths into programs
configure:17980: result: immediate
configure:18500: checking whether stripping libraries is possible
configure:18505: result: yes
configure:18540: checking if libtool supports shared libraries
configure:18542: result: yes
configure:18545: checking whether to build shared libraries
configure:18566: result: yes
configure:18569: checking whether to build static libraries
configure:18573: result: no
configure:18841: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by hwloc config.status 1.0.1, which was
generated by GNU Autoconf 2.65.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on valerie.magic

config.status:1264: creating Makefile
config.status:1264: creating include/Makefile
config.status:1264: creating src/Makefile
config.status:1264: creating doc/Makefile
config.status:1264: creating doc/doxygen-config.cfg
config.status:1264: creating utils/Makefile
config.status:1264: creating hwloc.pc
config.status:1264: creating tests/Makefile
config.status:1264: creating tests/linux/Makefile
config.status:1264: creating tests/xml/Makefile
config.status:1264: creating tests/ports/Makefile
config.status:1264: creating tests/linux/gather-topology.sh
config.status:1264: creating tests/linux/test-topology.sh
config.status:1264: creating tests/xml/test-topology.sh
config.status:1264: creating utils/test-hwloc-distrib.sh
config.status:1264: creating include/private/config.h
config.status:1264: creating include/hwloc/config.h
config.status:1496: linking src/topology.c to tests/ports/topology.c
config.status:1496: linking src/traversal.c to tests/ports/traversal.c
config.status:1496: linking src/topology-synthetic.c to tests/ports/topology-synthetic.c
config.status:1496: linking src/topology-solaris.c to tests/ports/topology-solaris.c
config.status:1496: linking src/topology-aix.c to tests/ports/topology-aix.c
config.status:1496: linking src/topology-osf.c to tests/ports/topology-osf.c
config.status:1496: linking src/topology-windows.c to tests/ports/topology-windows.c
config.status:1496: linking src/topology-darwin.c to tests/ports/topology-darwin.c
config.status:1496: linking src/topology-freebsd.c to tests/ports/topology-freebsd.c
config.status:1496: linking src/topology-hpux.c to tests/ports/topology-hpux.c
config.status:1515: executing depfiles commands
config.status:1515: executing chmoding-scripts commands
config.status:1515: executing libtool commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

HWLOC_pkg_cv_HWLOC_XML_CFLAGS='-I/usr/include/libxml2  '
HWLOC_pkg_cv_HWLOC_XML_LIBS='-lxml2 -lz -lm  '
ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
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_FIG2DEV_set=
ac_cv_env_FIG2DEV_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_MS_LIB_set=
ac_cv_env_HWLOC_MS_LIB_value=
ac_cv_env_HWLOC_PKG_CONFIG_set=
ac_cv_env_HWLOC_PKG_CONFIG_value=
ac_cv_env_HWLOC_XML_CFLAGS_set=
ac_cv_env_HWLOC_XML_CFLAGS_value=
ac_cv_env_HWLOC_XML_LIBS_set=
ac_cv_env_HWLOC_XML_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
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_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_clz=no
ac_cv_func_clzl=no
ac_cv_func_ffs=yes
ac_cv_func_ffsl=yes
ac_cv_func_fls=no
ac_cv_func_flsl=no
ac_cv_func_openat=no
ac_cv_func_putwc=yes
ac_cv_func_sched_setaffinity=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_sysctl=yes
ac_cv_func_sysctlbyname=no
ac_cv_func_xmlNewDoc=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=no
ac_cv_have_decl_pthread_getaffinity_np=no
ac_cv_have_decl_pthread_setaffinity_np=no
ac_cv_have_x='have_x=yes	ac_x_includes='\''/usr/X11R6/include'\''	ac_x_libraries='\''/usr/X11R6/lib'\'''
ac_cv_header_curses_h=no
ac_cv_header_dlfcn_h=no
ac_cv_header_infiniband_verbs_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_kstat_h=no
ac_cv_header_langinfo_h=no
ac_cv_header_locale_h=no
ac_cv_header_mach_mach_host_h=no
ac_cv_header_mach_mach_init_h=no
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_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_param_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_sysctl_h=no
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_windows_h=no
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_gdi32=ac_cv_lib_gdi32_main
ac_cv_lib_gdi32_main=no
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_FIG2DEV=/usr/X11R6/bin/fig2dev
ac_cv_path_ac_pt_HWLOC_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_ac_pt_LYNX=/usr/bin/lynx
ac_cv_path_ac_pt_MAKEINDEX=/usr/bin/makeindex
ac_cv_path_ac_pt_PDFLATEX=/usr/bin/pdflatex
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
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_c99=-std=gnu99
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_sizeof_unsigned_int=0
ac_cv_sizeof_unsigned_long=0
ac_cv_sizeof_void_p=0
ac_cv_target=i686-pc-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_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=1
hwloc_cv___attribute__const=1
hwloc_cv___attribute__deprecated=1
hwloc_cv___attribute__format=0
hwloc_cv___attribute__hot=1
hwloc_cv___attribute__malloc=1
hwloc_cv___attribute__may_alias=1
hwloc_cv___attribute__no_instrument_function=1
hwloc_cv___attribute__nonnull=0
hwloc_cv___attribute__noreturn=1
hwloc_cv___attribute__packed=1
hwloc_cv___attribute__pure=1
hwloc_cv___attribute__sentinel=0
hwloc_cv___attribute__unused=1
hwloc_cv___attribute__warn_unused_result=1
hwloc_cv___attribute__weak_alias=1
hwloc_cv_cc_fvisibility=yes
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_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
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

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /tmp/hwloc-1.0.1/config/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /tmp/hwloc-1.0.1/config/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='0'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /tmp/hwloc-1.0.1/config/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/hwloc-1.0.1/config/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/hwloc-1.0.1/config/missing --run automake-1.11'
AWK='gawk'
BASH='/bin/sh'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -std=gnu99   -fvisibility=hidden  -I/tmp/hwloc-1.0.1/include'
CONFIGURE_DEPENDENCIES='$(top_srcdir)/VERSION'
CPP='gcc -E'
CPPFLAGS='-I$(HWLOC_top_srcdir)/include -I$(HWLOC_top_builddir)/include '
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DOXYGEN=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
FIG2DEV='/usr/X11R6/bin/fig2dev'
GREP='/bin/grep'
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=''
HWLOC_CAIRO_LIBS=''
HWLOC_CFLAGS=' -std=gnu99   -fvisibility=hidden -I/usr/include/libxml2  '
HWLOC_CPPFLAGS='-I$(HWLOC_top_srcdir)/include -I$(HWLOC_top_builddir)/include'
HWLOC_DIFF_U='-u'
HWLOC_DOXYGEN_BROKEN_SHORT_NAMES_FALSE=''
HWLOC_DOXYGEN_BROKEN_SHORT_NAMES_TRUE='#'
HWLOC_EMBEDDED_CFLAGS=' -std=gnu99   -fvisibility=hidden'
HWLOC_EMBEDDED_CPPFLAGS='-I$(HWLOC_top_srcdir)/include -I$(HWLOC_top_builddir)/include'
HWLOC_EMBEDDED_LDADD='$(HWLOC_top_builddir)/src/libhwloc_embedded.la'
HWLOC_HAVE_AIX_FALSE=''
HWLOC_HAVE_AIX_TRUE='#'
HWLOC_HAVE_CAIRO_FALSE=''
HWLOC_HAVE_CAIRO_TRUE='#'
HWLOC_HAVE_CPUID_FALSE='#'
HWLOC_HAVE_CPUID_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_LINUX_FALSE='#'
HWLOC_HAVE_LINUX_LIBNUMA_FALSE=''
HWLOC_HAVE_LINUX_LIBNUMA_TRUE='#'
HWLOC_HAVE_LINUX_TRUE=''
HWLOC_HAVE_MINGW32_FALSE=''
HWLOC_HAVE_MINGW32_TRUE='#'
HWLOC_HAVE_MS_LIB_FALSE=''
HWLOC_HAVE_MS_LIB_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_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_HAVE_XML='1'
HWLOC_HAVE_XML_FALSE='#'
HWLOC_HAVE_XML_TRUE=''
HWLOC_INSTALL_DOXYGEN_FALSE='#'
HWLOC_INSTALL_DOXYGEN_TRUE=''
HWLOC_KERRIGHED_CFLAGS=''
HWLOC_KERRIGHED_LIBS=''
HWLOC_LDFLAGS='-L$(HWLOC_top_builddir)/src'
HWLOC_MS_LIB=''
HWLOC_PKG_CONFIG='/usr/bin/pkg-config'
HWLOC_RELEASE_DATE='Jun 03, 2010'
HWLOC_REQUIRES='libxml-2.0 '
HWLOC_SVN_R='r2192'
HWLOC_TERMCAP_LIBS=''
HWLOC_VERSION='1.0.1'
HWLOC_W3_GENERATOR='/usr/bin/lynx -dump -nolist'
HWLOC_X11_LIBS=''
HWLOC_XML_CFLAGS='-I/usr/include/libxml2  '
HWLOC_XML_LIBS='-lxml2 -lz -lm  '
HWLOC_top_builddir='/tmp/hwloc-1.0.1'
HWLOC_top_srcdir='/tmp/hwloc-1.0.1'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LYNX='/usr/bin/lynx'
MAKEINDEX='/usr/bin/makeindex'
MAKEINFO='${SHELL} /tmp/hwloc-1.0.1/config/missing --run makeinfo'
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/community/help/'
PACKAGE_NAME='hwloc'
PACKAGE_STRING='hwloc 1.0.1'
PACKAGE_TARNAME='hwloc'
PACKAGE_URL=''
PACKAGE_VERSION='1.0.1'
PATH_SEPARATOR=':'
PDFLATEX='/usr/bin/pdflatex'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.0.1'
W3M=''
XMKMF=''
XMLLINT='xmllint'
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
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__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/hwloc-1.0.1/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libhwloc_so_version='0:1:0'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "hwloc"
#define PACKAGE_TARNAME "hwloc"
#define PACKAGE_VERSION "1.0.1"
#define PACKAGE_STRING "hwloc 1.0.1"
#define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
#define PACKAGE_URL ""
#define PACKAGE "hwloc"
#define VERSION "1.0.1"
#define HWLOC_MAJOR_VERSION 1
#define HWLOC_MINOR_VERSION 0
#define HWLOC_RELEASE_VERSION 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HWLOC_DEBUG 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 0
#define HWLOC_LINUX_SYS 1
#define HWLOC_X86_64_ARCH 1
#define SIZEOF_UNSIGNED_LONG 0
#define HWLOC_SIZEOF_UNSIGNED_LONG 0
#define SIZEOF_UNSIGNED_INT 0
#define HWLOC_SIZEOF_UNSIGNED_INT 0
#define HWLOC_HAVE_ATTRIBUTE 1
#define HWLOC_HAVE_ATTRIBUTE_ALIGNED 1
#define HWLOC_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
#define HWLOC_HAVE_ATTRIBUTE_COLD 1
#define HWLOC_HAVE_ATTRIBUTE_CONST 1
#define HWLOC_HAVE_ATTRIBUTE_DEPRECATED 1
#define HWLOC_HAVE_ATTRIBUTE_FORMAT 0
#define HWLOC_HAVE_ATTRIBUTE_HOT 1
#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 0
#define HWLOC_HAVE_ATTRIBUTE_NORETURN 1
#define HWLOC_HAVE_ATTRIBUTE_PACKED 1
#define HWLOC_HAVE_ATTRIBUTE_PURE 1
#define HWLOC_HAVE_ATTRIBUTE_SENTINEL 0
#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 __hwloc_inline __inline__
#define HAVE_STRNCASECMP 1
#define hwloc_strncasecmp strncasecmp
#define HWLOC_HAVE_STDINT_H 1
#define HAVE_WCHAR_T 1
#define HAVE_PUTWC 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_SYSCTL 1
#define HAVE_PTHREAD_T 1
#define hwloc_pid_t pid_t
#define hwloc_thread_t pthread_t
#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_DECL_PTHREAD_SETAFFINITY_NP 0
#define HAVE_DECL_PTHREAD_GETAFFINITY_NP 0
#define HWLOC_HAVE_CPUID 1
#define HWLOC_HAVE_XML 1
#define LT_OBJDIR ".libs/"

configure: exit 0

Reply via email to