Forum Topic - 3rd party library integration:
   
3rd party library integration  
Hi,

  Is there a standard location for 3rd party libraries that work with the QNX environment?  For example, is there some 
standard location under /opt/qnx632 where a 3rd party ISV would plug in their tools?  Or are they basically free to 
place them anywhere?

Thanks,

Max

Re: 3rd party library integration  
> Hi,
> 
>   Is there a standard location for 3rd party libraries that work with the QNX 
> environment?  For example, is there some standard location under /opt/qnx632 
> where a 3rd party ISV would plug in their tools?  Or are they basically free 
> to place them anywhere?

There's no reserved spot for vendors. Anywhere that does not conflict with binaries/libraries in the QNX SDK is 
preferred :-) If it's a target library (to use on QNX) it could go in $QNX_TARGET/<cpu>/lib/<vendor dir> and then the 
vendor could specify something like -L $QNX_TARGET/x86/lib/icc/ as a implicit linker search path in their driver or qcc 
conf files.

Regards,

Ryan Mansfield