Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Shared object file: (2 Items)
   
Shared object file  
Hi,

What is the command to generate a shared object files.

It would be helpful if anyone provide a relevant document also.

Thanks,
Robin
Re: Shared object file  
Robin wood wrote:
> Hi,
> 
> What is the command to generate a shared object files.
> 
> It would be helpful if anyone provide a relevant document also.

http://www.qnx.com/developers/docs/6.4.0/neutrino/utilities/q/qcc.html

"-shared
     When compiling, make the object position-independent so that it's 
suitable for inclusion in a shared object. When linking, combine the 
modules into a shared object. "

Regards,

Ryan Mansfield