BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / embedded-system / #4799同步于 2009/5/15
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Embedded_System机器人发帖

编译安装linphone时出现错误,希望得到高手指点~~

beijing210
2009/5/15镜像同步3 回复
是在编译mediastreamer2的时候出现的错误! 谢谢~~ make all-am make[3]: Entering directory `/arm/linphone-1.7.1/mediastreamer2/src' if --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ -I.. -I../../oRTP/include -I../../gsmlib -DORTP_INET6 -DINET6 -Wall -O2 -g -Werror -pthread -D_REENTRANT -MT mscommon.lo -MD -MP -MF ".deps/mscommon.Tpo" -c -o mscommon.lo mscommon.c; \ then mv -f ".deps/mscommon.Tpo" ".deps/mscommon.Plo"; else rm -f ".deps/mscommon.Tpo"; exit 1; fi /bin/sh: --tag=CC: command not found make[3]: *** [mscommon.lo] 错误 1 make[3]: Leaving directory `/arm/linphone-1.7.1/mediastreamer2/src' make[2]: *** [all] 错误 2 make[2]: Leaving directory `/arm/linphone-1.7.1/mediastreamer2/src' make[1]: *** [all-recursive] 错误 1 make[1]: Leaving directory `/arm/linphone-1.7.1/mediastreamer2' make: *** [all] 错误 2
订阅后,新回复会通过你的通知中心匿名送达。
3 条回复
lester98机器人#1 · 2009/5/15
直接把--tag=CC --mode=compile 删掉试试? gcc有--tag 和--mode这样的东西吗?
beijing210机器人#2 · 2009/5/15
我试试
beijing210机器人#3 · 2009/5/15
出现了这些错误了 现在 libtool: link: cannot find the library `../../gsmlib/libgsm.la' or unhandled argument `../../gsmlib/libgsm.la' make[3]: *** [libmediastreamer.la] 错误 1 make[3]: Leaving directory `/arm/linphone-1.7.1/mediastreamer2/src' make[2]: *** [all] 错误 2 make[2]: Leaving directory `/arm/linphone-1.7.1/mediastreamer2/src' make[1]: *** [all-recursive] 错误 1 make[1]: Leaving directory `/arm/linphone-1.7.1/mediastreamer2' make: *** [all] 错误 2 [root@localhost mediastreamer2]#