From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23403 invoked by alias); 29 Jun 2005 07:08:35 -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 23127 invoked by uid 22791); 29 Jun 2005 07:08:30 -0000 Received: from dumbledore.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.11) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 29 Jun 2005 07:08:30 +0000 Received: (qmail 19671 invoked from network); 29 Jun 2005 07:08:27 -0000 Received: from unknown (HELO taltos.codesourcery.com) (zack@127.0.0.2) by mail.codesourcery.com with ESMTPA; 29 Jun 2005 07:08:27 -0000 Received: by taltos.codesourcery.com (sSMTP sendmail emulation); Wed, 29 Jun 2005 00:08:27 -0700 To: George R Goffe Cc: gcc@gcc.gnu.org Subject: Re: A question about a possible build problem. References: <20050629060420.83076.qmail@web53105.mail.yahoo.com> From: Zack Weinberg Date: Wed, 29 Jun 2005 07:08:00 -0000 In-Reply-To: <20050629060420.83076.qmail@web53105.mail.yahoo.com> (George R. Goffe's message of "Tue, 28 Jun 2005 23:04:20 -0700 (PDT)") Message-ID: <87wtodprmc.fsf@codesourcery.com> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-06/txt/msg01236.txt.bz2 George R Goffe writes: > tail: cannot open `+16c' for reading: No such file or directory > tail: cannot open `+16c' for reading: No such file or directory > tail: cannot open `+16c' for reading: No such file or directory You have the buggy version of coreutils that does not recognize old-fashioned options. You may be able to work around this with 'export _POSIX2_VERSION=199209' (or equivalent construct if you are using some other shell). zw