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 2018/11/14 08:26:39 UTC

[GitHub] tribbloid commented on issue #10828: mxnet build error.: g++: error: /home/ubuntu/mxnet/3rdparty/dmlc-core/libdmlc.a: No such file or directory

tribbloid commented on issue #10828: mxnet build error.: g++: error: /home/ubuntu/mxnet/3rdparty/dmlc-core/libdmlc.a: No such file or directory
URL: https://github.com/apache/incubator-mxnet/issues/10828#issuecomment-438578086
 
 
   @roywei I enabled:
   
   USE_BLAS=openblas
   
   and encountered the same error. My full config.mk is:
   
   ```
   ADD_CFLAGS += -I/usr/local/include/opencv
   ADD_LDFLAGS += -L/usr/local/lib
   USE_OPENCV=1
   USE_OPENMP=1
   USE_BLAS=openblas
   USE_LAPACK=1
   USE_DIST_KVSTORE=1
   USE_S3=1
   
   ```

----------------------------------------------------------------
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