Numbered shared libraries

Hi,

I am having trouble loading shared object libraries. When a .so file is
required by a library I have linked to my project the system looks for a
so.1 file. How should I be generating them?

I have set the version number for the library, a .so name and turned
indexing on - also I have tried combinations of these things, all in the
project properties → linker.

Any help / ideas would be greatly appreciated.

Thanks

Dave

When you do a make install it should copy the generated .so to a
…so.$VERSION and then make a link libname.so → libname.so.$VERSION

David Shepherd wrote:

Hi,

I am having trouble loading shared object libraries. When a .so file is
required by a library I have linked to my project the system looks for a
so.1 file. How should I be generating them?

I have set the version number for the library, a .so name and turned
indexing on - also I have tried combinations of these things, all in the
project properties → linker.

Any help / ideas would be greatly appreciated.

Thanks

Dave


cburgess@qnx.com