|
From: Jan V. <jan...@ni...> - 2014-08-20 12:30:21
|
> > $ ./configure --enable-recvmmsg=no \ > > --enable-lto=no \ > > --disable-fastparser \ > > --disable-shared \ > > --enable-static > > If you link with a static malloc library, you have to use > --soname-synonyms=somalloc=NONE > to have the malloc/free interceptions needed for memcheck, helgrind, > drd, ... to work properly. I've verified, that libc is linked dynamically. The --disable-shared applies only to our internal libraries. So this should not be the case. |