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.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-talk-open" group.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-talk-open?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to