Closed timesices closed 2 years ago
If you ask on Slack you'll probably get some pointers.
On Sat, Sep 26, 2020, 4:32 AM cliffchain notifications@github.com wrote:
How to compile whetstone so it can link to my own libm but not the default one.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kdlucas/byte-unixbench/issues/68, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA4T67I4B7GNHA3OEEZDSS3SHXGMRANCNFSM4R23BCQQ .
Thx, bro. I'll try that.😊
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.
How to compile whetstone so it can link to my own libm but not the default one.