From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6010 invoked by alias); 5 Aug 2008 16:59:39 -0000 Received: (qmail 5989 invoked by uid 48); 5 Aug 2008 16:59:39 -0000 Date: Tue, 05 Aug 2008 16:59:00 -0000 Message-ID: <20080805165939.5988.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/37019] [4.2 Regression] Inconsistent gcc-4.2.3/libjava/configure uses "grep" and "egrep" and "grep -E" and "$EGGREP" but not ggrep -- sed also is trouble In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "rob1weld at aol dot com" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2008-q3/txt/msg00029.txt.bz2 ------- Comment #8 from rob1weld at aol dot com 2008-08-05 16:59 ------- > Ralf Wildenhues 2008-08-05 wrote: > Rob, please let's not play ping pong with the severity of this bug. ? OK, I'll leave it with you. > GCC configury mostly assumes that available commands respect POSIX The default PATH (on unmodified Solaris) is: PATH=/usr/sbin:/usr/bin Traditional Sun utilities are in "/usr/bin" if you want "GNU programs" then prefix with "g" and hope they are installed. If you want Posix programs then look in "/usr/xpg4/bin" and/or in "/usr/xpg6/bin". > To your config.log diff: how exactly did you create the two differing > versions? Asking because they were quite obviously called with a different > command line. Did you call one of them directly, and the other was what a > 'make' from the top level caused to use? Or did you try to build one in > stage1 and one in a later stage? The answer is in comment 2. I compile gcc by typing "gmake" (comment 2 shows it's version). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37019