main reason:
Dyld Error Message:
Library not loaded: @loader_path/libboost_system-mt.dylib
Referenced from: /Volumes/DigiByte-Qt/DigiByte-Qt.app/Contents/Frameworks/libboost_thread-mt.dylib
Reason: image not found
This indicates library linking problems if they are installed, or maybe some installation files are missing.
libboost library may be linked with some random boost library path, which may need to be checked before doing ./configure.
REF:
http://www.luxrender.net/forum/viewtopic.php?f=22&t=10022#p96551