I have a problem while running executable on mac OS X(Yosemite 10.10.5 ). I cloned and builded an open cascade library and there is an executable in directory for testing. When I type ./DRAWEXE on command prompt, I got 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?