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

I wanna use unixbench to test my own libm. #68

Closed
timesices opened this issue Sep 26, 2020 · 3 comments
Closed

I wanna use unixbench to test my own libm. #68

timesices opened this issue Sep 26, 2020 · 3 comments

Comments

@timesices
Copy link

How to compile whetstone so it can link to my own libm but not the default one.

@kdlucas
Copy link
Owner

kdlucas commented Sep 26, 2020 via email

@timesices
Copy link
Author

Thx, bro. I'll try that.😊

@gstrauss
Copy link
Collaborator

If linking dynamically and if your libm provides the same public interfaces, then you can link against the default libm, and then, at runtime (of whetstone), set LD_LIBRARY_PATH in your environment to the path containing your libm.

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

3 participants