diff options
author | Skip Montanaro <skip@pobox.com> | 2003-01-03 16:26:23 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-01-03 16:26:23 (GMT) |
commit | 4de9cba15279661a0e9eb8fe7ce76e20c6564e12 (patch) | |
tree | abf1c2c02d001f3a8136c75931f89b5d9e88e1c7 /README | |
parent | 87cebbf601c2e6d53bdeb1ab0e91ce493cfdcb52 (diff) | |
download | cpython-4de9cba15279661a0e9eb8fe7ce76e20c6564e12.zip cpython-4de9cba15279661a0e9eb8fe7ce76e20c6564e12.tar.gz cpython-4de9cba15279661a0e9eb8fe7ce76e20c6564e12.tar.bz2 |
qualify known Solaris versions related to the binutils breakage.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -271,8 +271,11 @@ Solaris: When using Sun's C compiler with threads, at least on Solaris versions built using it. This mistakenly enables the -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. + 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 libraries, such as |