Skip to content
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

Fix -pthread flag handling #5

Open
virtuald opened this issue Oct 3, 2020 · 0 comments
Open

Fix -pthread flag handling #5

virtuald opened this issue Oct 3, 2020 · 0 comments

Comments

@virtuald
Copy link
Member

virtuald commented Oct 3, 2020

Currently we have some hacks to set the LDSHARED/CC variables manually, but that's not really the right way to fix it. Seems like the configure script tries to autodetect -pthread by running a program... which naturally doesn't work. There's a flag for overriding the CC/LDSHARED setting, but not for CXX (which is what we actually care about!).

Filed a bug @ https://bugs.python.org/issue41916 and at benfogle/crossenv#36

@virtuald virtuald changed the title FIx -pthread flag handling Fix -pthread flag handling Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant