• Home
  • Posts
  • About
  • |
LIGHT DARK

Compiling RunIt on Fedora 20

Apr 30, 2014

I had dowloaded RunIt. Then ran

package/compile

It errored with:

./compile runit.c
./load runit unix.a byte.a -static
/usr/bin/ld: cannot find -lc
collect2: error: ld returned 1 exit status
make: *** [runit] Error 1

To fix I needed to run

sudo yum install glibc-static
← Previous
Bash function to switch Java versions
Next →
Where did I download that file from?
 
© 2025 Dan Bodart.