iblis17 commented on issue #9267: compiling from source failed URL: https://github.com/apache/incubator-mxnet/issues/9267#issuecomment-355507125 I got similar error message. And switching to gcc 6 solves my issue. e.g. in `config.mk` ``` #--------------------- # choice of compiler #-------------------- export CC = gcc-6 export CXX = g++-6 export NVCC = nvcc ```
---------------------------------------------------------------- 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
