|
From: Ben B. <bb...@wi...> - 2005-07-04 19:33:02
|
Hi all, I'm upgrading my computer, from RedHat 8.0 and Valgrind 2.2.0 to, now, Mandrake 10.1 and valgrind 2.4.0. However, valgrind encounters a compile error: make[2]: Entering directory `/home/blb/downloads/valgrind-2.4.0/coregrind' gcc -Winline -Wall -Wshadow -O -g -mpreferred-stack-boundary=2 -DELFSZ=32 -Wno-long-long -o valgrind -static -g ume.o stage1.o jmp_with_stack.o /usr/bin/ld: cannot find -lc collect2: ld returned 1 exit status Has anyone seen this before? I've done only the standard stuff: downloading the source, ./configure, make. Best Regards, Thanks in advance, Ben P.S. I'm not on the list, so please reply to my email address as well. Thanks. |
|
From: Dirk M. <dm...@gm...> - 2005-07-04 20:12:45
|
On Monday 04 July 2005 21:32, Ben Branch wrote: > /usr/bin/ld: cannot find -lc > collect2: ld returned 1 exit status install glibc-dev (or glibc-devel?) Dirk |