[fpc-pascal] Size of program vs library ?
Sven Barth
pascaldragon at googlemail.com
Tue Feb 4 13:42:56 CET 2014
Am 04.02.2014 13:35, schrieb Fred van Stappen:
> Sorry to insist on that, but the size of fp library is very too big vs
> other libraries (C for example).
The size of FPC libraries will always(*) be bigger then e.g. C ones,
because in FPC the RTL is statically linked into the program/library,
while C libraries link against the C runtime library.
(*) Once dynamic runtime packages are supported this might change though...
Regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20140204/66edf80d/attachment.html>
More information about the fpc-pascal
mailing list