./configure、make、make install を使用してライブラリをプロジェクトとインストール済みのライブラリに sox しようとしており、libsox.dylib をプロジェクトにリンクしようとしています。コンパイラ エラーは発生しませんが、実行時エラーが発生します。
今、次のエラーが発生しています。
[Session started at 2010-03-03 17:33:44 +0530.] dyld: Library not loaded: /usr/local/lib/libmp3lame.0.dylib Referenced from: /usr/local/lib/libavformat.dylib Reason: no suitable image found. Did find: /usr/local/lib/libmp3lame.0.dylib: mach-o, but wrong architecture /usr/local/lib/libmp3lame.0.dylib: mach-o, but wrong architecture The Debugger has exited due to signal 5 (SIGTRAP).The Debugger has exited due to signal 5 (SIGTRAP).
sox ライブラリを mac os にインストールする正確な手順を教えてください。
よろしく、CocoaDev