valgrind doesn't accept newest version of glibc

前端 未结 5 437
孤城傲影
孤城傲影 2021-02-05 05:50

Valgrind doesn\'t like glibc 2.15:

checking the GLIBC_VERSION version... unsupported version 2.15
configure: error: Valgrind requires glibc version 2.2 - 2.14
         


        
5条回答
  •  余生分开走
    2021-02-05 06:27

    Refreshed for valgrind-3.8.1 (and this should work on any quasi-current Linux box -- tested on Slackware 14.0):

    Added a "2.17" option (approximately line 6607) between the end of "2.16" & the beginning of "darwin" in "valgrind-3.8.1/configure" file.

    Worked like a charm! Thanks for the assist guys!

    Cheers!

    --at

提交回复
热议问题