Hey folks
Something in the last day or so appears to have broken the trunk's ability to
run --with-devel-headers. It looks like the headers are being installed
correctly, but mpicc fails to compile a program that uses them - the include
passes, but the linker fails:
Undefined symbols for architecture x86_64:
"_opal_hwloc172_hwloc_bitmap_alloc", referenced from:
_main in hello.o
"_opal_hwloc172_hwloc_bitmap_list_asprintf", referenced from:
_main in hello.o
"_opal_hwloc172_hwloc_get_cpubind", referenced from:
_main in hello.o
"_opal_hwloc_topology", referenced from:
_main in hello.o
"_orte_process_info", referenced from:
_main in hello.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
Anybody else seeing this?
Ralph