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 symbol resolution misbehaior for GCC and Clang on MacOS #158

Merged
merged 1 commit into from
Apr 18, 2019

Conversation

atilag
Copy link
Member

@atilag atilag commented Apr 18, 2019

Summary

Similar to what we have fixed in PR #144 but seems like GCC and Clang disagrees in how to behave for -flat_namepsace on MacOS. So I only need to set this flag on GCC but not in Clang, because if I set this in Clang, the the loader loads the symbol from the first loaded library (exactly the same as if I don't set this flag in GCC)... :(

Details and comments

@atilag atilag requested a review from chriseclectic as a code owner April 18, 2019 22:00
@chriseclectic chriseclectic merged commit 29c8ca5 into Qiskit:master Apr 18, 2019
gadial pushed a commit to gadial/qiskit-aer that referenced this pull request Apr 22, 2019
@atilag atilag deleted the fix-symbol-dyn-macos branch August 9, 2019 09:44
dcmckayibm pushed a commit to dcmckayibm/qiskit-aer that referenced this pull request Nov 3, 2019
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

Successfully merging this pull request may close these issues.

2 participants