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


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


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