From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30811 invoked by alias); 15 Mar 2007 13:23:00 -0000 Received: (qmail 30744 invoked by uid 48); 15 Mar 2007 13:22:50 -0000 Date: Thu, 15 Mar 2007 13:23:00 -0000 Message-ID: <20070315132250.30743.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: "aschorr at telemetry-investments dot com" 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/msg01387.txt.bz2 ------- Comment #5 from aschorr at telemetry-investments dot com 2007-03-15 13:22 ------- FYI, I had this same problem trying to build gcc-4.1.2 on Solaris 8. After a lot of experimentation, I found that it could be solved by changing my PATH so that any invocations of 'make' will actually result in the execution of gnu make, and not the bundled solaris make. It seems that just running the toplevel 'gmake bootstrap' with gnu make is not sufficient: there are embedded calls to 'make' down below, and you need to have your PATH configured in such a way that these calls to 'make' will end up running gnu make. Once I made this change, I was able to complete 'make bootstrap' with no problems at all. However, for some reason I was unable to chase down, 'make install' still failed with gcc-4.1.2. But this bug must have been fixed shortly after the release of gcc-4.1.2, because I was able to build and install a gcc-4.1.3 prerelease snapshot from 20070312 with no problems at all (given that 'make' is now resolving to gnu make). I hope this helps. Regards, Andy -- aschorr at telemetry-investments dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aschorr at telemetry- | |investments dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29482