Richard Guenther <richard.guent...@gmail.com> writes:

> Commons between shared libraries and a program can't work.

Technically speaking, shared libraries never have common symbols.

They can have defined symbols which are labelled as, in essence,
"formerly common," and those can be made to work correctly under
certain restrictions, namely that the run time shared library does not
have a larger version of the symbol than the link time shared library.

Ian

Reply via email to