1 message in com.googlegroups.google-talk-openssl in libjingle
FromSent OnAttachments
ganga15 Apr 2007 06:47 
Subject:ssl in libjingle
From:ganga (naga@gmail.com)
Date:04/15/2007 06:47:05 AM
List:com.googlegroups.google-talk-open

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.