Martman22,
Thanks for your reply. I was not able to get glibc-devel via pkgs.org. I think because the website itself uses the Centos mirrors. Centos have moved 4.x to the vault - I had to get it from here:
vault.centos.org/4.7/os/i386/
I installed it with:
rpm -i --nodeps glibc-devel-2.3.4-2.41.i386.rpm
I was then able to install gcc via smart:
This installed successfully and it also automatically installed cpp.
I have rebooted and made sure everything is up-to-date with....
... and everything seems fine.
However, I am still receiving the following error when I try to run 'make clean':
root@efw-1335960976:~/solos-driver/solos-pci-1.03 # make clean
make -C /lib/modules/2.6.32.43-57.e43.i586/build M=/root/solos-driver/solos-pci-1.03 clean
make: *** /lib/modules/2.6.32.43-57.e43.i586/build: No such file or directory. Stop.
make: *** [clean] Error 2
What's up with this? Why does '/lib/modules/2.6.32.43-57.e43.i586/build' not exist?
root@efw-1335960976:~/solos-driver/solos-pci-1.03 # ls -la /lib/modules/2.6.32.43-57.e43.i586/build
lrwxrwxrwx 1 root root 46 May 2 13:12 /lib/modules/2.6.32.43-57.e43.i586/build -> ../../../usr/src/kernels/2.6.32.43-57.e43.i586
Please help!
Many thanks,
Andy