At 13:45 21/11/2001 , vous avez �crit: >On Wed, Nov 21, 2001 at 01:23:39PM +0100, Pierre Muller wrote: > > > > > > By the way, isn't there a problem with cygwin patch executable ? > > > > Even though my CVS dirs are on a binary mount directory, > > > > the result of the patch is a text mode text file, > > > > which means that the line ends are CR:LF instead of LF alone ! > > > > > >We had that problem last year and I applied a patch to patch so > > >I'm pretty sure my latest patch doesn't have that problem. > > >Hmm, no, I've just tried it. It works even with textmode diffs > > >on binmode source files. Are you sure using the latest patch? > > > > $ 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 > > > > Is that the lastest ? > >Dunno. The --version output doesn't contain a hint to the applied >Cygwin specific changes, unfortunately. The Cygwin subversion is >-2. Did you install or update lately using setup.exe? If so, >what is the output of `cygcheck -c patch'? Version 2.5-2 would be >correct.
Setup tells me that patch is up to date and cygcheck -c patch does return '2.5-2'. Maybe the program is confused by my mounting : $ mount F:\win95e\Cygwinhome\home\muller\gdb on /home/muller/gdb type system (binmode) C:\cygwin\bin on /usr/bin type system (binmode) C:\cygwin\lib on /usr/lib type system (binmode) C:\cygwin on / type system (binmode) c: on /cygdrive/c type user (textmode,noumount) f: on /cygdrive/f type user (textmode,noumount) the file that I patch is in a subdir of /home/muller/gdb so maybe it considers only the f: text mount ? Pierre Muller Institut Charles Sadron 6,rue Boussingault F 67083 STRASBOURG CEDEX (France) mailto:[EMAIL PROTECTED] Phone : (33)-3-88-41-40-07 Fax : (33)-3-88-41-40-99 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
