I've attached 6 compilation log files: (icc|suncc|pgcc).(c|m).log

*.c.log is generated as:

% ./configure CC=<compiler> 2>&1 | tee <compiler>.c.log

... so it should contain sub-configure outputs as well, if any.

*.m.log is generated as:

% make clean && make 2>&1 | tee <compiler>.m.log

Compiler information:

% icc -V
Intel(R) C Intel(R) 64 Compiler Professional for applications running on
Intel(R) 64, Version 11.0    Build 20090131 Package ID: l_cproc_p_11.0.081
Copyright (C) 1985-2009 Intel Corporation.  All rights reserved.

% pgcc -V
pgcc 9.0-4 64-bit target on x86-64 Linux -tp k8-64e
Copyright 1989-2000, The Portland Group, Inc.  All Rights Reserved.
Copyright 2000-2009, STMicroelectronics, Inc.  All Rights Reserved.

% suncc -V
cc: Sun C 5.9 Linux_i386 Patch 124871-01 2007/07/31

This is from sunstudio 12, though the above version information doesn't
say that.

System information:

% uname -a
Linux bblogin 2.6.24-24-generic #1 SMP Sat Aug 22 00:30:49 UTC 2009
x86_64 GNU/Linux

Attached /proc/cpuinfo as cpuinfo.log. Let me know if you need any more
information.

 -- Pavan

On 10/22/2009 02:08 AM, Samuel Thibault wrote:
> Pavan Balaji, le Wed 21 Oct 2009 20:31:17 -0500, a écrit :
>> With suncc (sunstudio 12):
>> ==================================================================
>> "topology-linux.c", line 782: syntax error before or at: ...
> 
> Ah, you are using suncc on linux, I wouldn't have expected such
> combination.  Well that can easily be fixed.
> 
>> With pgcc (9.0-4):
>> ==================================================================
>> libtool: link: pgcc -g -o .libs/lstopo lstopo-lstopo.o
>> lstopo-lstopo-color.o lstopo-lstopo-text.o lstopo-lstopo-draw.o
>> lstopo-lstopo-fig.o lstopo-lstopo-cairo.o lstopo-lstopo-xml.o
>> -L/home/balaji/tmp/hwloc/hwloc-0.9.1rc2/src -lm ../src/.libs/libhwloc.so
>> -ltermcap
>> ../src/.libs/libhwloc.so: undefined reference to `__CPU_SET'
>> ../src/.libs/libhwloc.so: undefined reference to `__CPU_ZERO'
> 
> Could you also post the warnings?  These are macros and should be
> defined in /usr/include/bits/sched.h.
> 
> Samuel
> _______________________________________________
> hwloc-devel mailing list
> hwloc-de...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-devel

-- 
Pavan Balaji
http://www.mcs.anl.gov/~balaji
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking for hwloc version... 0.9.1rc2
checking if this is a developer build... no (doxygen generation is optional)
checking for doxygen... no
checking for pdflatex... /usr/bin/pdflatex
checking for makeindex... /usr/bin/makeindex
checking for fig2dev... no
checking if can build doxygen docs... no
checking for w3m... /usr/bin/w3m
checking for lynx... no
checking if can build top-level README... yes
checking if will build doxygen docs... no
checking if will install doxygen docs... no
checking for style of include used by make... GNU
checking for gcc... icc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether icc accepts -g... yes
checking for icc option to accept ISO C89... none needed
checking dependency style of icc... gcc3
checking how to run the C preprocessor... icc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether icc and cc understand -c and -o together... yes
checking for icc option to accept ISO C99... -std=c99
checking whether ln -s works... yes
checking for egrep... (cached) /bin/grep -E
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether diff accepts -u... -u
checking size of unsigned long... 8
checking size of unsigned int... 4
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking for wchar_t... yes
checking for putwc... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for setlocale... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for nl_langinfo... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking for term.h... yes
checking for tparm in -ltermcap... yes
checking for KAFFINITY... no
checking for PROCESSOR_CACHE_TYPE... no
checking for CACHE_DESCRIPTOR... no
checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
checking for GROUP_AFFINITY... no
checking for PROCESSOR_RELATIONSHIP... no
checking for NUMA_NODE_RELATIONSHIP... no
checking for CACHE_RELATIONSHIP... no
checking for PROCESSOR_GROUP_INFO... no
checking for GROUP_RELATIONSHIP... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
checking for main in -lgdi32... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/lgrp_user.h usability... no
checking sys/lgrp_user.h presence... no
checking for sys/lgrp_user.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking infiniband/verbs.h usability... no
checking infiniband/verbs.h presence... no
checking for infiniband/verbs.h... no
checking whether _SC_NPROCESSORS_ONLN is declared... yes
checking whether _SC_NPROCESSORS_CONF is declared... yes
checking whether _SC_NPROC_ONLN is declared... no
checking whether _SC_NPROC_CONF is declared... no
checking whether _SC_LARGE_PAGESIZE is declared... no
checking mach/mach_host.h usability... no
checking mach/mach_host.h presence... no
checking for mach/mach_host.h... no
checking mach/mach_init.h usability... no
checking mach/mach_init.h presence... no
checking for mach/mach_init.h... no
checking for pthread_t... yes
checking for CAIRO... no
checking for XML... no
checking for KERRIGHED... no
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by icc -std=c99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from icc -std=c99 object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if icc -std=c99 supports -fno-rtti -fno-exceptions... yes
checking for icc -std=c99 option to produce PIC... -fPIC -DPIC
checking if icc -std=c99 PIC flag -fPIC -DPIC works... yes
checking if icc -std=c99 static flag -static works... yes
checking if icc -std=c99 supports -c -o file.o... yes
checking if icc -std=c99 supports -c -o file.o... (cached) yes
checking whether the icc -std=c99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for lib... no
checking whether debug is enabled... no
checking for bash... /bin/bash
checking for ffs... yes
checking whether ffs is declared... yes
checking for ffsl... yes
checking for fls... no
checking for flsl... no
checking for clz... no
checking for clzl... no
checking for openat... yes
checking whether numa_bitmask_alloc is declared... no
checking whether pthread_setaffinity_np is declared... yes
checking for sched_setaffinity... yes
checking for xmllint... xmllint
configure: creating ./config.status
config.status: creating hwloc.pc
config.status: creating doc/doxygen-config.cfg
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating tests/linux/Makefile
config.status: creating tests/linux/gather-topology.sh
config.status: creating tests/linux/test-topology.sh
config.status: creating tests/lstopo_xml.sh
config.status: creating tests/ports/Makefile
config.status: creating utils/Makefile
config.status: creating utils/test-hwloc-distrib.sh
config.status: creating include/private/config.h
config.status: creating include/hwloc/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing linux-topology-scripts commands
Making all in src
make[1]: Entering directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/src'
/bin/bash ../libtool --tag=CC   --mode=compile icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include  -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align  -g -O2 -MT topology.lo -MD -MP -MF .deps/topology.Tpo -c -o topology.lo topology.c
libtool: compile:  icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -MT topology.lo -MD -MP -MF .deps/topology.Tpo -c topology.c  -fPIC -DPIC -o .libs/topology.o
icc: command line warning #10156: ignoring option '-W'; no argument required
icc: command line warning #10156: ignoring option '-W'; no argument required
topology.c(74): remark #869: parameter "objs" was never referenced
  					  struct hwloc_obj *objs[nbobjs],
  					                    ^

topology.c(138): remark #869: parameter "objs" was never referenced
  						struct hwloc_obj *objs[nbobjs],
  						                  ^

topology.c(452): remark #981: operands are evaluated in unspecified order
    return hwloc_get_type_order(type1) - hwloc_get_type_order(type2);
                                       ^

topology.c(721): remark #869: parameter "topology" was never referenced
  get_proc_cpuset(hwloc_topology_t topology, hwloc_obj_t *obj, void *data)
                                   ^

topology.c(730): remark #869: parameter "topology" was never referenced
  apply_cpuset(hwloc_topology_t topology, hwloc_obj_t *obj, void *data)
                                ^

topology.c(737): remark #869: parameter "topology" was never referenced
  do_free_object(hwloc_topology_t topology, hwloc_obj_t *obj, void *data)
                                  ^

topology.c(737): remark #869: parameter "data" was never referenced
  do_free_object(hwloc_topology_t topology, hwloc_obj_t *obj, void *data)
                                                                    ^

topology.c(745): remark #869: parameter "data" was never referenced
  remove_empty(hwloc_topology_t topology, hwloc_obj_t *obj, void *data)
                                                                  ^

topology.c(759): remark #869: parameter "data" was never referenced
  merge_useless_child(hwloc_topology_t topology, hwloc_obj_t *pfather, void *data)
                                                                             ^

topology.c(835): remark #869: parameter "topology" was never referenced
  static int dontset_cpubind(hwloc_topology_t topology, hwloc_cpuset_t set, int strict)
                                              ^

topology.c(835): remark #869: parameter "set" was never referenced
  static int dontset_cpubind(hwloc_topology_t topology, hwloc_cpuset_t set, int strict)
                                                                       ^

topology.c(835): remark #869: parameter "strict" was never referenced
  static int dontset_cpubind(hwloc_topology_t topology, hwloc_cpuset_t set, int strict)
                                                                                ^

topology.c(839): remark #869: parameter "topology" was never referenced
  static int dontset_thisproc_cpubind(hwloc_topology_t topology, hwloc_cpuset_t set, int strict)
                                                       ^

topology.c(839): remark #869: parameter "set" was never referenced
  static int dontset_thisproc_cpubind(hwloc_topology_t topology, hwloc_cpuset_t set, int strict)
                                                                                ^

topology.c(839): remark #869: parameter "strict" was never referenced
  static int dontset_thisproc_cpubind(hwloc_topology_t topology, hwloc_cpuset_t set, int strict)
                                                                                         ^

topology.c(843): remark #869: parameter "topology" was never referenced
  static int dontset_thisthread_cpubind(hwloc_topology_t topology, hwloc_cpuset_t set, int strict)
                                                         ^

topology.c(843): remark #869: parameter "set" was never referenced
  static int dontset_thisthread_cpubind(hwloc_topology_t topology, hwloc_cpuset_t set, int strict)
                                                                                  ^

topology.c(843): remark #869: parameter "strict" was never referenced
  static int dontset_thisthread_cpubind(hwloc_topology_t topology, hwloc_cpuset_t set, int strict)
                                                                                           ^

topology.c(847): remark #869: parameter "topology" was never referenced
  static int dontset_proc_cpubind(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_cpuset_t set, int strict)
                                                   ^

topology.c(847): remark #869: parameter "pid" was never referenced
  static int dontset_proc_cpubind(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_cpuset_t set, int strict)
                                                                         ^

topology.c(847): remark #869: parameter "set" was never referenced
  static int dontset_proc_cpubind(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_cpuset_t set, int strict)
                                                                                             ^

topology.c(847): remark #869: parameter "strict" was never referenced
  static int dontset_proc_cpubind(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_cpuset_t set, int strict)
                                                                                                      ^

topology.c(852): remark #869: parameter "topology" was never referenced
  static int dontset_thread_cpubind(hwloc_topology_t topology, hwloc_thread_t tid, hwloc_cpuset_t set, int strict)
                                                     ^

topology.c(852): remark #869: parameter "tid" was never referenced
  static int dontset_thread_cpubind(hwloc_topology_t topology, hwloc_thread_t tid, hwloc_cpuset_t set, int strict)
                                                                              ^

topology.c(852): remark #869: parameter "set" was never referenced
  static int dontset_thread_cpubind(hwloc_topology_t topology, hwloc_thread_t tid, hwloc_cpuset_t set, int strict)
                                                                                                  ^

topology.c(852): remark #869: parameter "strict" was never referenced
  static int dontset_thread_cpubind(hwloc_topology_t topology, hwloc_thread_t tid, hwloc_cpuset_t set, int strict)
                                                                                                           ^

topology.c(1224): remark #869: parameter "topology" was never referenced
  hwloc_topology_set_xml(struct hwloc_topology *topology, const char *xmlpath)
                                                ^

topology.c(1224): remark #869: parameter "xmlpath" was never referenced
  hwloc_topology_set_xml(struct hwloc_topology *topology, const char *xmlpath)
                                                                      ^

topology.c(1409): remark #981: operands are evaluated in unspecified order
        assert(hwloc_cpuset_first(father->children[j]->cpuset) == hwloc_cpuset_first(remaining_father_set));
        ^

topology.c(1376): remark #869: parameter "topology" was never referenced
  hwloc__check_children(struct hwloc_topology *topology, struct hwloc_obj *father)
                                               ^

libtool: compile:  icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -MT topology.lo -MD -MP -MF .deps/topology.Tpo -c topology.c -o topology.o >/dev/null 2>&1
mv -f .deps/topology.Tpo .deps/topology.Plo
/bin/bash ../libtool --tag=CC   --mode=compile icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include  -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align  -g -O2 -MT traversal.lo -MD -MP -MF .deps/traversal.Tpo -c -o traversal.lo traversal.c
libtool: compile:  icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -MT traversal.lo -MD -MP -MF .deps/traversal.Tpo -c traversal.c  -fPIC -DPIC -o .libs/traversal.o
icc: command line warning #10156: ignoring option '-W'; no argument required
icc: command line warning #10156: ignoring option '-W'; no argument required
traversal.c(24): warning #188: enumerated type mixed with another type
      return HWLOC_OBJ_TYPE_MAX; /* FIXME: add an invalid value ? */
             ^

