2012-12-28 26 views
0

我想安裝valgrind 2.2.0在ubuntu 10.04 glibc 2.11。我已使用valgrind doesn't accept newest version of glibc鏈接。雖然讓我有一些錯誤。出現在屏幕上的最後10行是valgrind安裝使錯誤__longjmp_chk已定義

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 

/tmp/ccGHnzp9.s文件不存在。我無法找到最新的錯誤。 謝謝。

回答

0

我試圖在Ubuntu 10.04

安裝的valgrind 2.2.0 Valgrind的2.2.0是(發佈於2004年8月31日),並沒有在很多黑客不能建最近的Linux系統。

我想不出有什麼好的理由來嘗試構建特定的Valgrind版本。只需使用更新的版本(current版本在ubuntu 10.04上構建就可以,無需任何攻擊)。