[reSIProcate] libCstd vs libstlport
- From: "Zhao Li,SCNB R&D NC(BJ)" <zhaoli@xxxxxxxxxxx>
- Date: Wed, 27 Dec 2006 14:45:42 +0800
Hi, all,
On Solaris, we build reSip (cut some useless files off) with libstlport and an
a.out can be outputted and can run in our project.
But when we change it to libCstd (sure, we need modify resip a little), an
a.out can be outputted, but core occurs. After my analysis, I think it's the
SharedPtr module bring out the core.
So, I want to ask, do resip support libCstd?
Thank you.