X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "one2001boy AT yahoo DOT com" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: cp.exe bug References: <01c4929c$Blat.v2.2.2$92cbcdc0 AT zahav DOT net DOT il> <01c49300$Blat.v2.2.2$e967e600 AT zahav DOT net DOT il> In-Reply-To: <01c49300$Blat.v2.2.2$e967e600@zahav.net.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Lines: 25 Message-ID: NNTP-Posting-Host: 68.125.129.136 X-Complaints-To: abuse AT prodigy DOT net X-Trace: newssvr21.news.prodigy.com 1094540309 ST000 68.125.129.136 (Tue, 07 Sep 2004 02:58:29 EDT) NNTP-Posting-Date: Tue, 07 Sep 2004 02:58:29 EDT Organization: SBC http://yahoo.sbc.com X-UserInfo1: Q[R_PJSCTS AT SSWH[MJ_HJZUDFZ\@@FXLM AT TDOCQDJ@_ AT FNTBLNTC@AWZWDXZXQ[K\FFSKCVM AT F_N_DOBWVWG__LG@VVOIPLIGX\\BU_B@\P\PFX\B[APHTWAHDCKJF^NHD[YJAZMCY_CWG[SX\Y]^KC\HSZRWSWKGAY_PC[BQ[BXAS\F\\@DMTLFZFUE@\VL Date: Tue, 07 Sep 2004 06:58:29 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: >>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. > I need to uninstall the old version of djgpp first and reinstall the latest version. I may do it later. Thanks. > TIA