Issue with libeng.dylib

2 views (last 30 days)
Robert Tyler Young
Robert Tyler Young on 5 Dec 2018
Commented: Walter Roberson on 5 Dec 2018
Hi everybody,
I'm trying to run a QT Creator Project using some MATLAB libraries. Some of the .cpp files include header files such as mex.h, matrix.h, engine.h. I have in a .pro file for it
LIBS += /Applications/MATLAB_R2018a.app/bin/maci64/ -leng -lmat -lmex -lmx -lm -lut -lstdc++
but when I go to run the project, the terminal outputs
dyld: Library not loaded: @rpath/libeng.dylib
Referenced from: * project path *
Reason: image not found
Press <RETURN> to close this window...
If anybody could offer any insight on what this means and how I could probably fix the problem, I would greatly appreciate it. I've used MATLAB the programming language a few years ago, but this stuff I'm fairly new with. Thanks!

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!