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: egcs/gcc and solaris x86 V2.6


On Tue, 14 Jul 1998, Dickson, Ross wrote:
> I have several comments on the installation process for egcs/gcc when
> working with Solaris 2.6 for x86.

Thanks!

> Finally, in  http://egcs.cygnus.com/install/specific.html there is a line
> 
> You'll need a patch to fix an egcs bug on this platform. x86 solaris patch 
> 
> where "x86 solaris patch" is a link to
> http://www-egcs.cygnus.com/faq.html#x86solaris which does not work due to
> the "www-" at the beginning.

While this won't solve your problem, here is a patch to correct this and
update the entry on the web/in the docs.

Gerald


Index: specific.html
===================================================================
RCS file: /egcs/carton/cvsfiles/wwwdocs/htdocs/install/specific.html,v
retrieving revision 1.9
diff -c -3 -p -r1.9 specific.html
*** specific.html	1998/07/14 03:01:40	1.9
--- specific.html	1998/07/15 11:10:20
*************** tell you what you're running) require TL
*** 28,35 ****
  C++ constructors and destructors to work right.
  
  <p><b>i?86-pc-solaris*</b><br>
! You'll need a patch to fix an egcs bug on this platform.
! <a href="http://www-egcs.cygnus.com/faq.html#x86solaris"> x86 solaris patch</a>
  
  <p><b>hppa*-hp-hpux*</b><br>
  We <b>highly</b> recommend using gas/binutils-2.8 on all hppa platforms; you
--- 28,36 ----
  C++ constructors and destructors to work right.
  
  <p><b>i?86-pc-solaris*</b><br>
! For versions of egcs before 1.0.1 you'll need a special
! <a href="http://egcs.cygnus.com/faq.html#x86solaris">x86 solaris patch</a>
! to fix an egcs bug on this platform.
  
  <p><b>hppa*-hp-hpux*</b><br>
  We <b>highly</b> recommend using gas/binutils-2.8 on all hppa platforms; you
*************** exception handling 
*** 123,129 ****
  <p>XXX Linux stuff
  -k encaps stuff
  <hr>
! <i>Last modified on May 15, 1998.</i>
  
  <!--#include virtual="/glimpsebox.html"-->
  </body>
--- 124,130 ----
  <p>XXX Linux stuff
  -k encaps stuff
  <hr>
! <i>Last modified on July 15, 1998.</i>
  
  <!--#include virtual="/glimpsebox.html"-->
  </body>




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