kthr opened a new issue #9794: MKL linker error on macOS 10.13 despite using 
configuration without MKL
URL: https://github.com/apache/incubator-mxnet/issues/9794
 
 
   ## Description
   Compiling from source on macOS 10.13.3 gives the following linker errors:
   ```
   /opt/local/bin/ranlib: file: lib/libmxnet.a(mkl_cppwrapper.o) has no symbols
   /opt/local/bin/ranlib: file: lib/libmxnet.a(mkl_memory.o) has no symbols
   /opt/local/bin/ranlib: file: lib/libmxnet.a(nnpack_util.o) has no symbols
   ```
   despite not being configured to use MKL
   
   ## Environment info (Required)
   
[diagnose.txt](https://github.com/apache/incubator-mxnet/files/1724012/diagnose.txt)
   
   ## Build info (Required if built from source)
   Compiler clang
   
   MXNet commit hash:
   45e85553219e07406f87a094f7aa41b30c611220
   
   Build config:
   
[config.txt](https://github.com/apache/incubator-mxnet/files/1724014/config.txt)
   
   
   ## Error Message:
   ```
   /opt/local/bin/ranlib: file: lib/libmxnet.a(mkl_cppwrapper.o) has no symbols
   /opt/local/bin/ranlib: file: lib/libmxnet.a(mkl_memory.o) has no symbols
   /opt/local/bin/ranlib: file: lib/libmxnet.a(nnpack_util.o) has no symbols
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to