"make menuconfig" throwing cannot find -lc error in my Fedora 11 PC
Posted
by
Sen
on Super User
See other posts from Super User
or by Sen
Published on 2011-01-06T05:32:58Z
Indexed on
2011/01/06
5:56 UTC
Read the original article
Hit count: 320
When i try to do a make menuconfig
in a Fedora 11 machine it is throwing the following error message:
[root@PC04 kernel]# make menuconfig
HOSTCC -static scripts/basic/fixdep
scripts/basic/fixdep.c: In function âtrapsâ:
scripts/basic/fixdep.c:377: warning: dereferencing type-punned pointer will break strict-aliasing rules
scripts/basic/fixdep.c:379: warning: dereferencing type-punned pointer will break strict-aliasing rules
/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2
Please help me on this issue? How can i solve this?
Thanks,
Sen
© Super User or respective owner