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])
- gcc -shared Slava Chernobai
- Re: gcc -shared Aaron M. Ucko
- Re: gcc -shared lawson_whitney
