This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[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
- From: "rob1weld at aol dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 5 Aug 2008 05:07:05 -0000
- 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
- References: <bug-37019-13830@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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