diff options
author | Skip Montanaro <skip@pobox.com> | 2003-01-03 16:17:08 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-01-03 16:17:08 (GMT) |
commit | 59a755581008c3b2ca5b18d728a42bbb2a0e5189 (patch) | |
tree | 1aa39e7320b2a6812f479f48d03cbd63cdbafccc | |
parent | d15f4e3d428cdca17645899a92bbd08dd91f63f7 (diff) | |
download | cpython-59a755581008c3b2ca5b18d728a42bbb2a0e5189.zip cpython-59a755581008c3b2ca5b18d728a42bbb2a0e5189.tar.gz cpython-59a755581008c3b2ca5b18d728a42bbb2a0e5189.tar.bz2 |
update info about binutils 2.13 breakage on Solaris.
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -271,8 +271,8 @@ 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, so binutils 2.13.1 will probably fix - this problem. + 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 libraries, such as |