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 2019/09/16 21:53:03 UTC

[GitHub] [incubator-mxnet] zachgk commented on issue #16121: Using custom gcc version

zachgk commented on issue #16121: Using custom gcc version
URL: https://github.com/apache/incubator-mxnet/issues/16121#issuecomment-531972844
 
 
   Hi @mahmoodn. If you are using the MAKE base build instead of the CMake one, then you can pass in a new value for CXX through `make CXX=xxx ...`. You can also use bash right before the command such as `CXX=xxx someBashCommand...`. 
   
   Can you explain what your use case is, how you are building mxnet, and what prevents you from passing in the gcc version through the CC and CXX environment variables?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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