leezu edited a comment on issue #18855:
URL:
https://github.com/apache/incubator-mxnet/issues/18855#issuecomment-669601375
If you want to make this work via static linking, you may need to use
```
-Bsymbolic
When creating a shared library, bind references to global symbols to the
definition within the shared library, if any. Normally, it is possible
for a program linked against a shared library to override the definition
within the shared library.
This option is only meaningful on ELF platforms which support shared
libraries.
```
See also
https://stackoverflow.com/questions/7216973/is-there-a-downside-to-using-bsymbolic-functions
But instead we can just workaround the issue by adopting the 64_ suffix
convention.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]