NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Buggy -fstack-protector (Score:1)
Verified that indeed -fstack-protector on Cygwin gcc "4.3.4 20090804 (release) 1" is the culprit on my new ByteLoader failures.
On my debian gcc "Debian 4.3.2-1.1" adding -fstack-protector works fine.
So I check for that now. I'll have to remove that from my perl also, so I can release 5.10.1 finally.
Reply to This
Re: (Score:1)
Wrong. It was not -fstack-protector.
I fixed it somehow, unfortunately I don't know which change fixed it.
Lesson learned (again): Always prefer a stricter system over the lax linux. If its mingw, cygwin or solaris, linux should NOT be used for development, as you don't detect serious bugs with it.