oasislinux / oasis

a small statically-linked linux system
Other
2.75k stars 84 forks source link

Shared library support #7

Closed nwmcsween closed 4 years ago

nwmcsween commented 6 years ago

Issues:

ghost commented 6 years ago

statically-linked system

michaelforney commented 6 years ago

Yes, though it might still be desirable to support dynamic linking for a couple cases:

But this is low-priority, so I'll just leave this open for now.

michaelforney commented 4 years ago

Now, the musl package provides a libc.so (if you select it for installation). This can be used to bootstrap external package systems like pkgsrc or nix. Dynamic languages with module support and heavy components that require dynamic linking can be installed that way.