Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Thu, 14 Sep 2000 15:30:52 -0400
Message-Id: <200009141930.PAA06711@envy.delorie.com>
From: DJ Delorie <dj@delorie.com>
To: cygwin@sources.redhat.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.9549.qmail@web114.yahoomail.com> <20000914135833.D19083@cygnus.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@sourceware.cygnus.com

