Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion About libintl in gettext

Path: g2news1.google.com!news1.google.com!news.glorb.com!usenet.stanford.edu!not-for-mail
From: PcX <xunxun1...@gmail.com>
Newsgroups: gnu.utils.help
Subject: About libintl in gettext
Date: Thu, 16 Dec 2010 13:58:26 +0800
Lines: 63
Approved: help-gnu-ut...@gnu.org
Message-ID: <mailman.2.1292563604.666.help-gnu-utils@gnu.org>
NNTP-Posting-Host: lists.gnu.org
Mime-Version: 1.0
Content-Type: multipart/alternative;
	boundary="------------030805070006020303000502"
X-Trace: usenet.stanford.edu 1292563605 21137 199.232.76.165 (17 Dec 2010 05:26:45 GMT)
X-Complaints-To: action@cs.stanford.edu
To: help-gnu-ut...@gnu.org
Envelope-to: help-gnu-ut...@gnu.org
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
	h=domainkey-signature:received:received:message-id:date:from
	:user-agent:mime-version:to:subject:content-type;
	bh=0Vo6Yt4HsT1xIEsrOKhcv38slSH0xpNtspDs9W6lMh4=;
	b=Yiv4Lp1ihzxsAmbUmcVBbO7nt9IopdffyBOo5L6o0Qt3R8NggnFTDJtfFEniK6whrj
	gMuza7xdtdtfLbVB0kv6LQffk+81EYbGbxh850zfgZfHeUV0Ibj8BWXTrV75VGY1Qe/A
	xDERRKP6V7tgCa1DflvMJbCFgmUre4BQPXco4=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;
	h=message-id:date:from:user-agent:mime-version:to:subject
	:content-type;
	b=f9qra1+IN/fFvourQXwfL/mD3wNvEcjypfv7ZTL7Rix950UUaZX+W504rIMPZsnXQr
	B+kbO/oMRIsc2mcz5PA4KMf9w1vlUCxlQh+5HEL/6iHvZ75CE9nmCGKXC8dlvuys/HYB
	WvMDMfk8l49SXdYtkhyNpMcokUJqqlSxTzlNc=
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-CN;
	rv:1.9.2.13) Gecko/20101210 Lightning/1.0b2 Lanikai/3.1.7 (tete009
	SSE PGO)
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2)
X-Mailman-Approved-At: Fri, 17 Dec 2010 00:26:42 -0500
X-BeenThere: help-gnu-ut...@gnu.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Users list for the GNU utilities <help-gnu-utils.gnu.org>
List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/help-gnu-utils>,
	<mailto:help-gnu-utils-requ...@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/help-gnu-utils>
List-Post: <mailto:help-gnu-ut...@gnu.org>
List-Help: <mailto:help-gnu-utils-requ...@gnu.org?subject=help>
List-Subscribe: <http://lists.gnu.org/mailman/listinfo/help-gnu-utils>,
	<mailto:help-gnu-utils-requ...@gnu.org?subject=subscribe>

This is a multi-part message in MIME format.
--------------030805070006020303000502
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

Hi, all

     I have compiled the gettext using the source code from 
http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.1.1.tar.gz, and the 
libintl was not compiled out. But when the gettext was compiled 
completely, the libintl was also compiled out, am I right?

     ps: I use mingw gcc4.5 on Win7, and my configure script is below (I 
have compiled libiconv):

./configure --prefix=/mingw --build=i686-pc-mingw32 
--host=i686-pc-mingw32 --target=i686-pc-mingw32 \
       --disable-werror --enable-threads=win32 --disable-nls  \
       --enable-static --disable-shared --with-included-gettext 
--enable-relocatable --with-git

-- 
Regards
PcX


--------------030805070006020303000502
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi, all<br>
    <br>
        I have compiled the gettext using the source code from <a
      moz-do-not-send="true"
      href="http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.1.1.tar.gz">http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.1.1.tar.gz</a>,
    and the libintl was not compiled out. But when the gettext was
    compiled completely, the libintl was also compiled out, am I right?<br>
    <br>
        ps: I use mingw gcc4.5 on Win7, and my configure script is below
    (I have compiled libiconv):<br>
    <br>
    <font color="#3333ff">./configure --prefix=/mingw
      --build=i686-pc-mingw32 --host=i686-pc-mingw32
      --target=i686-pc-mingw32 \<br>
            --disable-werror --enable-threads=win32 --disable-nls  \<br>
            --enable-static --disable-shared --with-included-gettext
      --enable-relocatable --with-git<br>
    </font>
    <pre class="moz-signature" cols="72">-- 
Regards
PcX</pre>
  </body>
</html>

--------------030805070006020303000502--