[fpc-pascal] Does FPC require glibc?

Sven Barth pascaldragon at googlemail.com
Mon May 6 22:48:09 CEST 2019


Nozz via fpc-pascal <fpc-pascal at lists.freepascal.org> schrieb am Mo., 6.
Mai 2019, 22:18:

> Empty Message
>

Depends on what you're using (and the platform). E.g. the compiler itself
runs without glibc on Linux, but if you need to use threads for example
that changes. Also if you link against libraries like GTK or Qt you also
indirectly link to glibc and the RTL's initialization code will change due
to this.
On some targets (e.g. macOS) using the C library is a must.

Regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20190506/9fa8a32f/attachment.html>


More information about the fpc-pascal mailing list