-
Notifications
You must be signed in to change notification settings - Fork 31
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
mingw64 (and presumably mingw) fails on French-language Windows 10 #42
Comments
When did that change?! While adapting to the space will fix French, we're only succeeding because the French and English word happen to be the same... |
@damiendoligez @dra27 Do you believe that setting LANG before calling |
I think setting LC_ALL would be best. Hard-coding the line seems really brittle. |
BTW I just tested again on an updated Windows and now I get this:
With |
Definitely the LC_ALL solution - unless gcc has a more reliable way of getting the exact answer we're after? |
This is the output of
x86_64-w64-mingw32-gcc -print-search-dirs
on a French-configured windows 10:flexlink
fails to parse it because of the space betweenlibraries
and:
I don't know who had the bright idea of localizing this part of
gcc
but it looks like you'll need to adapt.The text was updated successfully, but these errors were encountered: