> Will the size of installation smaller if the shared libraries is not
> included?

No - the size of the installation will be *larger* if shared libraries
are not used.   That's because every application will need to include
a separate copy of the library - statically linked in.
   With shared libraries, there's a *single* copy of this library,
which is used by all the applications.

That's what "shared" means.

Dave



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to