|
From: Jeroen N. W. <jn...@xs...> - 2005-11-16 20:19:17
|
> In message <74D...@ma...> > Ivan Novick <iva...@ma...> wrote: > >> Just obtained the latest sources with svn and tried to follow the >> instructions in the README >> >> when compiling it gets to here and dies. >> >> make[4]: Entering directory `/home/inovick/nodes/valgrind/coregrind' >> gcc -Winline -Wall -Wshadow -O -g -mpreferred-stack-boundary=2 - >> DELFSZ=32 -msse -o valgrind -static -g ume.o stage1.o jmp_with_stack.o >> /usr/bin/ld: cannot find -lc >> collect2: ld returned 1 exit status >> >> Anyone know what is wrong? > > You need to install the glibc-static-devel package. Attached patch adds this nugget of information to docs/xml/FAQ.xml. Jeroen. |