[fpc-pascal] libc error on older Linux

Rainer Stratmann rainerstratmann at t-online.de
Thu Jun 4 22:52:46 CEST 2026


> 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?




More information about the fpc-pascal mailing list