> How about providing the most used libraries with a trap #x interface?Is it possible under Mint to compile an application without static
> This way applications only link comparatively small code like they
> already do for BIOS/XBIOS and GEMDOS calls while the bulk of the actual
> lib code runs in one big lump that is loaded only once into memory?
>
linking and/or to compile libs that could be linked dynamically later ?
I was wondering if the resulting binaries could be wrapped in some way
so that when started the libs are loaded and then the application is run
a bit like a self-extracting archive.