Menu

#14 Shared libraries

open
nobody
None
5
2005-07-07
2005-07-07
No

One more modification request that would make it easier for an OpenBSD port/packages: use shared versions of libiconv and libintl instead of statically linking them. Thanks.

Discussion

  • elsapo

    elsapo - 2005-09-13

    Logged In: YES
    user_id=1195173

    These two lines are in ./configure.in

    AM_GNU_GETTEXT(,need-ngettext)
    AM_ICONV

    and then these are in

    ./src/liflines/Makefile.am

    @LIBINTL@ @LIBICONV@

    AFAIK, that is the correct way to use iconv & gettext, and
    the rest is all up to the iconv and gettext scripts. Do you
    know any different?

     
  • elsapo

    elsapo - 2005-09-13

    Logged In: YES
    user_id=1195173

    Perhaps we need to add conditional use of @LTLIBINTL@.
    See:

    http://www.delorie.com/gnu/docs/gettext/gettext_190.html

     
  • elsapo

    elsapo - 2005-09-15

    Logged In: YES
    user_id=1195173

    I need help testing such a change. Cygwin already has some
    magic going on so it is dynamically linking to both iconv
    and gettext (libintl). Linux libc includes the gettext &
    iconv functionality, so will never need to dynamically link.

    If you have a system where you will benefit from such a
    change, and you could test a tarball for me to verify that
    it fixes this (at least for gettext), please inform me.

     

Log in to post a comment.