スクリプトを使用してソースコードからPjSIPをコンパイルしようとしていconfigure-iphone
ます。実行してmake dep
問題なく実行できますが、実行しようとするmake
と次の問題が発生します。
Undefined symbols for architecture armv7:
"_app_config_init_video", referenced from:
_app_init in pjsua_app.o
_console_app_main in pjsua_app.o
ld: symbol(s) not found for architecture armv7
collect2: ld returned 1 exit status
make[2]: *** [../bin/pjsua-arm-apple-darwin9] Error 1
make[1]: *** [pjsua] Error 2
make: *** [all] Error 1
armv6のみに変更しようとしましたが、機能しませんでした。正常にコンパイルするための提案はありますか?
ありがとう!!