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: Kiyoshi KANAZAWA
Subject: bug#19365: [guile-2.0.11] libunistring with iconv required even if specify --disable-nls
Date: Sun, 14 Dec 2014 07:38:43 +0900 (JST)

Hello,

Changed to use "--disable-nls" instead of "--without-libiconv-prefix --without-libintl-prefix".

"./configure --disable-nls" says:
  :
checking for libunistring... yes
  :
checking for libunistring version... 0.9.4
  :
checking whether libunistring was built with iconv support... no
configure: error: No iconv support.  Please recompile libunistring with iconv enabled.

The last check above, "checking whether libunistring was built with iconv support"
cat be skipped when --disable-nls is used, I guess.


Regards,

--- Kiyoshi

----- Original Message -----
From: John Darrington <address@hidden>
To: Kiyoshi KANAZAWA <address@hidden>
Cc: address@hidden
Date: 2014/12/13, Sat 22:32
Subject: Re: bug#19365: [guile-2.0.11] libunistring with iconv required even if specify --disable-nls

I don't think there is any way to disable the libunistring/iconv dependency.
It is a hard requirement.  --disable-nls merely turns off internationalisation.

J'

On Sat, Dec 13, 2014 at 06:50:19PM +0900, Kiyoshi KANAZAWA wrote:
    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

--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.




reply via email to

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