tomhrr / dale

Lisp-flavoured C
BSD 3-Clause "New" or "Revised" License
1.03k stars 48 forks source link

Document dependence on lazy loading of libraries #191

Closed tomhrr closed 6 years ago

tomhrr commented 7 years ago

See https://github.com/tomhrr/mawled/issues/12. If the build environment prevents lazy loading of libraries, then compilation of module A that imports module B that in turn depends on symbols that aren't present will fail There is a broader problem here about the separation between runtime and compile time, but that will be dealt with separately.

tomhrr commented 6 years ago

See https://github.com/tomhrr/dale/commit/85d74b9adfb780a83d44bc5b81dd8fc78367d0a8.