traversal.c(165): warning #188: enumerated type mixed with another type
    return HWLOC_OBJ_TYPE_MAX;
           ^

traversal.c(175): remark #869: parameter "topology" was never referenced
  		  struct hwloc_topology *topology, struct hwloc_obj *l, const char *_indexprefix, int verbose)
  		                         ^

libtool: compile:  icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -MT traversal.lo -MD -MP -MF .deps/traversal.Tpo -c traversal.c -o traversal.o >/dev/null 2>&1
mv -f .deps/traversal.Tpo .deps/traversal.Plo
/bin/bash ../libtool --tag=CC   --mode=compile icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include  -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align  -g -O2 -MT topology-synthetic.lo -MD -MP -MF .deps/topology-synthetic.Tpo -c -o topology-synthetic.lo topology-synthetic.c
libtool: compile:  icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -MT topology-synthetic.lo -MD -MP -MF .deps/topology-synthetic.Tpo -c topology-synthetic.c  -fPIC -DPIC -o .libs/topology-synthetic.o
icc: command line warning #10156: ignoring option '-W'; no argument required
icc: command line warning #10156: ignoring option '-W'; no argument required
topology-synthetic.c(34): warning #188: enumerated type mixed with another type
      hwloc_obj_type_t type = HWLOC_OBJ_TYPE_UNKNOWN;
                              ^

libtool: compile:  icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -MT topology-synthetic.lo -MD -MP -MF .deps/topology-synthetic.Tpo -c topology-synthetic.c -o topology-synthetic.o >/dev/null 2>&1
mv -f .deps/topology-synthetic.Tpo .deps/topology-synthetic.Plo
/bin/bash ../libtool --tag=CC   --mode=compile icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include  -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align  -g -O2 -MT topology-xml.lo -MD -MP -MF .deps/topology-xml.Tpo -c -o topology-xml.lo topology-xml.c
libtool: compile:  icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -MT topology-xml.lo -MD -MP -MF .deps/topology-xml.Tpo -c topology-xml.c  -fPIC -DPIC -o .libs/topology-xml.o
icc: command line warning #10156: ignoring option '-W'; no argument required
icc: command line warning #10156: ignoring option '-W'; no argument required
libtool: compile:  icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -MT topology-xml.lo -MD -MP -MF .deps/topology-xml.Tpo -c topology-xml.c -o topology-xml.o >/dev/null 2>&1
mv -f .deps/topology-xml.Tpo .deps/topology-xml.Plo
/bin/bash ../libtool --tag=CC   --mode=compile icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include  -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align  -g -O2 -MT bind.lo -MD -MP -MF .deps/bind.Tpo -c -o bind.lo bind.c
libtool: compile:  icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -MT bind.lo -MD -MP -MF .deps/bind.Tpo -c bind.c  -fPIC -DPIC -o .libs/bind.o
icc: command line warning #10156: ignoring option '-W'; no argument required
icc: command line warning #10156: ignoring option '-W'; no argument required
libtool: compile:  icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -MT bind.lo -MD -MP -MF .deps/bind.Tpo -c bind.c -o bind.o >/dev/null 2>&1
mv -f .deps/bind.Tpo .deps/bind.Plo
/bin/bash ../libtool --tag=CC   --mode=compile icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include  -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align  -g -O2 -MT cpuset.lo -MD -MP -MF .deps/cpuset.Tpo -c -o cpuset.lo cpuset.c
libtool: compile:  icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -MT cpuset.lo -MD -MP -MF .deps/cpuset.Tpo -c cpuset.c  -fPIC -DPIC -o .libs/cpuset.o
icc: command line warning #10156: ignoring option '-W'; no argument required
icc: command line warning #10156: ignoring option '-W'; no argument required
cpuset.c(250): (col. 2) remark: LOOP WAS VECTORIZED.
cpuset.c(272): (col. 2) remark: LOOP WAS VECTORIZED.
cpuset.c(272): (col. 2) remark: LOOP WAS VECTORIZED.
libtool: compile:  icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -MT cpuset.lo -MD -MP -MF .deps/cpuset.Tpo -c cpuset.c -o cpuset.o >/dev/null 2>&1
mv -f .deps/cpuset.Tpo .deps/cpuset.Plo
/bin/bash ../libtool --tag=CC   --mode=compile icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include  -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align  -g -O2 -MT topology-linux.lo -MD -MP -MF .deps/topology-linux.Tpo -c -o topology-linux.lo topology-linux.c
libtool: compile:  icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -MT topology-linux.lo -MD -MP -MF .deps/topology-linux.Tpo -c topology-linux.c  -fPIC -DPIC -o .libs/topology-linux.o
icc: command line warning #10156: ignoring option '-W'; no argument required
icc: command line warning #10156: ignoring option '-W'; no argument required
topology-linux.c(68): remark #869: parameter "mode" was never referenced
  hwloc_accessat(const char *path, int mode, int fsroot_fd)
                                       ^

topology-linux.c(105): remark #869: parameter "topology" was never referenced
  hwloc_linux_set_tid_cpubind(hwloc_topology_t topology, pid_t tid, hwloc_cpuset_t hwloc_set, int strict)
                                               ^

topology-linux.c(105): remark #869: parameter "strict" was never referenced
  hwloc_linux_set_tid_cpubind(hwloc_topology_t topology, pid_t tid, hwloc_cpuset_t hwloc_set, int strict)
                                                                                                  ^

topology-linux.c(156): remark #869: parameter "topology" was never referenced
  hwloc_linux_set_thread_cpubind(hwloc_topology_t topology, pthread_t tid, hwloc_cpuset_t hwloc_set, int strict)
                                                  ^

topology-linux.c(156): remark #869: parameter "strict" was never referenced
  hwloc_linux_set_thread_cpubind(hwloc_topology_t topology, pthread_t tid, hwloc_cpuset_t hwloc_set, int strict)
                                                                                                         ^

topology-linux.c(787): remark #593: variable "proc_oscoreids" was set but never used
    unsigned proc_oscoreids[] = { [0 ... HWLOC_NBMAXCPUS-1] = -1 };
             ^

topology-linux.c(839): (col. 7) remark: LOOP WAS VECTORIZED.
libtool: compile:  icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -MT topology-linux.lo -MD -MP -MF .deps/topology-linux.Tpo -c topology-linux.c -o topology-linux.o >/dev/null 2>&1
mv -f .deps/topology-linux.Tpo .deps/topology-linux.Plo
/bin/bash ../libtool --tag=CC   --mode=link icc -std=c99 -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align  -g -O2 -version-number 0:0:0  -no-undefined      -o libhwloc.la -rpath /usr/local/lib topology.lo traversal.lo topology-synthetic.lo topology-xml.lo bind.lo cpuset.lo  topology-linux.lo       -ltermcap 
libtool: link: icc -std=c99 -shared  .libs/topology.o .libs/traversal.o .libs/topology-synthetic.o .libs/topology-xml.o .libs/bind.o .libs/cpuset.o .libs/topology-linux.o   -ltermcap    -Wl,-soname -Wl,libhwloc.so.0 -o .libs/libhwloc.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libhwloc.so.0" && ln -s "libhwloc.so.0.0.0" "libhwloc.so.0")
libtool: link: (cd ".libs" && rm -f "libhwloc.so" && ln -s "libhwloc.so.0.0.0" "libhwloc.so")
libtool: link: ar cru .libs/libhwloc.a  topology.o traversal.o topology-synthetic.o topology-xml.o bind.o cpuset.o topology-linux.o
libtool: link: ranlib .libs/libhwloc.a
libtool: link: ( cd ".libs" && rm -f "libhwloc.la" && ln -s "../libhwloc.la" "libhwloc.la" )
make[1]: Leaving directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/src'
Making all in utils
make[1]: Entering directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/utils'
icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -O2 -MT lstopo-lstopo.o -MD -MP -MF .deps/lstopo-lstopo.Tpo -c -o lstopo-lstopo.o `test -f 'lstopo.c' || echo './'`lstopo.c
mv -f .deps/lstopo-lstopo.Tpo .deps/lstopo-lstopo.Po
icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -O2 -MT lstopo-lstopo-color.o -MD -MP -MF .deps/lstopo-lstopo-color.Tpo -c -o lstopo-lstopo-color.o `test -f 'lstopo-color.c' || echo './'`lstopo-color.c
mv -f .deps/lstopo-lstopo-color.Tpo .deps/lstopo-lstopo-color.Po
icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -O2 -MT lstopo-lstopo-text.o -MD -MP -MF .deps/lstopo-lstopo-text.Tpo -c -o lstopo-lstopo-text.o `test -f 'lstopo-text.c' || echo './'`lstopo-text.c
mv -f .deps/lstopo-lstopo-text.Tpo .deps/lstopo-lstopo-text.Po
icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -O2 -MT lstopo-lstopo-draw.o -MD -MP -MF .deps/lstopo-lstopo-draw.Tpo -c -o lstopo-lstopo-draw.o `test -f 'lstopo-draw.c' || echo './'`lstopo-draw.c
mv -f .deps/lstopo-lstopo-draw.Tpo .deps/lstopo-lstopo-draw.Po
icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -O2 -MT lstopo-lstopo-fig.o -MD -MP -MF .deps/lstopo-lstopo-fig.Tpo -c -o lstopo-lstopo-fig.o `test -f 'lstopo-fig.c' || echo './'`lstopo-fig.c
mv -f .deps/lstopo-lstopo-fig.Tpo .deps/lstopo-lstopo-fig.Po
icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -O2 -MT lstopo-lstopo-cairo.o -MD -MP -MF .deps/lstopo-lstopo-cairo.Tpo -c -o lstopo-lstopo-cairo.o `test -f 'lstopo-cairo.c' || echo './'`lstopo-cairo.c
mv -f .deps/lstopo-lstopo-cairo.Tpo .deps/lstopo-lstopo-cairo.Po
icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -O2 -MT lstopo-lstopo-xml.o -MD -MP -MF .deps/lstopo-lstopo-xml.Tpo -c -o lstopo-lstopo-xml.o `test -f 'lstopo-xml.c' || echo './'`lstopo-xml.c
mv -f .deps/lstopo-lstopo-xml.Tpo .deps/lstopo-lstopo-xml.Po
/bin/bash ../libtool --tag=CC   --mode=link icc -std=c99   -g -O2 -L../src  -o lstopo lstopo-lstopo.o lstopo-lstopo-color.o lstopo-lstopo-text.o lstopo-lstopo-draw.o lstopo-lstopo-fig.o lstopo-lstopo-cairo.o lstopo-lstopo-xml.o    -lm ../src/libhwloc.la
libtool: link: icc -std=c99 -g -O2 -o .libs/lstopo lstopo-lstopo.o lstopo-lstopo-color.o lstopo-lstopo-text.o lstopo-lstopo-draw.o lstopo-lstopo-fig.o lstopo-lstopo-cairo.o lstopo-lstopo-xml.o  -L/home/balaji/tmp/hwloc/hwloc-0.9.1rc2/src -lm ../src/.libs/libhwloc.so -ltermcap
icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include  -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -MT hwloc-mask.o -MD -MP -MF .deps/hwloc-mask.Tpo -c -o hwloc-mask.o hwloc-mask.c
icc: command line warning #10156: ignoring option '-W'; no argument required
icc: command line warning #10156: ignoring option '-W'; no argument required
mv -f .deps/hwloc-mask.Tpo .deps/hwloc-mask.Po
/bin/bash ../libtool --tag=CC   --mode=link icc -std=c99 -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -L../src  -o hwloc-mask hwloc-mask.o  ../src/libhwloc.la
libtool: link: icc -std=c99 -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -o .libs/hwloc-mask hwloc-mask.o  -L/home/balaji/tmp/hwloc/hwloc-0.9.1rc2/src ../src/.libs/libhwloc.so -ltermcap
icc: command line warning #10156: ignoring option '-W'; no argument required
icc: command line warning #10156: ignoring option '-W'; no argument required
icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include  -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -MT hwloc-bind.o -MD -MP -MF .deps/hwloc-bind.Tpo -c -o hwloc-bind.o hwloc-bind.c
icc: command line warning #10156: ignoring option '-W'; no argument required
icc: command line warning #10156: ignoring option '-W'; no argument required
hwloc-bind.c(101): remark #981: operands are evaluated in unspecified order
        fprintf(stderr, "hwloc_set_cpubind %s failed (errno %d %s)\n", s, errno, strerror(errno));
                                                                                 ^

hwloc-bind.c(101): remark #981: operands are evaluated in unspecified order
        fprintf(stderr, "hwloc_set_cpubind %s failed (errno %d %s)\n", s, errno, strerror(errno));
        ^

