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/01/05 09:14:04 UTC

[GitHub] iblis17 commented on issue #9267: compiling from source failed

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:
users@infra.apache.org


With regards,
Apache Git Services