Hi,
Iam a newbie try to develop gtalk client for linux. I am following
the steps given in libjingle documentation page.
Initially I should call InitializeSSL() to use ssl.
Iam listing the code here
*************************************
#include "talk/base/ssladapter.h"
#include <iostream>
int main()
{
talk_base::InitializeSSL();
}
*************************************
I received the following error
ssl.cc:(.text+0x1d): undefined reference to
`talk_base::InitializeSSL()'
I found some "*.o" and "*.lo" files. can please tell me what are *.lo
files.
These are generated after I run make command.