mv -f .deps/hwloc-bind.Tpo .deps/hwloc-bind.Po
/bin/bash ../libtool --tag=CC   --mode=link icc -std=c99 -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -L../src  -o hwloc-bind hwloc-bind.o  ../src/libhwloc.la
libtool: link: icc -std=c99 -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -o .libs/hwloc-bind hwloc-bind.o  -L/home/balaji/tmp/hwloc/hwloc-0.9.1rc2/src ../src/.libs/libhwloc.so -ltermcap
icc: command line warning #10156: ignoring option '-W'; no argument required
icc: command line warning #10156: ignoring option '-W'; no argument required
icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include  -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -MT hwloc-distrib.o -MD -MP -MF .deps/hwloc-distrib.Tpo -c -o hwloc-distrib.o hwloc-distrib.c
icc: command line warning #10156: ignoring option '-W'; no argument required
icc: command line warning #10156: ignoring option '-W'; no argument required
mv -f .deps/hwloc-distrib.Tpo .deps/hwloc-distrib.Po
/bin/bash ../libtool --tag=CC   --mode=link icc -std=c99 -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -L../src  -o hwloc-distrib hwloc-distrib.o  ../src/libhwloc.la
libtool: link: icc -std=c99 -std=c99 -Wall -Wmissing-prototypes -Wundef -Wpointer-arith -Wcast-align -g -O2 -o .libs/hwloc-distrib hwloc-distrib.o  -L/home/balaji/tmp/hwloc/hwloc-0.9.1rc2/src ../src/.libs/libhwloc.so -ltermcap
icc: command line warning #10156: ignoring option '-W'; no argument required
icc: command line warning #10156: ignoring option '-W'; no argument required
Creating lstopo.1 man page...
Creating hwloc-bind.1 man page...
Creating hwloc-distrib.1 man page...
Creating hwloc-mask.1 man page...
make[1]: Leaving directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/utils'
Making all in tests
make[1]: Entering directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/tests'
Making all in linux
make[2]: Entering directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/tests/linux'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/tests/linux'
Making all in ports
make[2]: Entering directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/tests/ports'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/tests/ports'
make[2]: Entering directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/tests'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/tests'
make[1]: Leaving directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/tests'
Making all in include
make[1]: Entering directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/include'
Making all in doc
make[1]: Entering directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/doc'
make  all-am
make[2]: Entering directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/doc'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/doc'
make[1]: Leaving directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/doc'
make[1]: Entering directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2'
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking for hwloc version... 0.9.1rc2
checking if this is a developer build... no (doxygen generation is optional)
checking for doxygen... no
checking for pdflatex... /usr/bin/pdflatex
checking for makeindex... /usr/bin/makeindex
checking for fig2dev... no
checking if can build doxygen docs... no
checking for w3m... /usr/bin/w3m
checking for lynx... no
checking if can build top-level README... yes
checking if will build doxygen docs... no
checking if will install doxygen docs... no
checking for style of include used by make... GNU
checking for gcc... pgcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether pgcc accepts -g... yes
checking for pgcc option to accept ISO C89... none needed
checking dependency style of pgcc... none
checking how to run the C preprocessor... pgcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether pgcc and cc understand -c and -o together... yes
checking for pgcc option to accept ISO C99... none needed
checking whether ln -s works... yes
checking for egrep... (cached) /bin/grep -E
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether diff accepts -u... -u
checking size of unsigned long... 8
checking size of unsigned int... 4
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking for wchar_t... yes
checking for putwc... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for setlocale... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for nl_langinfo... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking for term.h... yes
checking for tparm in -ltermcap... yes
checking for KAFFINITY... no
checking for PROCESSOR_CACHE_TYPE... no
checking for CACHE_DESCRIPTOR... no
checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
checking for GROUP_AFFINITY... no
checking for PROCESSOR_RELATIONSHIP... no
checking for NUMA_NODE_RELATIONSHIP... no
checking for CACHE_RELATIONSHIP... no
checking for PROCESSOR_GROUP_INFO... no
checking for GROUP_RELATIONSHIP... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
checking for main in -lgdi32... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/lgrp_user.h usability... no
checking sys/lgrp_user.h presence... no
checking for sys/lgrp_user.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking infiniband/verbs.h usability... no
checking infiniband/verbs.h presence... no
checking for infiniband/verbs.h... no
checking whether _SC_NPROCESSORS_ONLN is declared... yes
checking whether _SC_NPROCESSORS_CONF is declared... yes
checking whether _SC_NPROC_ONLN is declared... no
checking whether _SC_NPROC_CONF is declared... no
checking whether _SC_LARGE_PAGESIZE is declared... no
checking mach/mach_host.h usability... no
checking mach/mach_host.h presence... no
checking for mach/mach_host.h... no
checking mach/mach_init.h usability... no
checking mach/mach_init.h presence... no
checking for mach/mach_init.h... no
checking for pthread_t... yes
checking for CAIRO... no
checking for XML... no
checking for KERRIGHED... no
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from pgcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking for pgcc option to produce PIC... -fpic -DPIC
checking if pgcc PIC flag -fpic -DPIC works... yes
checking if pgcc static flag -Bstatic works... yes
checking if pgcc supports -c -o file.o... yes
checking if pgcc supports -c -o file.o... (cached) yes
checking whether the pgcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for lib... no
checking whether debug is enabled... no
checking for bash... /bin/bash
checking for ffs... yes
checking whether ffs is declared... yes
checking for ffsl... yes
checking for fls... no
checking for flsl... no
checking for clz... no
checking for clzl... no
checking for openat... yes
checking whether numa_bitmask_alloc is declared... no
checking whether pthread_setaffinity_np is declared... yes
checking for sched_setaffinity... yes
checking for xmllint... xmllint
configure: creating ./config.status
config.status: creating hwloc.pc
config.status: creating doc/doxygen-config.cfg
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating tests/linux/Makefile
config.status: creating tests/linux/gather-topology.sh
config.status: creating tests/linux/test-topology.sh
config.status: creating tests/lstopo_xml.sh
config.status: creating tests/ports/Makefile
config.status: creating utils/Makefile
config.status: creating utils/test-hwloc-distrib.sh
config.status: creating include/private/config.h
config.status: include/private/config.h is unchanged
config.status: creating include/hwloc/config.h
config.status: include/hwloc/config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing linux-topology-scripts commands
Making all in src
make[1]: Entering directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/src'
source='topology.c' object='topology.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
	/bin/bash ../libtool --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -c -o topology.lo topology.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c topology.c  -fpic -DPIC -o .libs/topology.o
PGC-W-0221-Redefinition of symbol CPU_SET (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 20)
PGC-W-0221-Redefinition of symbol CPU_CLR (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 21)
PGC-W-0221-Redefinition of symbol CPU_ISSET (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 22)
PGC-W-0221-Redefinition of symbol CPU_ZERO (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 23)
PGC-W-0095-Type cast required for this conversion (topology.c: 627)
PGC-W-0155-Pointer value created from a nonlong integral type  (topology.c: 627)
PGC-W-0095-Type cast required for this conversion (topology.c: 629)
PGC-W-0155-Pointer value created from a nonlong integral type  (topology.c: 629)
PGC-W-0095-Type cast required for this conversion (topology.c: 712)
PGC-W-0155-Pointer value created from a nonlong integral type  (topology.c: 712)
PGC/x86-64 Linux 9.0-4: compilation completed with warnings
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c topology.c -o topology.o >/dev/null 2>&1
source='traversal.c' object='traversal.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
	/bin/bash ../libtool --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -c -o traversal.lo traversal.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c traversal.c  -fpic -DPIC -o .libs/traversal.o
PGC-W-0221-Redefinition of symbol CPU_SET (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 20)
PGC-W-0221-Redefinition of symbol CPU_CLR (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 21)
PGC-W-0221-Redefinition of symbol CPU_ISSET (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 22)
PGC-W-0221-Redefinition of symbol CPU_ZERO (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 23)
PGC/x86-64 Linux 9.0-4: compilation completed with warnings
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c traversal.c -o traversal.o >/dev/null 2>&1
source='topology-synthetic.c' object='topology-synthetic.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
	/bin/bash ../libtool --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -c -o topology-synthetic.lo topology-synthetic.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c topology-synthetic.c  -fpic -DPIC -o .libs/topology-synthetic.o
PGC-W-0221-Redefinition of symbol CPU_SET (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 20)
PGC-W-0221-Redefinition of symbol CPU_CLR (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 21)
PGC-W-0221-Redefinition of symbol CPU_ISSET (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 22)
PGC-W-0221-Redefinition of symbol CPU_ZERO (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 23)
PGC/x86-64 Linux 9.0-4: compilation completed with warnings
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c topology-synthetic.c -o topology-synthetic.o >/dev/null 2>&1
source='topology-xml.c' object='topology-xml.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
	/bin/bash ../libtool --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -c -o topology-xml.lo topology-xml.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c topology-xml.c  -fpic -DPIC -o .libs/topology-xml.o
PGC-W-0221-Redefinition of symbol CPU_SET (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 20)
PGC-W-0221-Redefinition of symbol CPU_CLR (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 21)
PGC-W-0221-Redefinition of symbol CPU_ISSET (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 22)
PGC-W-0221-Redefinition of symbol CPU_ZERO (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 23)
PGC/x86-64 Linux 9.0-4: compilation completed with warnings
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c topology-xml.c -o topology-xml.o >/dev/null 2>&1
source='bind.c' object='bind.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
	/bin/bash ../libtool --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -c -o bind.lo bind.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c bind.c  -fpic -DPIC -o .libs/bind.o
PGC-W-0221-Redefinition of symbol CPU_SET (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 20)
PGC-W-0221-Redefinition of symbol CPU_CLR (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 21)
PGC-W-0221-Redefinition of symbol CPU_ISSET (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 22)
PGC-W-0221-Redefinition of symbol CPU_ZERO (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 23)
PGC/x86-64 Linux 9.0-4: compilation completed with warnings
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c bind.c -o bind.o >/dev/null 2>&1
source='cpuset.c' object='cpuset.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
	/bin/bash ../libtool --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -c -o cpuset.lo cpuset.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c cpuset.c  -fpic -DPIC -o .libs/cpuset.o
PGC-W-0155-Long value is passed to a nonprototyped function - argument #1 (cpuset.c: 453)
PGC-W-0155-Long value is passed to a nonprototyped function - argument #1 (cpuset.c: 489)
PGC-W-0155-Long value is passed to a nonprototyped function - argument #1 (cpuset.c: 506)
PGC-W-0155-Long value is passed to a nonprototyped function - argument #1 (cpuset.c: 507)
PGC/x86-64 Linux 9.0-4: compilation completed with warnings
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c cpuset.c -o cpuset.o >/dev/null 2>&1
source='topology-linux.c' object='topology-linux.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
	/bin/bash ../libtool --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -c -o topology-linux.lo topology-linux.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c topology-linux.c  -fpic -DPIC -o .libs/topology-linux.o
