LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Module-init-tools help... (https://www.linuxquestions.org/questions/linux-software-2/module-init-tools-help-135644/)

Linux~Powered 01-17-2004 12:52 AM

Module-init-tools help...
 
I am trying to update module-init-tools 0.9.14 and i get this error after running the ./configure and make command...

[root@Linux~Powered module-init-tools-0.9.14]# make install
gcc -g -O2 -Wunused -Wall -Wcast-align -o insmod.static -static insmod.o
/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
make: *** [insmod.static] Error 1
[root@Linux~Powered module-init-tools-0.9.14]#


any idea what this means?

ugenn 01-17-2004 02:27 AM

It means it can't find the library (libc.a) to link to. Do ls /usr/bin/libc.a and ls /lib/libc.a. Is the file there? Did you have the glibc-devel (or equivalent) package installed?

Linux~Powered 01-17-2004 07:17 AM

Cool... I got it working, but when i go to edit GRUB there is no conf file in /etc/grub.config. There was one on my version of RH9, so how do i go about editing it? Do i have to make one from scratch? I have GRUB 0.93 installed now default of Mandrake, but no config file to edit.


All times are GMT -5. The time now is 11:39 AM.