This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/11615] make install crashes on libtool install of files in libffi and libjava
- From: "rlw at cinci dot rr dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jul 2003 15:50:27 -0000
- Subject: [Bug other/11615] make install crashes on libtool install of files in libffi and libjava
- References: <20030721153116.11615.rlw@cinci.rr.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11615
------- Additional Comments From rlw at cinci dot rr dot com 2003-07-21 15:50 -------
Subject: Re: make install crashes on libtool install of
files in libffi and libjava
Actually I had come across that and was using gnu make and gnu ld. I
had also set CONFIG_SHELL to /bin /ksh and as you can see from the log
it was using /bin/ksh. Here is my configure command.
NM=/usr/ccs/bin/nm;export NM
../configure --prefix=/usr/local/gcc-3.3 --with-gnu-as
--with-as=/usr/local/bin/as --with-gnu-ld --with-ld=/usr/local/bin/ld
--disable-nls --enable-languages=c,c++,java
Regards,
Richard
pinskia at gcc dot gnu dot org wrote:
>PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
>
>http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11615
>
>
>pinskia at gcc dot gnu dot org changed:
>
> What |Removed |Added
>----------------------------------------------------------------------------
> Status|UNCONFIRMED |RESOLVED
> Resolution| |DUPLICATE
>
>
>------- Additional Comments From pinskia at gcc dot gnu dot org 2003-07-21 15:36 -------
>Another dup of bug 11408.
>Please read the docs:
><http://gcc.gnu.org/install/specific.html#*-*-solaris2*>.
>There is very restrictive way of bootstrapping of solaris:
>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
> % srcdir/configure [options] [target]
> % gmake bootstrap
> % gmake install
>
>
>*** This bug has been marked as a duplicate of 11408 ***
>
>
>
>------- You are receiving this mail because: -------
>You reported the bug, or are watching the reporter.
>
>
>