> Using dynlibs links your program to the C library, which is needed to load > other C dynamic libraries. > > So as soon as you use it, your program depends on the C library, and you > need to deal with C library versions. > > Michael. Is it possible to put an older libc in an own directory and tell the compiler to link to it?