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 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.
   ```
   
   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]


Reply via email to