I have a problem running an executable on Mac OS X (Yosemite 10.10.5). I cloned and created an open cascading library, and there is an executable in testing. When I type. / DRAWEXE on the command line, I got the following result.
dyld: Library not loaded: libTKDraw.10.dylib
Referenced from: /Documents/Practices/openSourceProjects/oce/bin/./DRAWEXE
Reason: image not found
Trace/BPT trap: 5
How can I fix this problem?
source
share