X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sun, 05 Sep 2004 07:28:17 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-ID: <01c49300$Blat.v2.2.2$e967e600@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: (one2001boy AT yahoo DOT com) Subject: Re: cp.exe bug References: <01c4929c$Blat.v2.2.2$92cbcdc0 AT zahav DOT net DOT il> 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: "one2001boy AT yahoo DOT com" > Date: Sat, 04 Sep 2004 20:15:45 GMT > > It seems that cp.c source code has the same version for alpha and beta. > It can be told by running cp --version. "cp --version" is not telling the whole story. You need to actually compare the sources to see if anything changed. In any case, it is not productive to try to look for the source changes in order to debug a problem, in my experience. It is much more productive to debug the problem itself by stepping with a debugger through the code. It is possible that you will find that some library function and not cp's code itself is causing the failure, but knowing that is already a big step forward. TIA