X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Wed, 08 Sep 2004 06:43:41 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-ID: <01c49556$Blat.v2.2.2$2dc619a0@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: <%pu%c.17242$LU2.11171@newssvr27.news.prodigy.com> (one2001boy AT yahoo DOT com) 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> <01c4950a$Blat.v2.2.2$00dfe020 AT zahav DOT net DOT il> <%pu%c.17242$LU2 DOT 11171 AT newssvr27 DOT news DOT prodigy DOT com> 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: Wed, 08 Sep 2004 02:48:27 GMT > > Eli Zaretskii wrote: > >>From: "one2001boy AT yahoo DOT com" > >>Date: Tue, 07 Sep 2004 06:58:29 GMT > >> > >>I need to uninstall the old version of djgpp first and reinstall > >>the latest version. > > > > > > What for? You should be able to debug the program no matter what > > version of DJGPP you have installed. > > The alhpa version of cp.exe works fine (no need to debug). > > Only the beta version of cp.exe has the problem. The source code for > cp.exe for both alpha and beta is the same, thus the glibc etc needs to > be updated. Right? We are talking about finding out where in cp the bug happens. For this, you only need to establish what line in cp's sources fails to work. You don't need to go into the library function's code.