Closed alirazeen closed 10 years ago
Please do support glibc 2.19. I tried to do this myself by adding the following to configure.ac
2.19) AC_MSG_RESULT(2.19 family) AC_DEFINE([GLIBC_2_19], 1, [Define to 1 if you're using glibc 2.19.x]) DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}" DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}" DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}" ;;
However, make fails with multiple instances of the same compilation error: "too few arguments to vgPlain_describe_IP"
Updated for Valgrind 3.10.0 support fe2a551e27
It works now. Thank you.
Please do support glibc 2.19. I tried to do this myself by adding the following to configure.ac
However, make fails with multiple instances of the same compilation error: "too few arguments to vgPlain_describe_IP"