c++ - Why am I getting this bash: syntax error near unexpected token `('? -
i testing c++ boost library , trying recompile dynamic libs. in order following link , getting terminal error -bash: syntax error near unexpected token
('`
this script 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 changed white spaces of above script nothing works me. appreciated.
this command
otool -l exefile
everything else in link output command.
Comments
Post a Comment