Re: [OMPI devel] link issue on master with --disable-shared --enable-static --disable-dlopen

2016-09-14 Thread Gilles Gouaillardet
Thanks Ralph, i investigated this a bit deeper, and found the $enable_dlopen variable is not correctly used in pmix3x. /* my understanding of pmix3x is that --disable-dlopen implies --disable-pdl-dlopen, but that did not happen */ i opened https://github.com/open-mpi/ompi/pull/2079 so

Re: [OMPI devel] link issue on master with --disable-shared --enable-static --disable-dlopen

2016-09-13 Thread r...@open-mpi.org
I should think we could pass the disable-pdl-open option downward - can’t see any reason why not. > On Sep 13, 2016, at 7:51 PM, Gilles Gouaillardet wrote: > > Folks, > > > i configure'd Open MPI with > > --disable-shared --enable-static --disable-dlopen > > and i can no

[OMPI devel] link issue on master with --disable-shared --enable-static --disable-dlopen

2016-09-13 Thread Gilles Gouaillardet
Folks, i configure'd Open MPI with --disable-shared --enable-static --disable-dlopen and i can no longer link a simple MPI or OpenSHMEM app $ mpicc -g -O0 -o hello_c ../../src/ompi-master/examples/hello_c.c /usr/bin/ld: