From: Paul Eggert Date: Fri, 16 Mar 2007 18:48:58 +0000 (+0000) Subject: * README (WARNING): Reword to avoid mention of no-longer-existing X-Git-Tag: v1.3.12~4 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=876ea3692149abe947ca26cce4925c48ac006825;p=debian%2Fgzip * README (WARNING): Reword to avoid mention of no-longer-existing section in INSTALL file. Problem reported by Paul Townsend in . --- diff --git a/ChangeLog b/ChangeLog index fbcd47d..2ae54c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-03-14 Paul Eggert + + * README (WARNING): Reword to avoid mention of no-longer-existing + section in INSTALL file. Problem reported by Paul Townsend in + . + 2007-02-11 Paul Eggert * gzip.c (foreground): Initialize to zero. This doesn't fix a bug diff --git a/README b/README index e75fba8..a404e38 100644 --- a/README +++ b/README @@ -32,10 +32,8 @@ INSTALL for installation instructions. Some answers to frequently asked questions are given in the file INSTALL, please read it. (In particular, please don't ask me once more for an /etc/magic entry.) -WARNING: on several systems, compiler bugs cause gzip to fail, in -particular when optimization options are on. See the section "Special -targets" at the end of the INSTALL file for a list of known problems. -For all machines, use "make check" to check that gzip was compiled +WARNING: gzip is sensitive to compiler bugs, particularly when +optimizing. Use "make check" to check that gzip was compiled correctly. Try compiling gzip without any optimization if you have a problem.