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

Re: [reSIProcate] resiprocate help




2006/6/20, santosh@xxxxxxxxxxxxx <santosh@xxxxxxxxxxxxx>:
Hai All,

I am very new to resiprocate stack. I have compiled the resiprocate stack
and tryied to compile the InviteClient.cxx in the test folder.

It is giving some errors which i am not able to understand. Please help me
in this matter.

I am pasting the log here which i am getting while i am compiling.

---------------------------------------------------------------

[root@sip1 test]#  libtool --mode=compile  gcc -I
/usr/local/include/resiprocate -L /usr/local/lib -lresiprocate
-Wno-deprecated InviteClient.cxx

rm -f .libs/InviteClient.lo
gcc -I /usr/local/include/resiprocate -L /usr/local/lib -lresiprocate
-Wno-deprecated InviteClient.cxx  -fPIC -DPIC -o .libs/InviteClient.lo
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../crt1.o(.text+0x18): In
function `_start':
../sysdeps/i386/elf/start.S:77: undefined reference to `main'
/tmp/ccYKxTBc.o(.text+0x152): In function `Loadgen::InviteClient::go()':
: undefined reference to `resip::Resolver::Resolver[in-charge](resip::Uri
const&)'
/tmp/ccYKxTBc.o(.text+0x730): In function `Loadgen::InviteClient::go()':
: undefined reference to `Loadgen::Transceiver::send(resip::Resolver
const&, resip::SipMessage&)'
/tmp/ccYKxTBc.o(.text+0x1854): In function `Loadgen::InviteClient::go()':
: undefined reference to `Loadgen::Transceiver::send(resip::SipMessage&)'
/tmp/ccYKxTBc.o(.text+0x1877): In function `Loadgen::InviteClient::go()':
: undefined reference to `Loadgen::Transceiver::send(resip::SipMessage&)'
/tmp/ccYKxTBc.o(.text+0x2381): In function
`Loadgen::InviteClient::waitForResponse(int, int)':
: undefined reference to `Loadgen::Transceiver::receive(int)'
collect2: ld returned 1 exit status
[root@sip1 test]#

-------------------------------------------------------------------------

Thanks in advance
Santosh

_______________________________________________
resiprocate-devel mailing list
resiprocate-devel@xxxxxxxxxxxxxxxxxxx
https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
 
em. in think you lost some function ,eg. int main(int argc, char *argv[]) ?
 
    and ,what's "Loadgen::Transceiver::receive " ? may be you need other shared library ?
 
 good luck.
jinti