|
From: Ivo R. <iv...@iv...> - 2014-09-06 04:06:08
|
2014-09-06 1:21 GMT+02:00 Mark Wielaard <mj...@re...>: > > That is unfortunate. I double checked on a Debian wheezy setup and > my commit does seem to fix it. But I had some trouble with 32-on-64 > programs, since I couldn't find the corresponding libc6-dbg-i386 > package. What is the correct package to install to make i386 programs > work under valgrind on a amd64 setup? > Hello Mark, It is libc6-dbg:i386 (the name is a bit arcane). You also need gcc-multilib and libc6-dev-i386 to build the valgrind with 32-bit support. Kind regards, I. |