From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28897 invoked by alias); 3 Jul 2003 16:48:59 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 28866 invoked from network); 3 Jul 2003 16:48:58 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.73.237.138) by sources.redhat.com with SMTP; 3 Jul 2003 16:48:58 -0000 Received: (qmail 15801 invoked from network); 3 Jul 2003 16:47:53 -0000 Received: from egil.codesourcery.com (HELO taltos.codesourcery.com) (zack@66.92.14.122) by mail.codesourcery.com with DES-CBC3-SHA encrypted SMTP; 3 Jul 2003 16:47:53 -0000 Received: by taltos.codesourcery.com (sSMTP sendmail emulation); Thu, 3 Jul 2003 09:48:56 -0700 From: "Zack Weinberg" To: Alexandre Oliva Cc: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: PATCH: replace obsolete GCC libintl with top-level libintl from newest gettext distribution References: <87he64wa7m.fsf@codesourcery.com> <87znjvtxys.fsf@egil.codesourcery.com> Date: Thu, 03 Jul 2003 16:48:00 -0000 In-Reply-To: <87znjvtxys.fsf@egil.codesourcery.com> (Zack Weinberg's message of "Thu, 03 Jul 2003 08:46:19 -0700") Message-ID: <87n0fvtv2f.fsf@egil.codesourcery.com> User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-07/txt/msg00080.txt.bz2 "Zack Weinberg" writes: > Alexandre Oliva writes: > >> On Jul 3, 2003, "Zack Weinberg" wrote: >> >>> OK to apply? >> >> Oh, wait! This will break uberbaum, unless binutils, gdb and >> everybody else switches to the new intl/ at the same time. > > It shouldn't. The uberbaum intl/ symlink points to /cvs/src/src/intl, > so you'll get the old libintl, which is harmless. GCC has no > dependency on the precise version of libintl in use. I have now verified this, by building GCC with --with-included-gettext and the libintl from binutils, as it would be in an uberbaum configuration. zw