-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Configure fail to find assembler version when used with gcc and French locale #20957
Comments
Fix proposal: |
This is being addressed by #20394. |
#20394 landed in June. Should this be closed? @richardlau |
I assume so. Please reopen if this is still occurring. |
Try upgrade binutils version >= 2.23, the detail see configure.py
|
My environment
|
It's OK now. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to build v10.2.1 from sources on Debian:
By default (without CC env var and any option), configure returns
Found out that my locale is French and command used to get gas version returns:
Which won't match the regex
GNU assembler version ([2-9]\.[0-9]+)
to return gas version (line 291).I'm not sure how you want to handle this, as it can occur with other locales as well.
Workarounds:
LANG=en_EN.utf8 ./configure
The text was updated successfully, but these errors were encountered: