-
Notifications
You must be signed in to change notification settings - Fork 3
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
configure does not detect GCC features correctly #27
Comments
Also, older macOS need
I am not really sure which version needs it the last, but some our ports in Macports use it for Darwin < 16. |
Hi, sorry for completely forgetting about this. My colleagues and I looked into it when fixing the other issue but we are completely clueless about the cause of this problem. |
This is a pretty typical issue, reason being: https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html I am not really sure if there is a simple way to handle this automatically in R. I know that CMake in Macports takes care of this well enough, so that manual fixing is pretty much never required, while for R packages in Macports I have to add it to fix them. (Does not mean there is no neat solution, I am just unaware of it at the moment.) |
This is outright wrong – all these should be seen as supported. Compilation is still successful though:
The text was updated successfully, but these errors were encountered: