> > $ ./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.


------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to