What are good practices regarding shared libraries on Linux?

前端 未结 1 1896
梦谈多话
梦谈多话 2020-11-30 08:03

I recently read a lot about shared libraries on Linux, and here is what I learnt:

  • A shared library should embed a soname including its major versi
相关标签:
1条回答
  • 2020-11-30 08:46

    Suggested reading:

    Ulrich Drepper's How to write shared libraries: http://www.akkadia.org/drepper/dsohowto.pdf

    Ulrich Drepper's Good Practices in library design, implementation, and maintenance: http://www.akkadia.org/drepper/goodpractice.pdf

    dsohowto is much more detailed. goodpractice is a quick read.

    0 讨论(0)
提交回复
热议问题