We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30bfd3 commit 8a3357aCopy full SHA for 8a3357a
ext/rbczmq/extconf.rb
@@ -158,6 +158,7 @@ def check_heads heads = [], fatal = false
158
fail "Error compiling and linking libsodium" unless have_library("sodium")
159
fail "Error compiling and linking libzmq" unless have_library("zmq")
160
fail "Error compiling and linking libczmq" unless have_library("czmq")
161
+fail "Error linking against libm" unless have_library("m")
162
163
$defs << "-pedantic"
164
0 commit comments