Michele Locati <[email protected]> writes:

> BTW, when I compile with '--enable-shared --enable-static' (dll +
> smaller exes) and try to execute the exes under Windows it fails
> because libwinpthread-1.dll can't be found.

> With the 0.18 series the only dependency is from libiconv: there's a
> new dependency now?

AFAIK we didn't add any explicit dependency on pthread, so I suspect
that it was introduced by the change in our Gnulib usage or your cross
compilation environment.

Are you able to reproduce this when you recompile 0.18?

Michele Locati <[email protected]> writes:

> Another (minor/aesthetic) problem is about the naming of the dll
> generated.
> We have
> - libgettextsrc-0-19.dll
> - libgettextlib-0-19.dll
> but
> - libgettextpo-0.dll (without -19)
>
> (this problem still existed in the 0.18 series)

I think this is intended.  The above two DLLs are for internal use only
and the ABI changes often, so it makes sense to bump the library version
on every release.  On the other hand, libgettextpo is a public library
and the ABI is stable.

Regards,
--
Daiki Ueno

Reply via email to