aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2001-06-13 03:38:52 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2001-06-13 03:38:52 +0000
commit0e96b2039c173f64bccd8bff915c1920e59594cc (patch)
tree2425f756b7e7493b1e60048b185d88d200672db0 /gcc/doc
parent6c7905cd837921da1b3eab3a751fc47fedee6cb2 (diff)
downloadgcc-0e96b2039c173f64bccd8bff915c1920e59594cc.zip
gcc-0e96b2039c173f64bccd8bff915c1920e59594cc.tar.gz
gcc-0e96b2039c173f64bccd8bff915c1920e59594cc.tar.bz2
install.texi (ix86-*-solaris*): Removed, outdated.
* doc/install.texi (ix86-*-solaris*): Removed, outdated. (*-*-solaris*): Document problem in /bin/sh that affects configuring libraries. (sparc-*-solaris*): Recommend GNU binutils 2.11.1 or vendor tools. (*-sun-solaris2.8): Document linker problem that explains why libjava is disabled by default. From-SVN: r43303
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi35
1 files changed, 16 insertions, 19 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 7066e6f..940b4aa 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -33,7 +33,7 @@
@settitle Installing GCC: Binaries
@end ifset
-@comment $Id: install.texi,v 1.19 2001/06/11 21:29:37 mmitchel Exp $
+@comment $Id: install.texi,v 1.20 2001/06/12 19:36:53 jsm28 Exp $
@c Copyright (C) 2001 Free Software Foundation, Inc.
@c *** Converted to texinfo by Dean Wakerley, dean@wakerley.com
@@ -1204,8 +1204,6 @@ GNU Compiler Collection on your machine.
@item
@uref{#ix86-*-sco3.2v5*,,i?86-*-sco3.2v5*}
@item
-@uref{#ix86-*-solaris*,,i?86-*-solaris*}
-@item
@uref{#ix86-*-udk,,i?86-*-udk}
@item
@uref{#ix86-*-isc,,i?86-*-isc}
@@ -1951,19 +1949,6 @@ engineering and will hopefully be addressed in later releases.
</p>
<hr>
@end html
-@heading @anchor{ix86-*-solaris*}i?86-*-solaris*
-
-GCC 2.95.2, when configured to use the GNU assembler, would invoke
-it with the @code{-s} switch, that GNU as up to 2.9.5.0.12 does
-not support. If you'd rather not use a newer GNU as nor the native
-assembler, you'll need the patch
-@uref{x86-sol2-gas.patch,,@file{x86-sol2-gas.patch}}.
-
-
-@html
-</p>
-<hr>
-@end html
@heading @anchor{ix86-*-udk}i?86-*-udk
This target emulates the SCO Universal Development Kit and requires that
@@ -2911,6 +2896,12 @@ error: can't compute value of an expression involving an external symbol.}
This is Sun bug 4237974. This is fixed with patch 108908-02 and has
been fixed in later (5.x) versions of the assembler.
+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} in your environment and run @samp{make bootstrap} again.
+Another possibility that sometimes helps is to remove
+@code{*-*-solaris*/config.cache}.
+
@html
<p>
<hr>
@@ -2957,8 +2948,9 @@ On Solaris 2, trying to use the linker and other tools in
For example, the linker may hang indefinitely. The fix is to remove
@file{/usr/ucb} from your @code{PATH}.
-binutils 2.9.1 has known bugs on this platform. We recommend to use
-binutils 2.10 or the vendor tools (Sun as, Sun ld).
+All releases of GNU binutils prior to 2.11.1 have known bugs on this
+platform. We recommend the use of GNU binutils 2.11.1 or the vendor
+tools (Sun as, Sun ld).
Unfortunately, C++ shared libraries, including libstdc++, won't work
properly if assembled with Sun as: the linker will complain about
@@ -2966,7 +2958,6 @@ relocations in read-only sections, in the definition of virtual
tables. Also, Sun as fails to process long symbols resulting from
mangling template-heavy C++ function names.
-
@html
</p>
<hr>
@@ -3026,6 +3017,12 @@ will assume that any missing type is 'int' (as defined by C89).
For Solaris 8, this is fixed by revision 24 or later of patch 108652
(for SPARCs) or 108653 (for Intels).
+Solaris 8's linker fails to link some libjava programs if
+previously-installed GCC java libraries already exist in the configured
+prefix. For this reason, libgcj is disabled by default on Solaris 8.
+If you use GNU ld, or if you don't have a previously-installed libgcj in
+the same prefix, use @option{--enable-libgcj} to build and install the
+Java libraries.
@html
<p>