-
Notifications
You must be signed in to change notification settings - Fork 19
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
New check for libatomic
in 0.26.3 does not work
#98
Comments
Sorry about that. Will need your help troubleshooting this one (again). In the other issue you mentioned that we needed to check for 8-byte atomics but the configure file is testing for it: https://github.com/traversc/qs/blob/4798f3c68aff8e0d5004ff544ed70c0db2433474/configure.ac#L64 Does that small test program compile separately with |
@traversc Yes, ppc (as well as some other 32-bit archs) do not have native 64-bit atomics. It has been the case and nothing changed or will change here. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81283#c2 I will try to compile that tomorrow. Something does not work as intended with the check, but we have to find out what exactly. |
@traversc Sorry for a delay. I have tried now to compile a standalone snippet, and no, it fails, as it should:
|
If you add some random gibberish to break the test program in the config file here: https://github.com/traversc/qs/blob/4798f3c68aff8e0d5004ff544ed70c0db2433474/configure#L2414 will it still say Also, do you know if its possible to set up a VM? I'm guessing no since it is a mac. |
@traversc VM is certainly possible since I have it myself on an Intel machine. I use Parallels with Snow Leopard Server and I can build and run |
After #88 we have this broken again for systems where
libatomic
has to be linked.Configure check does not work correctly.
The text was updated successfully, but these errors were encountered: