Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Date: Sat, 14 Dec 2002 14:26:08 -0500 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: Changed fhandler_* read and raw_read methods throughout Message-ID: <20021214192607.GA1569@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <20021214040532 DOT GA3368 AT redhat DOT com> <20021214175544 DOT N19104 AT cygbert DOT vinschen DOT de> <20021214180314 DOT GA11428 AT redhat DOT com> <019201c2a3a0$dca968e0$0201a8c0 AT sos> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <019201c2a3a0$dca968e0$0201a8c0@sos> User-Agent: Mutt/1.5.1i On Sat, Dec 14, 2002 at 01:44:37PM -0500, Sergey Okhapkin wrote: >Looks like the binary compatibility is broken now... > >E:\...src\i686-pc-cygwin\winsup\cygwin>nice ls >E:\usr\bin\ls.exe: *** fhandler size version mismatch detected - 0x6C/0x70. >You have multiple copies of cygwin1.dll on your system. >Search for cygwin1.dll using the Windows Start->Find/Search facility >and delete all but the most recent version. The most recent version >*should* >reside in x:\cygwin\bin, where 'x' is the drive on which you have >installed the cygwin distribution. The size of fhandler_base did change but that isn't a big deal unless you are trying to use two copies of the dll at the same time. cgf