2

This this Python Enhancement Proposal states that:

While it is possible, statically linking glibc is usually a bad idea because certain important C functions like dlopen() cannot be called from code that statically links glibc.

I don't have experience about how dynamically/statically linked library work internally, so I don't understand why you can't refer to a symbol dynamically from a static library?

halfer
  • 19,471
  • 17
  • 87
  • 173
Pop Flamingo
  • 2,741
  • 1
  • 23
  • 59
  • 1
    Is your question a duplicate of this? https://stackoverflow.com/questions/57476533/why-is-statically-linking-glibc-discouraged – Michael Lee Dec 08 '20 at 23:24

0 Answers0