From: Julian Seward Date: Thu, 25 Jul 2002 22:45:35 +0000 (+0000) Subject: Final caveats for 1.0.0. X-Git-Tag: svn/VALGRIND_1_0_0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2891d464fe86880393550531f6af83c77f5885bc;p=thirdparty%2Fvalgrind.git Final caveats for 1.0.0. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@536 --- diff --git a/README b/README index de7aa1203e..f2dd536dde 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -Release notes for Valgrind, version 1.0 -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Release notes for Valgrind, version 1.0.0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ KDE3 developers: please read also README_KDE3_FOLKS for guidance about how to debug KDE3 applications with Valgrind. @@ -9,6 +9,12 @@ please read README_PACKAGERS. It contains some important information. For instructions on how to build/install, see the end of this file. +Valgrind works best on systems with glibc-2.1.X or 2.2.X, and with gcc +versions prior to 3.1. gcc-3.1 works, but generates code which causes +valgrind to report many false errors. For now, try to use a gcc prior +to 3.1; if you can't, at least compile your application without +optimisation. Valgrind-1.0.X also can't handle glibc-2.3.X systems. + Executive Summary ~~~~~~~~~~~~~~~~~