Linking a shared library to another shared library
Just as you link modules into an application, you can create dependencies between shared libraries by linking them together. For example:
xlc -qmkshrobj -o mylib.so myfile.o -L
directory
-lfoo
Parent topic:
Compiling and linking a library
Related information in the
XL C/C++
Compiler Reference
-qmkshrobj
-L
[
Provide feedback
]