summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-09-23 14:02:18 +0000
committerGuido van Rossum <guido@python.org>2002-09-23 14:02:18 +0000
commit16dd2e558230d11d952374f96a8de60c2278c247 (patch)
tree8546bf4b6f7b4ec7e57282b17d9bf28da6e5acbf /README
parentf1b2cb8020ba66e99110d2c8753162ef4d1c1a7d (diff)
downloadcpython-16dd2e558230d11d952374f96a8de60c2278c247.tar.gz
Warn about binutils 2.13 on Solaris.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 0b00b0de29..33508db96e 100644
--- a/README
+++ b/README
@@ -244,6 +244,13 @@ Solaris: When using Sun's C compiler with threads, at least on Solaris
the "CC" environment variable when running the configure
script).
+ When using GCC on Solaris, beware of binutils 2.13 or GCC
+ 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.
+
Linux: A problem with threads and fork() was tracked down to a bug in
the pthreads code in glibc version 2.0.5; glibc version 2.0.7
solves the problem. This causes the popen2 test to fail;