On Tue, Mar 22, 2005 at 09:15:43AM -0500, George Adkins wrote: > AND WE'RE DYNAMICALLY LINKING /bin/df? Yes. We link everything dynamically nowadays. Not for disk- or RAM space, but to allow dynamic linking of modules from libc (locales for example). Martin