Op 14-3-2024 om 09:34 schreef Guillermo Martínez Jiménez via fpc-pascal:
Thanks, Karoly and Marco.

I thought "packages" were libraries not applications, as there is an
"utils" directory with programs.

Roughly the RTL is a base set of units needed for the compiler itself. When the compiler bootstraps it is compiled several times.

Most units not needed for the compiler have thus moved out into packages that is not compiled multiple time, and directories in packages/ can be compiled in parallel to some degree.

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to