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
Message-ID: <024e01c172d0$45fce450$0200a8c0@lifelesswks>
From: "Robert Collins" <robert.collins@itdomain.com.au>
To: "Charles Wilson" <cwilson@ece.gatech.edu>
Cc: "Corinna Vinschen" <cygwin@cygwin.com>, <cygwin@sources.redhat.com>
References: <009f01c17214$9d03d130$3396e4c2@MONTEZUMA> <4.3.1.2.20011120204158.0217cef8@pop.ma.ultranet.com> <20011121103409.G21630@cygbert.vinschen.de> <002a01c17270$1641a8f0$0200a8c0@lifelesswks> <3BFBEDA2.5050003@ece.gatech.edu>
Subject: Re: cygintl.dll missing
Date: Thu, 22 Nov 2001 08:05:38 +1100
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
X-OriginalArrivalTime: 21 Nov 2001 21:05:33.0152 (UTC) FILETIME=[42243E00:01C172D0]

----- Original Message -----
From: "Charles Wilson" <cwilson@ece.gatech.edu>
> Well, the *real* problem here is that gettext-0.10.38-2's cygintl.dll
> exports some symbols that gettext-0.10.35p1-2's cygintl.dll does not.
> Therefore, 38's dll is backward compatibile with apps that use
35p1-2's
> DLL, but 35p1-2 is not *forward* compatible.

It exports the new symbols, but what I wnat to know - why does vim use
them? Are they used in the same #defines that previously used older
symbols?

> I don't know how to solve this problem.  The libtool versioning scheme
> -- as mapped to the windows dll structure -- implies that the version
> number should NOT change when symbols are ADDED to the interface,
right?
...
Yes, and I still think that reasononing is correct. It means that having
the newest .dll on the system will work for all apps linked to that dll
name. Even linux doesn't guarantee forward compatability. (i.e. having
an older library than a program needs won't work. Having a newer one
will work for old binaries).

...
> So, to repeat: this illustrates a problem with gettext (more globally,
> with dll versioning on windows) but I don't know how to solve it.
> Except "update your gettext package". Sigh.

Yup. It's a wonderful world :]. Seriously though, I don't percieve this
as an issue. What I see as an issue is setup.exe not allowing
package-version constraints on dependencies. And thats *my* problem :}.

Rob


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

