Operating System - HP-UX
1833750 Members
3302 Online
110063 Solutions
New Discussion

Shared library dependencies

 
Noby M Joseph
Occasional Contributor

Shared library dependencies

How do i link in a dependent shared
library libcat.sl into a shared library libfoo.sl keeping its chatr property as dynamic

If i use the full name of the library libfoo.sl it is giving me a static link but if i uselike -lfoo it is giving dynamic
linking.Is there a way to tell ld to link everything as dynamic even if we specify the full name of the library