Date: Wed, 10 Jul 2002 08:05:30 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Ed Manlove" Message-Id: <7263-Wed10Jul2002080530+0300-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (emanlove@ieee.org) Subject: Re: patch and LFN support References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Ed Manlove" > Newsgroups: comp.os.msdos.djgpp > Date: Tue, 9 Jul 2002 11:46:48 -0400 > > ****************************************************** bash output > Tue Jul 9 10:40:16 2002 GCC patch start > Hmm... Looks like a unified diff to me... > can't find file to patch at input line 3 > Perhaps you should have used the -p or --strip option? > The text leading up to this was: > -------------------------- > |--- gcc\config\h8300\h8300.c.orig Thu Apr 8 01:17:52 1999 > |+++ gcc\config\h8300\h8300.c.orig Wed Aug 16 16:57:10 2000 > -------------------------- > File to patch: Try adding -p0 (that's a zero, not a letter `o') to the Patch command line, and make sure your current directory is the parent of the `gcc' directory under which there's config/h8300.c Also, note that the two files specified in the patch header have identical names, which might be another part of your problem.