We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please see that Godbolt.
For well-known reasons linker complains and compilation is not done linker complains sqrt() can not be found, thus '-lm' is required.
sqrt()
yes I know this is C only a Linux issue. I added some sqrt() implementation and that code links ok, with no -lm linker requirement "drama".
-lm
This seems like an easy way out ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://godbolt.org/z/EfEvq6nh3
Please see that Godbolt.
yes I know this is C only a Linux issue. I added some
sqrt()
implementation and that code links ok, with no-lm
linker requirement "drama".This seems like an easy way out ...
The text was updated successfully, but these errors were encountered: