bug-guile
[Top][All Lists]
Advanced

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

bug#19365: [guile-2.0.11] libunistring with iconv required even if speci


From: Andy Wingo
Subject: bug#19365: [guile-2.0.11] libunistring with iconv required even if specify --disable-nls
Date: Wed, 22 Jun 2016 21:17:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

On Sat 13 Dec 2014 10:50, Kiyoshi KANAZAWA <address@hidden> writes:

> Hello,
>
> Tring to make guile-2.0.11 without NLS.
>
> ./configure --disable-nls --without-libiconv-prefix
> fails with message:
> checking whether libunistring was built with iconv support... no
> configure: error: No iconv support. Please recompile libunistring with
> iconv enabled.
>
> Is this correct ?
>
> (tested on Solaris10 x86.)

Hi :)

I read this and the followup messages.  This situation is correct.
--disable-nls turns of usage of `gettext', but in Guile we still need to
be able to represent all codepoints and convert between them and many
encodings, which is an independent facility.  Disabling `gettext'
doesn't affect Guile's need for libiconv.

Regards,

Andy





reply via email to

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