From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9785 invoked by alias); 19 Jan 2007 22:57:35 -0000 Received: (qmail 9729 invoked by uid 48); 19 Jan 2007 22:57:19 -0000 Date: Fri, 19 Jan 2007 22:57:00 -0000 Message-ID: <20070119225719.9728.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/29482] libcpp/configure - no usable dependency style found In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tromey 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-01/txt/msg01558.txt.bz2 ------- Comment #4 from tromey at gcc dot gnu dot org 2007-01-19 22:57 ------- > checking dependency style of gcc... none This is a weird message (from comment #2 and comment #3). It suggests to me that something else is going on -- something unrelated to the original bug filed in this PR. For this perhaps you could look in config.log to see what has gone wrong. As to the original PR -- I think fixes to depcomp should be handled upstream, in Automake. Also, libcpp should be changed to accept --disable-dependency-tracking, so that odd cases like this can be more easily worked around. Some users just want to do a single build and do not really need dependencies. -- tromey at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29482