how to configure ntox86-ld?

Hi,

how can i configure ntox86-ld to recognize a non-standard library path? Is there a way to do this automatically updating linker cache?

thanks

The following was taken from:

community.qnx.com/sf/wiki/do/vie … /Bootstrap

Set up your environment
Add /usr/pkg/bin:/usr/pkg/sbin to your PATH
Add /usr/pkg/lib to your CS_LIBPATH
I have the following in my /etc/rc,d/rc.local
setconf CS_LIBPATH $(getconf CS_LIBPATH):/usr/pkg/lib

I think the last line describes what you are looking for.

is there something similar to ldconfig like in linux?