delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
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 <dj AT delorie DOT com> |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |