On 24/09/09 14:37, Andrés Roldán wrote:
> I have the same problem building Valgrind 3.5.0 on Debian. However, it
> seems to be a gcc-4.{3,4} issue. This is the result of the configure
> test when trying to build a 32 bit code:
>
> configure:4326: checking for 32 bit build support
> configure:4349: gcc -o conftest -m32   conftest.c>&5
> /usr/bin/ld: skipping
> incompatible /usr/lib/gcc/x86_64-linux-gnu/4.3.4/libgcc.a when searching
> for -lgcc
> /usr/bin/ld: skipping
> incompatible /usr/lib/gcc/x86_64-linux-gnu/4.3.4/libgcc.a when searching
> for -lgcc
> /usr/bin/ld: cannot find -lgcc
> collect2: ld returned 1 exit status

Well the simple answer is that you haven't got a 32 bit libgcc installed.

I think you probably want to install lib32gcc1 on Debian, but that's a 
bit of a guess and I'm not sure if that is a development package or just 
a runtime.

Tom

-- 
Tom Hughes ([email protected])
http://www.compton.nu/

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to