IDE cann't found libraries at runtime...

Hi everybody,
My codes can debug under IDE,and use the defaut configure, the makefile
hasn’t set any -L/-l parameters(even though I set -L lib path,it still
cann’t found some *.so at runtime).
any suggestion appreciate!!


Hichun Chen

Hi,

Make sure you have all your *.so on your target and the LD_LIBRARY_PATH is
pointing to them.

Regards,

Marcin

“Hichun Chen” <hcchen@mail.ipp.ac.cn> wrote in message
news:au5os2$gjv$1@inn.qnx.com

Hi everybody,
My codes can debug under IDE,and use the defaut configure, the
makefile
hasn’t set any -L/-l parameters(even though I set -L lib path,it still
cann’t found some *.so at runtime).
any suggestion appreciate!!


Hichun Chen