[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] Missing .so libs 'solution'?



Hi there!

I've been looking on several projects and swearing on that FreeMiNT don't
have support for .so libs....

I went further:

* What is essential?

To support the .so libs and their runtime linkage.

* Is the virtual memory really needed for this?

No! All the libs may be loaded upon each request again into the process's
memory space. It would work exactly the same way as staticaly linked libs,
but they won't be a part of the binary. ;)

* Do these thoughts have some flaw?

This is what I should ask in the MiNT list. ;) And with this to be true
what we need to implement for such support?

best regards

STan