Slava Chernobai <[EMAIL PROTECTED]> writes:

> Question. Does shared library needs to be linked against the libraries,
> functions from it uses?

That's not necessary, but it is a good idea, especially if you want
people to be able to use your library on machines with multiple
incompatible versions of libraries on which it depends (for instance
libc5 and libc6/glibc2)

-- 
Aaron M. Ucko, KB1CJC <[EMAIL PROTECTED]> (finger [EMAIL PROTECTED])

Reply via email to