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/03/17 04:37:14 UTC

[GitHub] max-graham commented on issue #9765: Installation with GPU on Fedora 27?

max-graham commented on issue #9765: Installation with GPU on Fedora 27?
URL: https://github.com/apache/incubator-mxnet/issues/9765#issuecomment-373893849
 
 
   I just ran into the same problem when installing on Ubuntu 17.10. Updating `./make/config.mk` to use gcc-6 worked for me.
   
   That is, replace the lines:
   `export CC = gcc`
   `export CXX = g++`
   
   with the lines
   
   `export CC = gcc-6`
   `export CXX = g++-6`
   
   Hope this helps anyone that stumbles across this issue.

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