[Python-checkins] python/dist/src README,1.163,1.164

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Fri, 03 Jan 2003 08:26:25 -0800


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv25733

Modified Files:
	README 
Log Message:
qualify known Solaris versions related to the binutils breakage.


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.163
retrieving revision 1.164
diff -C2 -d -r1.163 -r1.164
*** README	3 Jan 2003 16:17:08 -0000	1.163
--- README	3 Jan 2003 16:26:23 -0000	1.164
***************
*** 272,277 ****
          -zcombreloc option which creates broken shared libraries on
          Solaris.  binutils 2.12 works, and the binutils maintainers
!         are aware of the problem.  Binutils 2.13.1 only partially fixed
!         things.  It appears that 2.13.2 solves the problem completely.
  
  	When the dynamic loader complains about errors finding shared
--- 272,280 ----
          -zcombreloc option which creates broken shared libraries on
          Solaris.  binutils 2.12 works, and the binutils maintainers
!         are aware of the problem.  Binutils 2.13.1 only partially
!         fixed things.  It appears that 2.13.2 solves the problem
!         completely.  This problem is known to occur with Solaris 2.7
!         and 2.8, but may also affect earlier and later versions of the
!         OS.
  
  	When the dynamic loader complains about errors finding shared