problems install module-init-tools, can't make
when i type make, it displays the message
[root@localhost module-init-tools-3.0]# make
gcc -g -O2 -Wunused -Wall -o insmod.static -static insmod.o
/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
make: *** [insmod.static] Error 1
i think it implies there should be a "lc" installed first, but what is that?
|