emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#19365: closed (2.0.11 fails to build on Solaris 10


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#19365: closed (2.0.11 fails to build on Solaris 10, x86)
Date: Wed, 22 Jun 2016 19:18:01 +0000

Your message dated Wed, 22 Jun 2016 21:17:48 +0200
with message-id <address@hidden>
and subject line Re: bug#19365: [guile-2.0.11] libunistring with iconv required 
even if specify --disable-nls
has caused the debbugs.gnu.org bug report #19365,
regarding 2.0.11 fails to build on Solaris 10, x86
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
19365: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19365
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [guile-2.0.11] libunistring with iconv required even if specify --disable-nls Date: Sat, 13 Dec 2014 18:50:19 +0900 (JST)
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.)

Regards,

--- Kiyoshi

--- End Message ---
--- Begin Message --- Subject: Re: 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


--- End Message ---

reply via email to

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