[csw-maintainers] Anyone wants to update wxWidgets?

James Lee james at opencsw.org
Wed Sep 23 13:44:16 CEST 2009


On 23/09/09, 12:38:15, Maciej "(Matchek)" Blizinski <maciej at opencsw.org> 
wrote regarding Re: [csw-maintainers] Anyone wants to update wxWidgets?:

> One more question: If two versions of a library are installed on one
> system, which one is being used during linking?

The one pointed to by (or that is) .so

/opt/csw/lib/libjpeg.so.62.0.0
/opt/csw/lib/libjpeg.so.62=libjpeg.so.62.0.0
/opt/csw/lib/libjpeg.so.7.0.0
/opt/csw/lib/libjpeg.so.7=libjpeg.so.7.0.0
/opt/csw/lib/libjpeg.so=libjpeg.so.7.0.0

at link libjpeg.so uses .so.7 not .62


SONAME is used at run time.



James.



More information about the maintainers mailing list