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

Can't find reference to libm in whetsonte and nbench #9

Open
Ycyken opened this issue Aug 4, 2024 · 0 comments
Open

Can't find reference to libm in whetsonte and nbench #9

Ycyken opened this issue Aug 4, 2024 · 0 comments

Comments

@Ycyken
Copy link

Ycyken commented Aug 4, 2024

First of all, thank you for your benchmarks selection!
I encountered a bug when building the nbench and whetstone benchmarks using make, which was that it failed to link libm. I was using gcc 13.2.0 and ubuntu 24.04.
This happened because the -lm flag (in the CFLAGS variable) is before the input files (in the INPUT variable).

I have left a pull request with a solution for this problem.

image

image

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

No branches or pull requests

1 participant