Mail Archives: pgcc/2001/01/01/19:14:08
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)
- Raw text -