Open GoogleCodeExporter opened 8 years ago
[deleted comment]
I have the same issue on SuSE Enterprise Linux 11 SP3. Attempting to compile on
s390x architecture.
I was able to compile version 1.4.17, but nothing higher than that will compile.
Perhaps incompatibility with an older gcc version?
Original comment by matthew....@gmail.com
on 25 Aug 2014 at 10:08
In my case, cause by the gcc option to process warning as err:
-Werror
Make all warnings into errors.
Original comment by Z.W.Chan...@gmail.com
on 27 Aug 2014 at 4:48
Having just the same issue for both CentOS 5/6.
Original comment by den...@gmail.com
on 26 Nov 2014 at 9:47
Having poked into this at somewhat excessive length yesterday, I think this is
an issue with some versions of glibc:
https://sourceware.org/bugzilla/show_bug.cgi?id=11959
The bug shows it as fixed in version 2.13, but CentOS 6 uses 2.12, and will
forever after, so patching this for those of us who are still using that
release would seem helpful. The attached patch does make the bug go away,
though I'm a little dubious about it: it *should* optimize away the pointless
branch, right?
Original comment by bwarfi...@amplify.com
on 14 Jan 2015 at 3:31
Attachments:
Original issue reported on code.google.com by
Z.W.Chan...@gmail.com
on 12 Aug 2014 at 2:45