-
Notifications
You must be signed in to change notification settings - Fork 14
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
smoketests fails from build tree if python3.9 is not already installed #11
Comments
All of the smoketests passed after installing the package on clangarm64 though, including building the cwrapper. |
I guess that running that directly from build tree is a special case when building the stdlib. So I think the |
I think this would only happen if python3.9 is not already installed, so libpython3.9.dll.a would not be on the search path. |
My guess would be the relocation in sysconfigdata. We use sys.prefix there, which might be wrong in case it's not installed. I think we might also need to use |
Updated smoketests.py in mingw-w64-python from the version in this repo and attempted to build with check enabled. Got this output:
check output
It seems to have been missing the
-L
option to find the libpython3.9.dll.a import libraryThe text was updated successfully, but these errors were encountered: