From: Nicholas Nethercote Date: Wed, 23 Apr 2003 07:35:56 +0000 (+0000) Subject: wibble 2 X-Git-Tag: svn/VALGRIND_2_0_0~216 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa8fbe8dd9eb2f350f31810933becdd1aaefbf18;p=thirdparty%2Fvalgrind.git wibble 2 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1543 --- diff --git a/FAQ.txt b/FAQ.txt index cb61e196dd..674fb281a0 100644 --- a/FAQ.txt +++ b/FAQ.txt @@ -88,8 +88,9 @@ Q5. I try running "valgrind my_program", but my_program runs normally, and Valgrind doesn't emit any output at all. A5. Is my_program statically linked? Valgrind doesn't work with - statically linked binaries. It must rely on at least one shared - object. To determine if a my_program is statically linked, run: + statically linked binaries. my_program must rely on at least one + shared object. To determine if a my_program is statically linked, + run: ldd my_program @@ -97,7 +98,7 @@ A5. Is my_program statically linked? Valgrind doesn't work with not a dynamic executable - it my_program is statically linked. + if my_program is statically linked. -----------------------------------------------------------------