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
>> 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;
The text was updated successfully, but these errors were encountered:
Contents of config.m:
Verify that the above file exists:
(no error)
Try to build:
The text was updated successfully, but these errors were encountered: