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: [email protected] With regards, Apache Git Services
