[fpc-pascal] libc and math.h on Linux

Adriaan van Os fpc at microbizz.nl
Fri Feb 2 12:47:58 CET 2018


I have to import the math.h libc functions listed here 
<http://pubs.opengroup.org/onlinepubs/009695399/toc.htm>. What is the recommended way to do this 
for general Linux compatibility ? Simply declare them external ? Load them from libc dynamically ? 
Anything else ? I know that the FPC runtime lib itself jumps through some hoops to be as 
independent of libc (or a specific version of libc) as possible.

Regards,

Adriaan van Os



More information about the fpc-pascal mailing list