On Thu, 23 Aug 2012, David Cantrell wrote:

> > - fix shared library scheme - now apps link to
> > 
> >     libtt.so => /usr/dt/lib/libtt.so (0x800fbe000)
> >     libDtSvc.so => /usr/dt/lib/libDtSvc.so (0x800d57000)
> > 
> > instead of the libtt.so.2, libDtSvc.so.2 (as I think it should be)
> 
> Are you sure that's a good idea?  Having the major version of the library
> in the linked library name allows for API breakage and concurrent library
> version installations.  Modern ELF systems do this for a reason.  The .so
> library symlinks are really just a convenience for developers.

That's what I am going to fix - right now the linker points to .so
(without a version number) and I want it to point to .so.2

Not that I think we will be bumping shared lib versions a lot.

//Marcin

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to