From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23942 invoked by alias); 5 Aug 2008 05:07:06 -0000 Received: (qmail 23864 invoked by uid 48); 5 Aug 2008 05:07:05 -0000 Date: Tue, 05 Aug 2008 05:07:00 -0000 Message-ID: <20080805050705.23861.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/msg00026.txt.bz2 ------- Comment #6 from rob1weld at aol dot com 2008-08-05 05:07 ------- The grep/sed problem occurs during the boehm-gc configury and in libjava/classpath also. It is also missing iconv whereas the main configure picks it up (due to: "--with-libiconv-prefix=/opt/csw"): Adding multilib support to Makefile in /aux0/gcc-4.2.3/libjava multidirs= with_multisubdir= configure: configuring in classpath ... checking for ld used by GCC... /usr/ccs/bin/ld checking if the linker (/usr/ccs/bin/ld) is GNU ld... no checking for shared library run path origin... /bin/bash: /aux0/gcc-4.2.3/libjava/classpath/config.rpath: No such file or directory done checking for iconv... no, consider installing GNU libiconv checking for X... libraries /usr/X11/lib, headers /usr/include/X11 checking whether -R must be followed by a space... no Hopefully a new Autoconf is coming with a utility script (that will run through all subdirectories searching for ".in" files and rebuild everything) -- that anyone can run on any version of gcc or any GNU program (to save regressing everything). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37019