Trying to follow the directions from: http://github.com/zeromq/jzmq
I installed pkg-config using Homebrew and then I run the following commands: ./autogen.sh ./configure
The configure fails with:
checking how to hardcode library paths into programs... immediate ./configure: line 15263: syntax error near unexpected token `newline' ./configure: line 15263: ` PKG_CHECK_MODULES('
I made a simple list about jzmq building for MacOS.
Install brew
https://brew.sh
Install tools for jzmq building
Download jzmq source
https://github.com/zeromq/jzmq source download to ~/somewhere/jzmq
Add symbolic link to /usr/local/include
Add symbolic linke to /usr/local/lib
Build jzmq-jni
Add option to VM options
VM options
-Djava.library.path=/usr/local/lib