PGC-W-0221-Redefinition of symbol CPU_SET (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 20)
PGC-W-0221-Redefinition of symbol CPU_CLR (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 21)
PGC-W-0221-Redefinition of symbol CPU_ISSET (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 22)
PGC-W-0221-Redefinition of symbol CPU_ZERO (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 23)
PGC/x86-64 Linux 9.0-4: compilation completed with warnings
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c topology-linux.c -o topology-linux.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC   --mode=link pgcc   -g -version-number 0:0:0        -o libhwloc.la -rpath /usr/local/lib topology.lo traversal.lo topology-synthetic.lo topology-xml.lo bind.lo cpuset.lo  topology-linux.lo       -ltermcap 
libtool: link: pgcc -shared  -fpic -DPIC  .libs/topology.o .libs/traversal.o .libs/topology-synthetic.o .libs/topology-xml.o .libs/bind.o .libs/cpuset.o .libs/topology-linux.o   -ltermcap -lc    -Wl,-soname -Wl,libhwloc.so.0 -o .libs/libhwloc.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libhwloc.so.0" && ln -s "libhwloc.so.0.0.0" "libhwloc.so.0")
libtool: link: (cd ".libs" && rm -f "libhwloc.so" && ln -s "libhwloc.so.0.0.0" "libhwloc.so")
libtool: link: ar cru .libs/libhwloc.a  topology.o traversal.o topology-synthetic.o topology-xml.o bind.o cpuset.o topology-linux.o
libtool: link: ranlib .libs/libhwloc.a
libtool: link: ( cd ".libs" && rm -f "libhwloc.la" && ln -s "../libhwloc.la" "libhwloc.la" )
make[1]: Leaving directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/src'
Making all in utils
make[1]: Entering directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/utils'
source='lstopo.c' object='lstopo-lstopo.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -c -o lstopo-lstopo.o `test -f 'lstopo.c' || echo './'`lstopo.c
PGC-W-0221-Redefinition of symbol CPU_SET (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 20)
PGC-W-0221-Redefinition of symbol CPU_CLR (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 21)
PGC-W-0221-Redefinition of symbol CPU_ISSET (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 22)
PGC-W-0221-Redefinition of symbol CPU_ZERO (/radix-homes/software/com/packages/pgi-9.0-4/linux86-64/9.0-4/include-gcc40/sched.h: 23)
PGC/x86-64 Linux 9.0-4: compilation completed with warnings
source='lstopo-color.c' object='lstopo-lstopo-color.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -c -o lstopo-lstopo-color.o `test -f 'lstopo-color.c' || echo './'`lstopo-color.c
source='lstopo-text.c' object='lstopo-lstopo-text.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -c -o lstopo-lstopo-text.o `test -f 'lstopo-text.c' || echo './'`lstopo-text.c
source='lstopo-draw.c' object='lstopo-lstopo-draw.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -c -o lstopo-lstopo-draw.o `test -f 'lstopo-draw.c' || echo './'`lstopo-draw.c
source='lstopo-fig.c' object='lstopo-lstopo-fig.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -c -o lstopo-lstopo-fig.o `test -f 'lstopo-fig.c' || echo './'`lstopo-fig.c
source='lstopo-cairo.c' object='lstopo-lstopo-cairo.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -c -o lstopo-lstopo-cairo.o `test -f 'lstopo-cairo.c' || echo './'`lstopo-cairo.c
PGC-W-0006-Empty translation unit (lstopo-cairo.c: 6)
PGC/x86-64 Linux 9.0-4: compilation completed with warnings
source='lstopo-xml.c' object='lstopo-lstopo-xml.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -c -o lstopo-lstopo-xml.o `test -f 'lstopo-xml.c' || echo './'`lstopo-xml.c
PGC-W-0006-Empty translation unit (lstopo-xml.c: 6)
PGC/x86-64 Linux 9.0-4: compilation completed with warnings
/bin/bash ../libtool --tag=CC   --mode=link pgcc   -g -L../src  -o lstopo lstopo-lstopo.o lstopo-lstopo-color.o lstopo-lstopo-text.o lstopo-lstopo-draw.o lstopo-lstopo-fig.o lstopo-lstopo-cairo.o lstopo-lstopo-xml.o    -lm ../src/libhwloc.la
libtool: link: pgcc -g -o .libs/lstopo lstopo-lstopo.o lstopo-lstopo-color.o lstopo-lstopo-text.o lstopo-lstopo-draw.o lstopo-lstopo-fig.o lstopo-lstopo-cairo.o lstopo-lstopo-xml.o  -L/home/balaji/tmp/hwloc/hwloc-0.9.1rc2/src -lm ../src/.libs/libhwloc.so -ltermcap
../src/.libs/libhwloc.so: undefined reference to `__CPU_SET'
../src/.libs/libhwloc.so: undefined reference to `__CPU_ZERO'
make[1]: *** [lstopo] Error 2
make[1]: Leaving directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/utils'
make: *** [all-recursive] Error 1
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking for hwloc version... 0.9.1rc2
checking if this is a developer build... no (doxygen generation is optional)
checking for doxygen... no
checking for pdflatex... /usr/bin/pdflatex
checking for makeindex... /usr/bin/makeindex
checking for fig2dev... no
checking if can build doxygen docs... no
checking for w3m... /usr/bin/w3m
checking for lynx... no
checking if can build top-level README... yes
checking if will build doxygen docs... no
checking if will install doxygen docs... no
checking for style of include used by make... GNU
checking for gcc... suncc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether suncc accepts -g... yes
checking for suncc option to accept ISO C89... none needed
checking dependency style of suncc... none
checking how to run the C preprocessor... suncc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether suncc and cc understand -c and -o together... yes
checking for suncc option to accept ISO C99... none needed
checking whether ln -s works... yes
checking for egrep... (cached) /bin/grep -E
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether diff accepts -u... -u
checking size of unsigned long... 8
checking size of unsigned int... 4
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking for wchar_t... yes
checking for putwc... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for setlocale... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for nl_langinfo... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking for term.h... yes
checking for tparm in -ltermcap... yes
checking for KAFFINITY... no
checking for PROCESSOR_CACHE_TYPE... no
checking for CACHE_DESCRIPTOR... no
checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
checking for GROUP_AFFINITY... no
checking for PROCESSOR_RELATIONSHIP... no
checking for NUMA_NODE_RELATIONSHIP... no
checking for CACHE_RELATIONSHIP... no
checking for PROCESSOR_GROUP_INFO... no
checking for GROUP_RELATIONSHIP... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
checking for main in -lgdi32... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/lgrp_user.h usability... no
checking sys/lgrp_user.h presence... no
checking for sys/lgrp_user.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking infiniband/verbs.h usability... no
checking infiniband/verbs.h presence... no
checking for infiniband/verbs.h... no
checking whether _SC_NPROCESSORS_ONLN is declared... yes
checking whether _SC_NPROCESSORS_CONF is declared... yes
checking whether _SC_NPROC_ONLN is declared... no
checking whether _SC_NPROC_CONF is declared... no
checking whether _SC_LARGE_PAGESIZE is declared... no
checking mach/mach_host.h usability... no
checking mach/mach_host.h presence... no
checking for mach/mach_host.h... no
checking mach/mach_init.h usability... no
checking mach/mach_init.h presence... no
checking for mach/mach_init.h... no
checking for pthread_t... yes
checking for CAIRO... no
checking for XML... no
checking for KERRIGHED... no
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from suncc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking for suncc option to produce PIC... -KPIC -DPIC
checking if suncc PIC flag -KPIC -DPIC works... yes
checking if suncc static flag -Bstatic works... no
checking if suncc supports -c -o file.o... yes
checking if suncc supports -c -o file.o... (cached) yes
checking whether the suncc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for lib... no
checking whether debug is enabled... no
checking for bash... /bin/bash
checking for ffs... yes
checking whether ffs is declared... yes
checking for ffsl... yes
checking for fls... no
checking for flsl... no
checking for clz... no
checking for clzl... no
checking for openat... yes
checking whether numa_bitmask_alloc is declared... no
checking whether pthread_setaffinity_np is declared... yes
checking for sched_setaffinity... yes
checking for xmllint... xmllint
configure: creating ./config.status
config.status: creating hwloc.pc
config.status: creating doc/doxygen-config.cfg
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating tests/linux/Makefile
config.status: creating tests/linux/gather-topology.sh
config.status: creating tests/linux/test-topology.sh
config.status: creating tests/lstopo_xml.sh
config.status: creating tests/ports/Makefile
config.status: creating utils/Makefile
config.status: creating utils/test-hwloc-distrib.sh
config.status: creating include/private/config.h
config.status: include/private/config.h is unchanged
config.status: creating include/hwloc/config.h
config.status: include/hwloc/config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing linux-topology-scripts commands
Making all in src
make[1]: Entering directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/src'
source='topology.c' object='topology.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
	/bin/bash ../libtool --tag=CC   --mode=compile suncc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -c -o topology.lo topology.c
