I am testing C++ boost library and I am trying to recompile my dynamic libs. In order to do that I am following this link and I am getting terminal error -bash: syntax error near unexpected token
('`
This is the script I used
venushkas-MacBook-Pro:~ venushka$ otool -L exefile:@executable_path/ dyliblibboost_atomic.dylib (compatibility version 0.0.0, current version 0.0.0) /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0)
I have simply changed all the white spaces of above script but nothing works for me. Any help will be appreciated.