> ../../valgrind-3.10.1/configure --prefix /usr/local > > And get the following error message: > > checking the GLIBC_VERSION version... unsupported version 2.21 > > configure: error: Valgrind requires glibc version 2.2 - 2.19. > > This there anyway to build with my existing glibc 2.21. It seems like I’m so > close. > > I’m running Ubuntu 15.01.
In the top-level file 'configure', find the string "2.19)" [or even "2.20)"] then: just above that line, add a line "2.21)". That will be a quick-and-dirty workaround. Obviously if you have more energy then you can extend the script and its clients by following the example for 2.19 or 2.20. For the truly motivated, then work with configure.ac. ------------------------------------------------------------------------------ _______________________________________________ Valgrind-users mailing list Valgrind-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-users