|
From: Paul F. <pa...@fr...> - 2008-08-25 15:17:35
|
Quoting galapogos <go...@gm...>: > > Hi, > > I have an executable that I've compiled with statically linked libraries. > When running valgrind, it gives me errors even with just a simple "hello > world" program. If I compile it dynamically though, these errors go away. > Why does compiling it statically produce these error message? Hi Can you check (with ldd) that the app is only linked to static apps? If by accident the app was linked with both static and dynamic libs, then I'd expect errors. Paul |