Using tonight's trunk tarball (r27954) configured using
"--with-devel-headers" it looks like "make install" is trying to install
rte_orte.h TWICE:

 /usr/bin/install -c -m 644  ../../../../../ompi/mca/rte/orte/rte_orte.h
> ../../../../../ompi/mca/rte/orte/rte_orte.h
> '/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.9a1r27954/BUILD-edison/INSTALL/include/openmpi/ompi/mca/rte/orte/.'
> /usr/bin/install: will not overwrite just-created
> `/global/homes/h/hargrove/GSCRATCH/OMPI/openmpi-1.9a1r27954/BUILD-edison/INSTALL/include/openmpi/ompi/mca/rte/orte/./rte_orte.h'
> with `../../../../../ompi/mca/rte/orte/rte_orte.h'


This is because the file is in $(headers) in ompi/mca/rte/orte/Makefile.am
upto twice:

> headers = rte_orte.h
> [...]
> # Conditionally install the header files
> if WANT_INSTALL_HEADERS
> headers += rte_orte.h


This entire Makefile.am appears to have been added to the trunk by Brian on
Sunday.

-Paul

-- 
Paul H. Hargrove                          phhargr...@lbl.gov
Future Technologies Group
Computer and Data Sciences Department     Tel: +1-510-495-2352
Lawrence Berkeley National Laboratory     Fax: +1-510-486-6900

Reply via email to