From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20455 invoked by alias); 20 Mar 2009 17:55:40 -0000 Received: (qmail 20447 invoked by uid 22791); 20 Mar 2009 17:55:37 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_66,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Mar 2009 17:55:31 +0000 Received: from wpaz37.hot.corp.google.com (wpaz37.hot.corp.google.com [172.24.198.101]) by smtp-out.google.com with ESMTP id n2KHtRff020108; Fri, 20 Mar 2009 10:55:27 -0700 Received: from localhost.localdomain.google.com (dhcp-172-22-125-203.mtv.corp.google.com [172.22.125.203]) (authenticated bits=0) by wpaz37.hot.corp.google.com with ESMTP id n2KHtOip031287 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Fri, 20 Mar 2009 10:55:26 -0700 To: mailtome200420032002@yahoo.com Cc: gcc-help@gcc.gnu.org Subject: Re: cc1: error: unrecognized command line option "-Wno-overlength-strings" References: <535483.67163.qm@web53109.mail.re2.yahoo.com> From: Ian Lance Taylor Date: Fri, 20 Mar 2009 17:55:00 -0000 In-Reply-To: <535483.67163.qm@web53109.mail.re2.yahoo.com> (john blair's message of "Fri\, 20 Mar 2009 10\:36\:05 -0700 \(PDT\)") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2009-03/txt/msg00254.txt.bz2 john blair writes: > Surprisingly the gcc/Makefile is newer then all the gcc/*.o files and > so it is rebuilding them during make install. Interesting. So why is gcc/Makefile newer than the *.o files when you run "make install", but not when you run "make"? The Makefile is normally created by running the config.status script; do you see this happening early on when you run "make install"? Ian