Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!monster.cis.ohio-state.edu!bob From: bob@monster.cis.ohio-state.edu (Bob Sutterfield) Newsgroups: gnu.gcc.bug Subject: Re: How do I apply one of the diff files to update gcc? Message-ID: Date: 4 Feb 89 23:26:26 GMT References: <8902042114.AA04777@oscar.cs.byu.edu> Sender: news@tut.cis.ohio-state.edu Distribution: gnu Organization: The Ohio State University Dept of Computer & Information Science Lines: 12 In-reply-to: aburb@OSCAR.CS.BYU.EDU's message of 4 Feb 89 21:14:28 GMT First, you need to get compress (a package of stuff including zcat) and patch (a thing that inductively figures out what a new version is, based upon the old version and the differences between the two). Then, cd dist-gcc zcat gcc.diff-1.32-1.33.Z | patch -p1 and away you go. Both compress and patch came across comp.sources.something, and are therefore archived for FTP access on uunet.uu.net. They are also both available via anonymous UUCP from osu-cis - write for directions if you need them.