This is the mail archive of the gcc-patches@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]

Re: Installing gcc 2.95


On Tue, 17 Aug 1999, Jason Pond wrote:
> Does anyone have any ideas, or a more detailed installation procedure.

Indeed we have received a couple of questions concerning that, so here
is a patch which I' just applying to our documentation:

Would that have helped you when installing GCC?

Gerald


Index: specific.html
===================================================================
RCS file: /egcs/carton/cvsfiles/wwwdocs/htdocs/install/specific.html,v
retrieving revision 1.41
diff -r1.41 specific.html
24a25
>   <li><a href="#*-*-solaris*">*-*-solaris*</a></li>
425a427,435
> <h3><a name="*-*-solaris*">*-*-solaris*</a></h3>
> 
> <p>Starting with Solaris, Sun does not ship a C compiler any more. To
> bootstrap and install GCC you first have to install a pre-built
> compiler, for example from <a href="http://www.sunfreeware.com/">
> http://www.sunfreeware.com</a>.</p>
> 
> 
> <hr>
439,443c449,455
< <p>A bug in the SunOS4 linker will cause it to crash when linking -fPIC compiled
< objects (and will therefore not allow you to build shared libraries).</p>
< 
< <p>To fix this problem you can either use the most recent version of binutils or
< get the latest SunOS4 linker patch (patch ID 100170-10) from Sun's patch site.</p>
---
> <p>A bug in the SunOS4 linker will cause it to crash when linking
> -fPIC compiled objects (and will therefore not allow you to build
> shared libraries).</p>
> 
> <p>To fix this problem you can either use the most recent version of
> binutils or get the latest SunOS4 linker patch (patch ID 100170-10)
> from Sun's patch site.</p>
479c491
< <p><i>Last modified on August 15, 1999.</i></p>
---
> <p><i>Last modified on August 17, 1999.</i></p>


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