|
From: Felipe P. <fel...@gm...> - 2013-11-08 21:56:27
|
On Fri, Nov 8, 2013 at 7:44 PM, Philippe Waroquiers <phi...@sk...> wrote: > On Fri, 2013-11-08 at 19:01 -0200, Felipe Pena wrote: >> On Fri, Nov 8, 2013 at 1:57 PM, Tom Hughes <to...@co...> wrote: >> > On 08/11/13 15:41, Rich Coe wrote: >> >> >> >> What os distribution and version were you compiling on ? >> >> What version of linux is this? >> > >> > >> > My guess is a recent Ubuntu and he hasn't got all the C library development >> > headers (both 32 and 64 bit) installed. >> > >> >> Actually it's a Debian 7 running Linux 3.2.0-4-amd64. > And have you all the C library development headers (both 32 and 64 bit) > installed ? > Yes. (I have built a lot of project without problem) ii libc6-dev:amd64 2.13-38 amd64 Embedded GNU C Library: Development Libraries and Header Files ii libc6-dev-i386 2.13-38 amd64 Embedded GNU C Library: 32-bit development libraries for AMD64 ii linux-headers-3.2.0-4-amd64 3.2.51-1 amd64 Header files for Linux 3.2.0-4-amd64 ii linux-headers-3.2.0-4-common 3.2.51-1 amd64 Common header files for Linux 3.2.0-4 > Does installing them fix the problem ? > > Is valgrind configure doing a bi-arch build ? > Or only a 64 bits build ? > Yes, It's doing a bi-arch build. -- Regards, Felipe Pena |