From: Martin Str|mberg Subject: Re: patch and LFN support Newsgroups: comp.os.msdos.djgpp References: User-Agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (NetBSD/1.5_BETA (alpha)) Message-ID: <1026239770.23627@queeg.ludd.luth.se> Cache-Post-Path: queeg.ludd.luth.se!unknown AT speedy DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: 09 Jul 2002 18:36:10 GMT Lines: 20 NNTP-Posting-Date: 09 Jul 2002 18:36:10 GMT NNTP-Posting-Host: queeg.ludd.luth.se X-Trace: 1026239770 news.luth.se 469 130.240.16.109 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Ed Manlove wrote: : ****************************************************** 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: It looks like the patch was created with "\"s instead of "/"s. Don't do that. Right, MartinS