Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - SO_VERSION no working as expected: (2 Items)
   
SO_VERSION no working as expected  
Hi,

I'm using QNX recursive make project in Momentics 4.6 using QNx 641 and I'm trying to get the IDE to build a new version
 of a shared lib I'm working on.  But it seems to ignore my SO_VERSION setting altogether.  SONAME of the built shared 
lib doesn't contain a version number, neither does the filename of the shared lib.

Suggestions?

Thanks
kevin
Re: SO_VERSION no working as expected  
Hi, Kevin,

If I put this in my common.mk after the include of qmacros.mk, it works for me:

SO_VERSION=2

I verified this by using objdump to list the internal SONAME.

What else is your common.mk doing that might interfere?

Cheers,

Christian

On 2011-09-15, at 6:12 PM, Kevin Stallard wrote:

Hi,

I'm using QNX recursive make project in Momentics 4.6 using QNx 641 and I'm trying to get the IDE to build a new version
 of a shared lib I'm working on.  But it seems to ignore my SO_VERSION setting altogether.  SONAME of the built shared 
lib doesn't contain a version number, neither does the filename of the shared lib.

Suggestions?

Thanks
kevin




_______________________________________________

General
http://community.qnx.com/sf/go/post88880