Re: versioning, backward compatability

2007-06-30 Thread Andreas Metzler
<[EMAIL PROTECTED]> wrote: > I translated my library using libtool with the -version-info=5:0:0 > parameter and I installed it into /usr/local//lib using libtool. > Then I translated executable "prog" which was linked with this > library. Readelf -d prog shows > 0x0001 (NEEDED) Shared library

versioning, backward compatability

2007-06-30 Thread Jan.Horan
Hi, I translated my library using libtool with the -version-info=5:0:0 parameter and I installed it into /usr/local//lib using libtool. Then I translated executable "prog" which was linked with this library. Readelf -d prog shows 0x0001 (NEEDED) Shared library: [libmylibrary.so.5] Then I