On Mon, May 11, 2015 at 12:55:01PM -0700, Steve Kargl wrote: > I've configured and built openmpi-1.8.5 on FreeBSD-11 > with > > % ./configure --prefix /usr/local/openmpi-1.8.5 --disable-shared \ > --enable-static --enable-mpirun-prefix-by-default >
Not necessarily an elegant solution, but adding --with-wrapper-libs=-lelf to the configure line ensures that libelf is linked in after libexecinfo. -- Steve