From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NPo6b-0001h0-JZ for mharc-grub-devel@gnu.org; Tue, 29 Dec 2009 21:16:09 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPo6Y-0001gK-MG for grub-devel@gnu.org; Tue, 29 Dec 2009 21:16:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPo6T-0001fk-TS for grub-devel@gnu.org; Tue, 29 Dec 2009 21:16:05 -0500 Received: from [199.232.76.173] (port=59376 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPo6T-0001fh-Nv for grub-devel@gnu.org; Tue, 29 Dec 2009 21:16:01 -0500 Received: from iona.labri.fr ([147.210.8.143]:37782) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NPo6T-0001Cr-Ct for grub-devel@gnu.org; Tue, 29 Dec 2009 21:16:01 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by iona.labri.fr (Postfix) with ESMTP id BBCC436B74 for ; Wed, 30 Dec 2009 03:15:58 +0100 (CET) X-Virus-Scanned: amavisd-new at labri.fr Received: from iona.labri.fr ([127.0.0.1]) by localhost (iona.labri.fr [127.0.0.1]) (amavisd-new, port 10027) with LMTP id DRjlxuJUDT4i for ; Wed, 30 Dec 2009 03:15:58 +0100 (CET) Received: from [192.168.1.50] (c2433-1-88-160-112-182.fbx.proxad.net [88.160.112.182]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by iona.labri.fr (Postfix) with ESMTP id 8676A36B73 for ; Wed, 30 Dec 2009 03:15:58 +0100 (CET) Message-ID: <4B3AB7DD.6090601@labri.fr> Date: Wed, 30 Dec 2009 03:15:57 +0100 From: =?windows-1252?Q?Gr=E9goire_Sutre?= User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090707) MIME-Version: 1.0 To: The development of GNU GRUB References: <8F471D00-A4B3-46A2-9DDE-D9A096F8FC9A@zetam.org> In-Reply-To: <8F471D00-A4B3-46A2-9DDE-D9A096F8FC9A@zetam.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: Compilation under MacOSX X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2009 02:16:07 -0000 Hi Yves, >=20 > the main trunk (mainline) can be compile on Mac OSX (snow leopard) but = i need to add a LDFLAGS=3D"-lintl" so utils like grub-mkimage can link. I experienced a similar problem when compiling trunk on NetBSD: http://savannah.gnu.org/bugs/?28356 Adding LDFLAGS=3D"-lintl" also solved the problem, but a better (?) optio= n=20 might be to use the variable LIBINTL that is set by the macro=20 AM_GNU_GETTEXT (see the above bug report for some details and for a=20 possible patch). Best, Gr=E9goire