]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Warn about binutils 2.13 on Solaris.
authorGuido van Rossum <guido@python.org>
Mon, 23 Sep 2002 14:02:44 +0000 (14:02 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 23 Sep 2002 14:02:44 +0000 (14:02 +0000)
README

diff --git a/README b/README
index 4c6f889d06c8e71239d4ab0bddfe8d920c3b3fb7..e89baaad8a66a7582a923077907224afefd3177f 100644 (file)
--- a/README
+++ b/README
@@ -243,6 +243,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;