Hi,
Thomas Frieden wrote:
BTW, OOo builds via dmake, which we already ported (SNAP also builds with dmake). It just depends on newlib V3 which will be in the next update.
Another thing that we've developed that might be very interesting: We now have a tool that can turn a standard static link library into a shared library, i.e. you feed it libXXX.a and it generates XXX.so, including a linker stub that automtatically imports symbols.
In addition, we have libdl.a which implements (based on these shared libraries) the functions dlopen/dlysm/dlclose.
This might come in handy :)
Regards,