Re: [OMPI users] problem withexecstackandopenmpi-v1.10.1-140-g31ff573

2016-01-19 Thread Gilles Gouaillardet
Siegmar, that looks like a libtool issue : "-z noexecstack" is not correctly passed to cc a simple workaround is to append "-Wl,-z -Wl,noexecstack" to your LDFLAGS (and do not pass "-z noexecstack" to LDFLAGS nor CFLAGS) Cheers, Gilles On 1/19/2016 11:19 PM, Siegmar Gross wrote: Hi Gilles,

Re: [OMPI users] problem withexecstackandopenmpi-v1.10.1-140-g31ff573

2016-01-19 Thread Siegmar Gross
Hi Gilles, we have installed "execstack", but it doesn't work as expected. loki lib64 110 execstack -c libmpi_java.so.1.2.0 execstack: libmpi_java.so.1.2.0: Unknown debugging section .debug_funcnames loki lib64 111 We've also tried to build it with "cc" instead of "gcc", but it failed, because