From b81ae59630b8ee072fa6a9b6ea0ee2b708f57696 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Thu, 5 Aug 2021 09:44:12 +0100 Subject: Add reference to -B-lm to README.md for OpenBSD --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a1e160a..57ce545 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ Compilation ----------- Optionally run `./configure` (see `./configure -h` for options). + +Some build hosts require calling `./configure` with `-B-lm` to pass `-lm` to the +linker for certain math.h functions. + Run `redo all` to build the library and tests. Testing -- cgit v1.2.3-54-g00ecf