From: Nicholas Nethercote Date: Thu, 6 Apr 2006 14:04:48 +0000 (+0000) Subject: Add a FAQ. X-Git-Tag: svn/VALGRIND_3_2_0~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=994ecb6caca03284f8c096279dd494003581d44d;p=thirdparty%2Fvalgrind.git Add a FAQ. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5831 --- diff --git a/docs/xml/FAQ.xml b/docs/xml/FAQ.xml index 04491db6bc..5128926518 100644 --- a/docs/xml/FAQ.xml +++ b/docs/xml/FAQ.xml @@ -94,8 +94,21 @@ - + + + When I try to build Valgrind, 'make' fails with + +/usr/bin/ld: cannot find -lc +collect2: ld returned 1 exit status + + + + + You need to install the glibc-static-devel package. + + +