|
From: cjk <cj...@co...> - 2005-09-16 17:31:22
|
I am a newbie. I have downloaded and am trying to build valgrind (version 3.0.1--the = latest=20 version). I have MandrakeLinux 10.1 (Mandriva), with kernel 2.6.8. I have GNU Make 3.80. I have gcc version 3.4.1 (Mandrakelinux 10.1 3.4.1-4mdk) I read a web page (http://www.cprogramming.com/debugging/valgrind.html) = that=20 said: ... after download ... bzip2 -d valgrind-XYZ.tar.bz2 tar -xf valgrind-XYZ.tar ... change to that directory and issue ... ./configure make make install I issued './configure' and that seemed to go ok. When I issued 'make', however, I get the following error: /usr/bin/ld: cannot find -lc Could someone please tell me what I am doing wrong? (I have looked through the FAQ page and the manual.) Thank you much. --=20 |
|
From: Tom H. <to...@co...> - 2005-09-16 17:59:36
|
In message <003401c5bae4$6ad87e50$0300a8c0@hugo>
"cjk" <cj...@co...> wrote:
> I issued './configure' and that seemed to go ok.
> When I issued 'make', however, I get the following error:
>
> /usr/bin/ld: cannot find -lc
>
> Could someone please tell me what I am doing wrong?
> (I have looked through the FAQ page and the manual.)
> Thank you much.
Install the glibc-static-devel package from your distribution.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|