From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: duplicate filenames found while installing Date: Tue, 5 Oct 1999 10:07:20 +0200 Organization: NetVision Israel Lines: 17 Message-ID: References: <37f99648 DOT 1104647 AT news DOT copper DOT net> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 939110767 29395 199.203.121.2 (5 Oct 1999 08:06:07 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 5 Oct 1999 08:06:07 GMT X-Sender: eliz AT is In-Reply-To: <37f99648.1104647@news.copper.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 5 Oct 1999, Return Zero wrote: > I just tried to reinstall djgpp with the necessary files to use > the perl interpreter and the latest gcc release, gcc2951b.zip. > In the process I encountered the following duplicate filenames: In general, use the latest version, judging by the time stamp. > split.exe djdev201.zip 37888 10/31/96 You are using an old and unmaintained DJGPP version. The latest version is v2.02; download djdev202.zip. split.exe and echo.exe are renamed there to other names, to avoid collision. In particular, GCC 2.95.1 will not work at all with DJGPP v2.01. You need 2.02 or later.