< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate] reciprocate stack


On Sun, 21 May 2006 04:16:49 -0500 (CDT)
santosh@xxxxxxxxxxxxx wrote:

> I have recently used JAIN-SIP for implementing sip applications. Now we
> want to develop sip applications using c++ with reciprocate stack.
> 
> I somebody can please help me in what to donwload and how to configure in
> step by step manner, it will be very helpful to me.
> 
> Please help me in this matter.
> 
> I have downloaded resiprocate-0.9.0-5019.tar.gz and extracted and followed
> the steps given in the readme about configuring and making.
> 
> But when i tested by writing a sample c++ program by only including
> "resiprocate.SipStack.hxx" file with the empty main method, it is giving
> the following errors.
> 
> [root@Sip01 sip]# g++ -Wno-deprecated  test.cxx
> /tmp/ccWoz7IG.o(.text+0x180): In function
> `__static_initialization_and_destruction_0(int, int)':
> : undefined reference to `resip::Data::init()'
> collect2: ld returned 1 exit status

  well, you need resiprocate library and rutil library ? forget -L 
path/to/resiprocate/obj..../ -lresiprocate -lutil 

  :D 
  
   jinti