jens-maus commented on issue #21144: URL: https://github.com/apache/incubator-mxnet/issues/21144#issuecomment-1278097508
After some further investigation I actually found the config option that seems to trigger the mentioned `undefined reference` linker error. It is the `USE_DIST_KVSTORE` config option that - if enabled - seem to trigger these error messages within the environment. Thus, setting it to `OFF`... ```cmake set(USE_DIST_KVSTORE OFF CACHE BOOL "Build with DIST_KVSTORE support") ``` seem to help and the linker error goes away. However, it is still unclear why this config option seem to trigger the mentioned linker error. -- 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. To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org For additional commands, e-mail: issues-h...@mxnet.apache.org