Hi,

On Tue, 20 Jun 2006, nawab hasan wrote:

> I think the compilation of Sofia-sip produces the static library of the
> modules like SIP and SDP. I want to compile the Sofia SIP module as a shared
> library.
> Is there any support in Makefile to do so or I have to make changes in
> Makefile explicitly.

hmm, the build system creates both shared and static libraries for you:
   - libsofia-sip-ua.so
   - libsofia-sip-ua.a

.. if you want just a single submodule (like 'sip', or 'stun'), you'll 
have to modify the build system (see 
sofia-sip/libsofia-sip-ua/Makefile.am for an example). We don't want make 
each submodule a separate library as that would cause link time overhead 
(slower app startup), as well be a nightmare from library interface 
management point of view (multiple .pc files, different versions for each 
submodule, and so on).

-- 
  under work: Sofia-SIP at http://sofia-sip.sf.net

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sofia-sip-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to