libtool: compile:  suncc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c topology.c  -KPIC -DPIC -o .libs/topology.o
"../include/hwloc/helper.h", line 46: warning: statement not reached
"../include/hwloc/helper.h", line 69: warning: statement not reached
"../include/private/private.h", line 197: warning: argument mismatch
"topology.c", line 113: warning: argument mismatch
"topology.c", line 232: warning: argument mismatch
"topology.c", line 345: warning: argument mismatch
"topology.c", line 376: warning: argument mismatch
"topology.c", line 942: warning: argument mismatch
"topology.c", line 946: warning: argument mismatch
"topology.c", line 949: warning: argument mismatch
"topology.c", line 954: warning: argument mismatch
"topology.c", line 957: warning: argument mismatch
libtool: compile:  suncc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c topology.c -o topology.o >/dev/null 2>&1
source='traversal.c' object='traversal.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
	/bin/bash ../libtool --tag=CC   --mode=compile suncc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -c -o traversal.lo traversal.c
libtool: compile:  suncc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c traversal.c  -KPIC -DPIC -o .libs/traversal.o
"../include/hwloc/helper.h", line 46: warning: statement not reached
"../include/hwloc/helper.h", line 69: warning: statement not reached
"../include/private/private.h", line 197: warning: argument mismatch
libtool: compile:  suncc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c traversal.c -o traversal.o >/dev/null 2>&1
source='topology-synthetic.c' object='topology-synthetic.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
	/bin/bash ../libtool --tag=CC   --mode=compile suncc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -c -o topology-synthetic.lo topology-synthetic.c
libtool: compile:  suncc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c topology-synthetic.c  -KPIC -DPIC -o .libs/topology-synthetic.o
"../include/hwloc/helper.h", line 46: warning: statement not reached
"../include/hwloc/helper.h", line 69: warning: statement not reached
"../include/private/private.h", line 197: warning: argument mismatch
libtool: compile:  suncc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c topology-synthetic.c -o topology-synthetic.o >/dev/null 2>&1
source='topology-xml.c' object='topology-xml.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
	/bin/bash ../libtool --tag=CC   --mode=compile suncc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -c -o topology-xml.lo topology-xml.c
libtool: compile:  suncc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c topology-xml.c  -KPIC -DPIC -o .libs/topology-xml.o
"../include/hwloc/helper.h", line 46: warning: statement not reached
"../include/hwloc/helper.h", line 69: warning: statement not reached
"../include/private/private.h", line 197: warning: argument mismatch
libtool: compile:  suncc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c topology-xml.c -o topology-xml.o >/dev/null 2>&1
source='bind.c' object='bind.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
	/bin/bash ../libtool --tag=CC   --mode=compile suncc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -c -o bind.lo bind.c
libtool: compile:  suncc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c bind.c  -KPIC -DPIC -o .libs/bind.o
"../include/hwloc/helper.h", line 46: warning: statement not reached
"../include/hwloc/helper.h", line 69: warning: statement not reached
"../include/private/private.h", line 197: warning: argument mismatch
libtool: compile:  suncc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c bind.c -o bind.o >/dev/null 2>&1
source='cpuset.c' object='cpuset.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
	/bin/bash ../libtool --tag=CC   --mode=compile suncc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -c -o cpuset.lo cpuset.c
libtool: compile:  suncc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c cpuset.c  -KPIC -DPIC -o .libs/cpuset.o
"../include/hwloc/helper.h", line 46: warning: statement not reached
"../include/hwloc/helper.h", line 69: warning: statement not reached
"../include/private/private.h", line 197: warning: argument mismatch
"cpuset.c", line 453: warning: implicit function declaration: ffsl
libtool: compile:  suncc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c cpuset.c -o cpuset.o >/dev/null 2>&1
source='topology-linux.c' object='topology-linux.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
	/bin/bash ../libtool --tag=CC   --mode=compile suncc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc  -I../include -I../include    -g -c -o topology-linux.lo topology-linux.c
libtool: compile:  suncc -DHAVE_CONFIG_H -I. -I../include/private -I../include/hwloc -I../include -I../include -g -c topology-linux.c  -KPIC -DPIC -o .libs/topology-linux.o
"../include/hwloc/helper.h", line 46: warning: statement not reached
"../include/hwloc/helper.h", line 69: warning: statement not reached
"../include/private/private.h", line 197: warning: argument mismatch
"topology-linux.c", line 535: warning: initializer does not fit or is out of range: -1
"topology-linux.c", line 536: warning: initializer does not fit or is out of range: -1
"topology-linux.c", line 782: syntax error before or at: ...
"topology-linux.c", line 782: warning: null dimension: proc_physids
"topology-linux.c", line 783: syntax error before or at: ...
"topology-linux.c", line 783: warning: null dimension: osphysids
"topology-linux.c", line 784: syntax error before or at: ...
"topology-linux.c", line 784: warning: null dimension: proc_coreids
"topology-linux.c", line 785: syntax error before or at: ...
"topology-linux.c", line 785: warning: null dimension: oscoreids
"topology-linux.c", line 786: syntax error before or at: ...
"topology-linux.c", line 786: warning: null dimension: proc_osphysids
"topology-linux.c", line 787: syntax error before or at: ...
"topology-linux.c", line 787: warning: null dimension: proc_oscoreids
"topology-linux.c", line 788: syntax error before or at: ...
"topology-linux.c", line 788: warning: null dimension: core_osphysids
"topology-linux.c", line 802: warning: argument mismatch
"topology-linux.c", line 808: warning: argument mismatch
"topology-linux.c", line 888: warning: argument mismatch
"topology-linux.c", line 903: cannot recover from previous errors
cc: acomp failed for topology-linux.c
make[1]: *** [topology-linux.lo] Error 1
make[1]: Leaving directory `/radix-homes/balaji/tmp/hwloc/hwloc-0.9.1rc2/src'
make: *** [all-recursive] Error 1
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 65
model name	: Dual-Core AMD Opteron(tm) Processor 2220
stepping	: 3
cpu MHz		: 1000.000
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy
bogomips	: 2001.64
TLB size	: 1024 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 65
model name	: Dual-Core AMD Opteron(tm) Processor 2220
stepping	: 3
cpu MHz		: 1000.000
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy
bogomips	: 2001.64
TLB size	: 1024 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 65
model name	: Dual-Core AMD Opteron(tm) Processor 2220
stepping	: 3
cpu MHz		: 1000.000
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy
bogomips	: 2001.64
TLB size	: 1024 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 65
model name	: Dual-Core AMD Opteron(tm) Processor 2220
stepping	: 3
cpu MHz		: 1000.000
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy
bogomips	: 2001.64
TLB size	: 1024 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc

Reply via email to