-
Notifications
You must be signed in to change notification settings - Fork 53
pip install fails on AIX #160
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
Comments
This function comes from a block a few lines above that was copied from somewhere long ago:
Apparently you're using a C compiler (is that really gcc?) that for some reason doesn't have either __sync_synchronize() nor __lwsync(). Or maybe it does have __sync_synchronize() but the HAVE_SYNC_SYNCHRONIZE is not defined for some reason? |
Hi, Thanks for the suggestion. By including HAVE_SYNC_SYNCHRONIZE in CFLAGS we are able to build with pip. Regards, |
Pip install is failing on AIX due to undefined symbol.
Log:
The text was updated successfully, but these errors were encountered: