From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30598 invoked by alias); 19 Feb 2003 17:37:16 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 30588 invoked from network); 19 Feb 2003 17:37:15 -0000 Received: from unknown (HELO mail-out1.apple.com) (17.254.0.52) by 172.16.49.205 with SMTP; 19 Feb 2003 17:37:15 -0000 Received: from mailgate2.apple.com (A17-129-100-225.apple.com [17.129.100.225]) by mail-out1.apple.com (8.12.3/8.12.3) with ESMTP id h1JHbBg7013843 for ; Wed, 19 Feb 2003 09:37:11 -0800 (PST) Received: from scv3.apple.com (scv3.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Wed, 19 Feb 2003 09:37:09 -0800 Received: from apple.com (mrs1.apple.com [17.201.24.248]) by scv3.apple.com (8.11.3/8.11.3) with ESMTP id h1JHb9f05395; Wed, 19 Feb 2003 09:37:09 -0800 (PST) Date: Wed, 19 Feb 2003 17:47:00 -0000 Subject: Re: Mainline: C++ include files not found! Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) Cc: Gerald Pfeifer , gcc@gcc.gnu.org To: Daniel Jacobowitz From: Mike Stump In-Reply-To: <20030215135157.GA23004@nevyn.them.org> Message-Id: Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg01287.txt.bz2 On Saturday, February 15, 2003, at 05:51 AM, Daniel Jacobowitz wrote: > Folks, should we explicitly use readlink to follow if argv[0] turns out > to be a link? I guess that's reasonable. Yes, please.