quote:
Originally posted by Ex Eleven / b0b 2.1:
Find glibc, its short for gnu lib c
GNU C Library actually, 'lib' isn't a real word.
Anyway, how do you not have glibc? That's... odd. Now, you'd probably be able to find it on your distro's CD. Try to find glibc and glibc-devel - compiling stuff usually needs the devel packages.
BTW, glibc is the standard library package for C. You need it to compile/use most trivial and pretty much all non-trivial C programs.