You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see -L/opt/brew/lib, that is -L$(brew --prefix), is specified before rbczmq/dst/lib directory. This means zeromq and czmq installed by homebrew are always used rather than bundled zeromq and czmq.
The text was updated successfully, but these errors were encountered:
I use OS X El Capitan, homebrew, and rbenv.
I always build ruby with
--with-opt-dir=$(brew --prefix)
configure option.Using this ruby,
LIBPATH
in Makefile generated by extconf.rb is:As you can see
-L/opt/brew/lib
, that is-L$(brew --prefix)
, is specified beforerbczmq/dst/lib
directory. This means zeromq and czmq installed by homebrew are always used rather than bundled zeromq and czmq.The text was updated successfully, but these errors were encountered: