naskap commented on issue #17591: URL: https://github.com/apache/tvm/issues/17591#issuecomment-2677206983
Figured out some more things about this. This error occurs when compiling with GCC version <= 10 because tvm_build_venv includes a version of libstdc++6 that was compiled with GCC version >= 11 which causes issues upon linking. More info [here](https://github.com/votca/votca/issues/941#issuecomment-1012357102). So the options are to deactivate your environment when linking or use GCC >= 11 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
