bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gettext] Static link fails with gettext 0.19.8.1


From: Alexey Neyman
Subject: [bug-gettext] Static link fails with gettext 0.19.8.1
Date: Mon, 13 Feb 2017 22:44:20 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0

Hi,

A failure to link with libintl.a statically has been reported on the crosstool-ng list:
https://github.com/crosstool-ng/crosstool-ng/issues/597

The reason is again, multiple definitions of several symbols. libintl was configured with:
        --enable-static
        --disable-shared
        --disable-java
        --disable-native-java
        --disable-csharp
        --without-emacs
        --disable-openmp
        --with-included-libxml
        --with-included-gettext
        --with-included-glib
        --with-included-libcroco
        --with-included-libunistring
        --with-libncurses-prefix=/..../
        --with-libiconv-prefix=/..../
        --without-libpth-prefix

Patch attached.

Regards,
Alexey.

Attachment: 0001-Internalize-more-function-variable-names.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]