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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to