aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2021-08-05 09:44:12 +0100
committerTomasz Kramkowski <tk@the-tk.com>2021-08-05 09:44:12 +0100
commitb81ae59630b8ee072fa6a9b6ea0ee2b708f57696 (patch)
tree871e7eed9875129fa460f0ac60e85d034e64ebb1
parente543231044b50e9de263aad01b287e3e06b0faa3 (diff)
downloadpack-b81ae59630b8ee072fa6a9b6ea0ee2b708f57696.tar.gz
pack-b81ae59630b8ee072fa6a9b6ea0ee2b708f57696.tar.xz
pack-b81ae59630b8ee072fa6a9b6ea0ee2b708f57696.zip
Add reference to -B-lm to README.md for OpenBSD
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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