qqiangwu / cppsafe

Cpp lifetime safety profile static analyzer
MIT License
48 stars 1 forks source link

version `GLIBCXX_3.4.29' not found; version `CXXABI_1.3.13' not found #41

Closed SteveLee123 closed 6 months ago

SteveLee123 commented 6 months ago

what gcc version are you using? currently , my gcc version is 12.3.0. when I excuate bash run_tests.sh, I got this error.

cppsafe/cppsafe/integration_test$ bash run_tests.sh
test annotation/annotation_contract.cpp
test annotation/annotation_contract.cpp failed, please rerun it with:
    bash test.sh annotation/annotation_contract.cpp
detail:
../build/cppsafe: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by ../build/cppsafe)
../build/cppsafe: /lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.13' not found (required by ../build/cppsafe)
SteveLee123 commented 6 months ago

fix by this. https://blog.csdn.net/weixin_39379635/article/details/129159713