Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b976419 commit 4299231Copy full SHA for 4299231
1 file changed
README
@@ -244,6 +244,13 @@ Solaris: When using Sun's C compiler with threads, at least on Solaris
244
the "CC" environment variable when running the configure
245
script).
246
247
+ When using GCC on Solaris, beware of binutils 2.13 or GCC
248
+ versions built using it. This mistakenly enables the
249
+ -zcombreloc option which creates broken shared libraries on
250
+ Solaris. binutils 2.12 works, and the binutils maintainers
251
+ are aware of the problem, so binutils 2.13.1 will probably fix
252
+ this problem.
253
+
254
Linux: A problem with threads and fork() was tracked down to a bug in
255
the pthreads code in glibc version 2.0.5; glibc version 2.0.7
256
solves the problem. This causes the popen2 test to fail;
0 commit comments