This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/15379] 'make install' fails
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 May 2004 17:31:30 -0000
- Subject: [Bug bootstrap/15379] 'make install' fails
- References: <20040511172605.15379.andreas@florath.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-11 17:31 -------
Did you read: <http://gcc.gnu.org/install/specific.html#*-*-solaris2*>?
The Solaris 2 /bin/sh will often fail to configure libstdc++-v3, boehm-gc or libjava. We therefore
recommend to use the following sequence of commands to bootstrap and install GCC:
% CONFIG_SHELL=/bin/ksh
% export CONFIG_SHELL
and then proceed as described in the build instructions, where we strongly recommend using GNU
make and specifying an absolute path to invoke srcdir/configure.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15379