Hello, I am installing valgrind 2.2.0, for a project, on ubuntu 10.04 using http://stackoverflow.com/questions/10518734/valgrind-doesnt-accept-newest-version-of-glibc link. During make I am getting following error.
vg_libpthread.c:314: note: expected ‘const Char *’ but argument is of type ‘char *’ vg_libpthread.c:3292: warning: pointer targets in passing argument 4 of ‘my_assert_fail’ differ in signedness vg_libpthread.c:314: note: expected ‘const Char *’ but argument is of type ‘const char *’ /tmp/ccGHnzp9.s: Assembler messages: /tmp/ccGHnzp9.s:2463: Error: symbol `__longjmp_chk' is already defined make[4]: *** [vg_libpthread.o] Error 1 make[3]: *** [install-recursive] Error 1 make[2]: *** [install] Error 2 make[1]: *** [install-recursive] Error 1 make: *** [install] Error 2 I am not getting what the problem is. /tmp/ccGHnzp9.s doesnt exist. Please help. ------------------------------------------------------------------------------ Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with LearnDevNow - 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122812 _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
