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 2019/06/15 00:23:01 UTC

[GitHub] [incubator-mxnet] aaronmarkham opened a new issue #15251: cpp package fails to build

aaronmarkham opened a new issue #15251: cpp package fails to build
URL: https://github.com/apache/incubator-mxnet/issues/15251
 
 
   ## Description
   I'm running a vanilla build from source of MXNet on Ubuntu 16.04. The build works fine.
   When I try to build the docs, the CPP package is built as well with:
   ```
   make -j$(nproc) USE_MKLDNN=0 USE_CPP_PACKAGE=1
   ```
   
   With MKLDNN turned off, but here's the error when it tries to build the cpp-package:
   
   ```
   /usr/bin/ld: cannot find -lmklml_gnu
   collect2: error: ld returned 1 exit status
   cpp-package/example/example.mk:32: recipe for target 'build/cpp-package/example/test_optimizer' failed
   ```
   

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


With regards,
Apache Git Services