-
Notifications
You must be signed in to change notification settings - Fork 577
Configure script does not know GCC 8.x #16677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From [email protected]Created by [email protected]When I was building Perl I noticed a strange message: You seem not to have gcc 4.x or later, not adding -D_FORTIFY_SOURCE. But I had GCC 8.2. Reading Configure script I found: case "$gccversion" in So it seems the Configure script doesn't know GCC 8.x at all :(. Perl Info
|
From @Tux
Fixed in commit ae19550 (HEAD -> blead, origin/blead, origin/HEAD) Add gcc-8 and gcc-9 for FORTIFY_SOURCE -- |
The RT System itself - Status changed from 'new' to 'open' |
From @jkeenanOn Sat, 01 Sep 2018 03:18:02 GMT, xry111@mengyan1223.wang wrote:
Xi Ruoyao: Can you build Perl 5 blead and let us know if Tux's patch has fixed your problem? Thank you very much. -- |
Migrated from rt.perl.org#133490 (status was 'open')
Searchable as RT133490$
The text was updated successfully, but these errors were encountered: