You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!).
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
The text was updated successfully, but these errors were encountered: