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