This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFD: gettext, iconv, packaging...


On Tue, Jun 18, 2002 at 02:25:59PM -0400, Charles Wilson wrote:
> FYI, the new gettext package is NOT imminent.  There are some variables 
> exported from cyggettext*.dll to the msg*.exe programs that are not 
> auto-importable. (direct access to elements in an array of structs).
> 
> So, I need to muck with the code some -- and add accessor functions or 
> something.  So this will take a while.  Fortunately, since these are 
> "private" DLLs, I'm not changing the "external API" outside of the 
> gettext package itself.

If only these two tools are using cyggettext*.dll and the other one,
why not linking statically against them?  I don't see a reason to
have dlls hanging around for that purpose.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]