Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4299231

Browse files
committed
Warn about binutils 2.13 on Solaris.
1 parent b976419 commit 4299231

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,13 @@ Solaris: When using Sun's C compiler with threads, at least on Solaris
244244
the "CC" environment variable when running the configure
245245
script).
246246

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+
247254
Linux: A problem with threads and fork() was tracked down to a bug in
248255
the pthreads code in glibc version 2.0.5; glibc version 2.0.7
249256
solves the problem. This causes the popen2 test to fail;

0 commit comments

Comments
 (0)