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> <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> <01c49556$Blat.v2.2.2$2dc619a0 AT zahav DOT net DOT il> In-Reply-To: <01c49556$Blat.v2.2.2$2dc619a0@zahav.net.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Lines: 32 Message-ID: <6ix%c.12988$QJ3.12404@newssvr21.news.prodigy.com> NNTP-Posting-Host: 68.125.129.136 X-Complaints-To: abuse AT prodigy DOT net X-Trace: newssvr21.news.prodigy.com 1094623490 ST000 68.125.129.136 (Wed, 08 Sep 2004 02:04:50 EDT) NNTP-Posting-Date: Wed, 08 Sep 2004 02:04:50 EDT Organization: SBC http://yahoo.sbc.com X-UserInfo1: [[PGGVKEEZVQG]IRN[O AT _WH@YR_B AT EXLLBWLOOAFBATBTSUBYFWEAE[YJLYPIWKHTFCMZKVMB^[Z^DOBRVVMOSPFHNSYXVDIE AT X\BUC AT GTSX@DL^GKFFHQCCE\G[JJBMYDYIJCZM AT AY]GNGPJD]YNNW\GSX^GSCKHA[]@CCB\[@LATPD\L AT J\\PF]VR[QPJN Date: Wed, 08 Sep 2004 06:04:50 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: 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. OK. Get everything installed. but unable to compile the filutils. After setting up the environment, gcc -g cp.c won't work obviously. Which instructions should I follow to compile?