QNX RTOS v4 Knowledge Base
QNX RTOS v4 Knowledge Base
Title |
Which shared libraries do I need to port programs from QNX4 to QNX RTP? |
Ref. No. |
QNX.000010225 |
Category(ies) |
Development |
Issue |
Is there a way in QNX RtP to recognize which shared libraries a program uses?
|
Solution |
'pidin mem'
or
if you need to see which ones it will need,
'objdump -x filename | grep NEEDED' |
|