This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: libtool (was: GCC 3.0: sparc-sun-solaris2.8 fails to build today)
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: libtool (was: GCC 3.0: sparc-sun-solaris2.8 fails to build today)
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Wed, 13 Jun 2001 09:33:35 +0200 (CEST)
- cc: Mark Mitchell <mark at codesourcery dot com>, <gcc-patches at gcc dot gnu dot org>, <ghazi at caip dot rutgers dot edu>, <gcc at gcc dot gnu dot org>, <oldham at codesourcery dot com>
On 13 Jun 2001, Alexandre Oliva wrote:
> Ok to install?
Yes, thanks, with minor changes:
+Solaris' /bin/sh will often fail to configure libstdc++-v3, boehm-gc or
+libjava. If you encounter this problem, set @var{CONFIG_SHELL} to
+@code{/bin/ksh}
@command{/bin/sh} and @command{/bin/ksh}.
+Another possibility that sometimes helps is to remove
+@code{*-*-solaris*/config.cache}.
@file{*-*-solaris*/config.cache}
+If you use GNU ld, or if you don't have a previously-installed libgcj in
+the same prefix, use @code{--enable-libgcj} to build and install the
+Java libraries.
@option{--enable-libgcj}.
Thanks,
Gerald