MikeTeo.net

A Software Technologist's Blog (Wanna Email Me?)

Compiling runit on Fedora Core 11

September 8, 2009 By miketeo
 

If you encounter the following error while trying to compile runit on a FC11 machine

[root@norma runit-2.0.0]# package/install
Linking ./src/* into ./compile…
Compiling everything in ./compile…
+ cd compile
+ exec make
./load runit unix.a byte.a -static
/usr/bin/ld: cannot find -lc

Try yum install glibc-static

Add A Comment