diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-05 09:44:12 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-05 09:44:12 +0100 |
commit | b81ae59630b8ee072fa6a9b6ea0ee2b708f57696 (patch) | |
tree | 871e7eed9875129fa460f0ac60e85d034e64ebb1 | |
parent | e543231044b50e9de263aad01b287e3e06b0faa3 (diff) | |
download | pack-b81ae59630b8ee072fa6a9b6ea0ee2b708f57696.tar.gz pack-b81ae59630b8ee072fa6a9b6ea0ee2b708f57696.tar.xz pack-b81ae59630b8ee072fa6a9b6ea0ee2b708f57696.zip |
Add reference to -B-lm to README.md for OpenBSD
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |