From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13642 invoked by alias); 19 Mar 2003 10:31:15 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 13560 invoked from network); 19 Mar 2003 10:31:14 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.160.55.131) by sources.redhat.com with SMTP; 19 Mar 2003 10:31:14 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 4D443354C; Wed, 19 Mar 2003 02:31:13 -0800 (PST) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id h2JAVCH23692; Wed, 19 Mar 2003 02:31:12 -0800 Date: Wed, 19 Mar 2003 10:50:00 -0000 Message-Id: <200303191031.h2JAVCH23692@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Andreas Jaeger Cc: Jakub Jelinek , GNU libc hacker Subject: Re: make check failure on x86-64 with abilist In-Reply-To: Andreas Jaeger's message of Wednesday, 19 March 2003 10:44:51 +0100 X-Windows: let it get in *your* way. X-SW-Source: 2003-03/txt/msg00040.txt.bz2 > I see - and I build with a different configure line. So, this error > will always appear if something different from --prefix=/usr is used > :-(. Yes. > Can we avoid this somehow? We never should have exported a char array like that in the first place. :-( I wonder why that is a public symbol at all. _nl_default_dirname looks internal to me.