Cannot compile gcc
#10708
Replies: 2 comments 7 replies
-
You haven't mentioned how you are building it, or which configure args you have used, so impossible for anyone to reproduce your issue. Have you tried adding -fPIE to CPPFLAGS, or CFLAGS instead? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I would suggest adding |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem description
I'm trying to compile gcc-12.1.0. At a certain point it says that it needs to be a position independent executable. I've added
-fPIE
toLDFLAGS
, but that didn't fix it.Steps to reproduce the behavior.
Compile gcc.
What is the expected behavior?
No response
System information
Beta Was this translation helpful? Give feedback.
All reactions