Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Thu, 14 Sep 2000 15:30:52 -0400 Message-Id: <200009141930.PAA06711@envy.delorie.com> From: DJ Delorie To: cygwin AT sources DOT redhat DOT com In-reply-to: <20000914135833.D19083@cygnus.com> (message from Chris Faylor on Thu, 14 Sep 2000 13:58:33 -0400) Subject: Re: STATUS_ACCESS_VIOLATION/segfault problems with cygwin 1.1.4 References: <20000914123951 DOT 9549 DOT qmail AT web114 DOT yahoomail DOT com> <20000914135833 DOT D19083 AT cygnus DOT com> > There was a long thread on this very problem a couple of days ago. It's not > a cygwin bug. It's a problem with "ld". > > I asked DJ to look into this. Maybe he can provide some more details. The problem is when you have two differently named import libraries that refer to the same DLL. Because they have different names, the linker sorts them separately, but because they are the same internally, there is only one symbol for the import, and half the imports get ignored. The solution will probably involve some evil hackery in the linker to try to deduce when this happens, and fudge the library names. No ETA on a solution yet. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com