|
|
|
|
|
by tristanbvk
1264 days ago
|
|
Personally I read the programmer manual for FP. You can do both Object Pascal OOP and Delphi OOP. Wild. Also nice units for doing mmap and all libc stuff. I really ought to finish learning Pascal and actually write something in it. Not a bad language. |
|
so necessary parts get linked statically to the resulting binaries, and those binaries do not require libc. most of the library goes with roots to kernel calls, bypassing libc.
once you start using threads or link to other c libraries (like gtk) then libc becomes a dependency.