Date: Tue, 2 Jan 2001 02:12:08 +0200 (EET) From: Tuukka Toivonen X-Sender: tutoivon AT lastu4 DOT oulu DOT fi To: root cc: pgcc AT delorie DOT com Subject: Re: Bug in pgcc deployement In-Reply-To: <3A47719A.85347589@planet.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: pgcc AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: pgcc AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 25 Dec 2000, root wrote: > I cannot path the source of gcc. Well, it works perfectly for me (RedHat 6.2). You might want to check that your files are ok: s-inf-pc24 /usr/src> ls -la gcc-2.95.2.* -rw-rw-r-- 1 root root 12885815 Dec 7 14:22 gcc-2.95.2.tar.gz s-inf-pc24 /usr/src> cat gcc-2.95.2.tar.gz | gunzip - | md5sum 72d47db3a0ee895357cfa68dd4c08fff - s-inf-pc24 /usr/src> ls -la gcc-2.95.2-pgcc-2.95.3.diff -rw-rw-r-- 1 root root 774574 Nov 17 14:20 gcc-2.95.2-pgcc-2.95.3.diff s-inf-pc24 /usr/src> md5sum gcc-2.95.2-pgcc-2.95.3.diff cd6f79a95991ce20ae1d79cc24e4fcf7 gcc-2.95.2-pgcc-2.95.3.diff s-inf-pc24 /usr/src> patch --version patch 2.5 Copyright 1988 Larry Wall Copyright 1997 Free Software Foundation, Inc. This program comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of this program under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. written by Larry Wall with lots o' patches by Paul Eggert s-inf-pc24 /usr/src> Check that your files have same size and MD5 sum (if they don't, they could be ok anyway, but then it might be better to get new versions of the files just for sure)