When trying to run biftool on Mac it returns the following error:
dyld: lazy symbol binding failed: Symbol not found: __ZN5boost6system19get_system_categoryEv
Referenced from: /usr/bin/biftool
Expected in: /opt/local/lib/libboost_system.dylib
dyld: Symbol not found: __ZN5boost6system19get_system_categoryEv
Referenced from: /usr/bin/biftool
Expected in: /opt/local/lib/libboost_system.dylib
Trace/BPT trap
Boost from MacPorts has been installed:
MacMini:~ $ locate libboost_system.dylib
/opt/local/lib/libboost_system.dylib
/opt/local/var/macports/software/boost/1.44.0_1/opt/local/lib/libboost_system.dylib
Any help is appreciated...