which libraries do I need to port?

I’d like to know if there’s a way in QNX RtP to recognize which shared
libraries a program uses.


Ricardo K. Ashikawa

Ricardo Kazumi Ashikawa <ashikawa@dixtal.com.br> wrote:

I’d like to know if there’s a way in QNX RtP to recognize which shared
libraries a program uses.

pidin mem


cburgess@qnx.com

Colin Burgess <cburgess@qnx.com> wrote:

Ricardo Kazumi Ashikawa <> ashikawa@dixtal.com.br> > wrote:
I’d like to know if there’s a way in QNX RtP to recognize which shared
libraries a program uses.

pidin mem

or, if you need to see which ones it will need,

objdump -x filename | grep NEEDED


cburgess@qnx.com