This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Description
when I run 'make' of
"Building webrtc2sip
export PREFIX=/opt/webrtc2sip
cd webrtc2sip && ./autogen.sh && ./configure --prefix=$PREFIX
make clean && make && make install
cp -f ./config.xml $PREFIX/sbin/config.xml"
there are some errors:
/usr/bin/ld: cannot find -ltinySAK
/usr/bin/ld: cannot find -ltinyNET
/usr/bin/ld: cannot find -ltinyHTTP
/usr/bin/ld: cannot find -ltinySIP
/usr/bin/ld: cannot find -ltinyDAV
/usr/bin/ld: cannot find -ltinySDP
/usr/bin/ld: cannot find -ltinyBFCP
/usr/bin/ld: cannot find -ltinySIGCOMP
/usr/bin/ld: cannot find -ltinyMEDIA
/usr/bin/ld: cannot find -ltinyXCAP
/usr/bin/ld: cannot find -ltinySMS
/usr/bin/ld: cannot find -ltinyMSRP
/usr/bin/ld: cannot find -ltinyRTP
/usr/bin/ld: cannot find -ltinyIPSec
collect2: error: ld returned 1 exit status
Makefile:540: recipe for target 'webrtc2sip' failed
make[1]: *** [webrtc2sip] Error 1
make[1]: Leaving directory '/home/hughie/Downloads/webrtc2sip'
Makefile:444: recipe for target 'all' failed
make: *** [all] Error 2
after I try to compile the tinySAK there also errors.I don't know how to do to solve the problem, I hope I can get your help, thank you!