>> make
compile ".../matlab-zmq/src/core/version.c"
Building with 'Xcode with Clang'.
Error using mex
ld: library not found for -l./libzmq
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error in make>compile (line 213)
mex('-largeArrayDims', '-O', flags{:}, deps{:}, file, '-output', outputfile);
Error in make>@(file)compile(zmq_compile_flags,file,fullfile(lib_path,'+zmq/+core')) (line 166)
build_function = @(file) compile(zmq_compile_flags, file, fullfile(lib_path,'+zmq/+core'));
Error in make>build (line 167)
cellfun(build_function, COMPILE_LIST);
Error in make (line 40)
success = build;
Contents of config.m:
Verify that the above file exists:
(no error)
Try to build: