You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/11/11 11:29:31 UTC

[GitHub] KaiyuYue commented on issue #8615: the link problem of libmxnet.so

KaiyuYue commented on issue #8615: the link problem of libmxnet.so 
URL: https://github.com/apache/incubator-mxnet/issues/8615#issuecomment-343658302
 
 
   I will close this issue. 
   
   The type of problem like `libmxnet.so` cannot link `mkl`, `cudnn`, or any other libs you want to bind. Or when `import mxnet` in python, it report `undefined symbol {what}`. Check out their -l`lib name` are kept aside their CFLAGS and LDFLAGS with specific path in Makefile.   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services