olk edited a comment on issue #17514: C++-Package examples broken URL: https://github.com/apache/incubator-mxnet/issues/17514#issuecomment-582140073 The problem is that my dev machine runs Arch Linux(rolling releases). At the moment Arch Linux uses GCC-9.2 as default compiler + CUDA-10.2. But CUDA-10.2 supports only GCC-8.3 and the Arch Linux CUDA package is linked statically against GCC-8. After downgrading my system to the last version that uses the GCC-8.3 as the default (and CUDA-10.1 -> 2019/05/24) I could compile and link mxnet from github checkout. But I'm still wondering why compiling and linking with GCC-9.2/CUDA-10.2 + commit ffeebe4 as HEAD works but fails with 230ceee?
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
