This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/11615] make install crashes on libtool install of files in libffi and libjava


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.
>
>  
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]