From: Guido van Rossum Date: Mon, 23 Sep 2002 14:02:18 +0000 (+0000) Subject: Warn about binutils 2.13 on Solaris. X-Git-Tag: v2.3c1~4005 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4299231e685ff2a38677775943ccc7ba2bf66a04;p=thirdparty%2FPython%2Fcpython.git Warn about binutils 2.13 on Solaris. --- diff --git a/README b/README index 0b00b0de2954..33508db96e83 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;