From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16113 invoked by alias); 2 Apr 2007 06:34:03 -0000 Received: (qmail 16083 invoked by uid 22791); 2 Apr 2007 06:33:49 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 02 Apr 2007 07:33:42 +0100 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 9DCA848CFEB; Mon, 2 Apr 2007 02:33:40 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17379-01-6; Mon, 2 Apr 2007 02:33:40 -0400 (EDT) Received: from joel.gnat.com (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 480EF48CC58; Mon, 2 Apr 2007 02:33:40 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 893A3E7B43; Sun, 1 Apr 2007 23:35:02 -0700 (PDT) Date: Mon, 02 Apr 2007 06:34:00 -0000 From: Joel Brobecker To: Andreas Schwab Cc: DJ Delorie , gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org Subject: Re: [RFA/libiberty] Enhance FILENAME_CMP for Windows filesystems Message-ID: <20070402063502.GB3963@adacore.com> References: <20070328191845.GB3956@adacore.com> <200703281930.l2SJUYLW003949@greed.delorie.com> <20070328193743.GC3956@adacore.com> <20070328202443.GD3956@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-04/txt/msg00004.txt.bz2 > > #ifdef HAVE_STRING_H > > #include > > #endif > > That won't work without #include "config.h". Ah ha! Ben Elliston wrote me privately that he gets a warning on x86-linux (Ubunty) that strcmp.h is not defined. That would probably explain it. Thank you! Unfortunately, I'm going to be unavailable for the next two of three days. I'll try to fix it ASAP, but if someone could do this for me, I would really appreciate it. -- Joel