From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7095 invoked by alias); 3 Jun 2019 08:58:03 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 7050 invoked by uid 89); 3 Jun 2019 08:58:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=H*MI:online, H*Ad:D*t-online.de, offer, H*r:sk:mailout X-HELO: mailout10.t-online.de Received: from mailout10.t-online.de (HELO mailout10.t-online.de) (194.25.134.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 03 Jun 2019 08:58:01 +0000 Received: from fwd38.aul.t-online.de (fwd38.aul.t-online.de [172.20.26.138]) by mailout10.t-online.de (Postfix) with SMTP id 5BEDE415E619 for ; Mon, 3 Jun 2019 10:57:59 +0200 (CEST) Received: from [192.168.2.127] (E1HSlmZVZh8urgpw9FIjwA2cK4VDFEkb3w3trvp5n5PkGOGOv2lnBc6VGFgmBFgQwM@[84.159.159.76]) by fwd38.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1hXimz-0wu2XQ0; Mon, 3 Jun 2019 10:57:57 +0200 To: cygwin@cygwin.com From: Henning Subject: Difference between --disable-nls and --disable-i18n Message-ID: Date: Mon, 03 Jun 2019 08:58:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; rv:56.0) Gecko/20100101 Thunderbird/56.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg00008.txt.bz2 If I (re-)compile packages I want to exclude support for internatio- nalization/native languages, unicode and the like. My locale is C.CP850 or C.CP437. And I don't want utilities like sed to be able to recognize or otherwise deal with unicode/multibyte characters. My guess is that --disable-nls prevents non-en_US manpages and messages. Many packages offer this configure option. sed(1) offers this one and --dissable-i18n. What is the difference? And there are --with(out)-libintl-prefix --with(out)-libiconv-prefix. I would be glad I somebody could shed a light on all these and possible interdependencies. Thanks in advance Henning -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple