> > I get static binaries on SLES11 with > ./configure --enable-static --disable-shared LDFLAGS=-static > and > make LDFLAGS=-all-static LIBS=-lpthread > > $ ldd utils/lstopo > not a dynamic executable > $ utils/lstopo > Machine (24GB) > [...] > > No problem with libnuma here, it was disabled during configure > (libpthread is needed for another reason).
Then it seems , that somehow we does not get it disabled in ompi build, right ? Pasha