当前位置: 技术问答>linux和unix
在linux环境下调用RTP/RTCP协议类库jrtplib-2.7为啥不成功?
来源: 互联网 发布时间:2015-02-14
本文导语: 我把down下来的RTP/RTCP类库在linux下解包、./configure、make又在当前目录编写一个测试程序,只是实例化其中一个类RTPSession #include #include #include "rtpsession.h" #include "rtppacket.h" int main() { RTPSession sess; printf...
我把down下来的RTP/RTCP类库在linux下解包、./configure、make又在当前目录编写一个测试程序,只是实例化其中一个类RTPSession
#include
#include
#include "rtpsession.h"
#include "rtppacket.h"
int main()
{
RTPSession sess;
printf("you are lucky ! n");
}
但编译后有如下信息:
undefined reference to RTPSession::RTPSession[in-charge]
undefined reference to RTPSession::~RTPSession[in-charge]
请大伙指教,多谢!!
#include
#include
#include "rtpsession.h"
#include "rtppacket.h"
int main()
{
RTPSession sess;
printf("you are lucky ! n");
}
但编译后有如下信息:
undefined reference to RTPSession::RTPSession[in-charge]
undefined reference to RTPSession::~RTPSession[in-charge]
请大伙指教,多谢!!
|
没有联接RTP库
|
RTP库没有联上