Any program on my homepage written in C can be compiled and installed under Linux and Solaris (it has an awful install utility) by follwing these steps:
$ tar -xyf program.tar.bz2or
$ tar -xjf program.tar.bz2
$ cd program
$ make install
$ su # make install # exit
$ program
Sources will be linked against dietlibc if available on your system.