From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21900 invoked by alias); 25 Mar 2007 09:20:04 -0000 Received: (qmail 21824 invoked by uid 48); 25 Mar 2007 09:19:56 -0000 Date: Sun, 25 Mar 2007 09:20:00 -0000 Message-ID: <20070325091956.21823.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/31335] Calls lstat(), stat() and fstat() in libgfortran should be protected by autoconf HAVE_{L,,F}STAT macros In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "fxcoudert at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-03/txt/msg02347.txt.bz2 ------- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-03-25 11:19 ------- (In reply to comment #1) > http://gcc.gnu.org/ml/fortran/2006-10/msg00583.html Yes, thanks, I know. I followed in my patch (http://gcc.gnu.org/ml/gcc-patches/2007-03/msg01605.html) the idea I already had at that time: if lstat() is not available, instead of not providing the library function for LTAT, we'll use stat(). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31335