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/06/29 04:36:01 UTC

[GitHub] Hui-Li commented on issue #9267: compiling from source failed

Hui-Li commented on issue #9267: compiling from source failed
URL: https://github.com/apache/incubator-mxnet/issues/9267#issuecomment-401245124
 
 
   In case you are using Mac OS, it is probably that you use GCC as the compiler. Change  to clang in **config.mk**:
   
   ```
   export CC = clang
   export CXX = clang++
   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