aaronmarkham 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-448373670
 
 
   I was able to get around this error:
   
   First, delete the 3rdparty folder. Then check it out again to get a fresh 
copy. Then submodule update.
   ```
   rm -rf 3rdparty/
   git checkout 3rdparty
   git submodule update --init --recursive
   make -j$(nproc)
   ```
   You might want to lead with a `make clean` for good measure.
   

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

Reply via email to