|
From: Nicholas N. <nj...@ca...> - 2004-09-07 11:32:11
|
[CC'ing reply to valgrind-users] On Tue, 7 Sep 2004, tikcireviva wrote: > I am having a installation problem regarding to the *make* command. My > plateform is mandrake10, with glibc.2.3.3. During the *make* command, it > beeps me with the following, I hope that you may help, please. > > gcc -Winline -Wall -Wshadow -O -fno-omit-frame-pointer > -mpreferred-stack-boundary=2 -g -DELFSZ=32 -o valgrind -static -g > -Wl,-e,_ume_entry stage1.o ume.o ume_entry.o ume_go.o > /usr/bin/ld: cannot find -lc > collect2: ld returned 1 exit status > make[4]: *** [valgrind] Error 1 > make[4]: Leaving directory `/home/eric/download/valgrind-2.2.0/coregrind' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/home/eric/download/valgrind-2.2.0/coregrind' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/home/eric/download/valgrind-2.2.0/coregrind' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/eric/download/valgrind-2.2.0' > make: *** [all] Error 2 > > I wonder if this is a problem regarding to my glibc library, and that's what > I've got from the internet. If you know any solution, could you mind please > advice? I am really appreciate your help. Thank you very much. It means GCC cannot find your libc, which is very strange. This has come up before, but I can't remember what the solution was. Perhaps someone (Tom?) can remember how to handle this one. N |
|
From: Tom H. <th...@cy...> - 2004-09-07 12:24:33
|
In message <Pin...@he...>
Nicholas Nethercote <nj...@ca...> wrote:
> It means GCC cannot find your libc, which is very strange. This has
> come up before, but I can't remember what the solution was. Perhaps
> someone (Tom?) can remember how to handle this one.
I believe the solution was to install the glibc-devel package...
Actually, the bug was 85932 and the solution was to install the
glibc-static-devel package, which seems to be a Mandrake thing.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|