From: Nicholas Nethercote Date: Sat, 3 Jan 2004 10:57:20 +0000 (+0000) Subject: Add possible workaround for FAQ 16, from Adam Spragg. X-Git-Tag: svn/VALGRIND_2_1_1~141 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1838e1f44ca1dad5002870fd146dde468ee1387b;p=thirdparty%2Fvalgrind.git Add possible workaround for FAQ 16, from Adam Spragg. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2165 --- diff --git a/FAQ.txt b/FAQ.txt index 93105d0bbc..61df533f3b 100644 --- a/FAQ.txt +++ b/FAQ.txt @@ -340,7 +340,8 @@ Q16. When I trying building Valgrind, 'make' dies partway with an A16. It's probably a bug in 'make'. Some, but not all, instances of version 3.79.1 have this bug, see www.mail-archive.com/bug-make@gnu.org/msg01658.html. Try upgrading to a - more recent version of 'make'. + more recent version of 'make'. Alternatively, we have heard that + unsetting the CFLAGS environment variable avoids the problem. -----------------------------------------------------------------