I want to be sure I am linking with the thread safe libraries.
Linux provides ldd which will show you the libraries used in your
executable.
Is there a command that will do this for a LynxOS executable?
an equivalent to ldd -s elflook -L (see man elflook)
note this works onl;y fore shared lib.
Stephane