On Jun 14, 2017 08:36, "Sean Conner" <sean@conman.org> wrote:
-spc (Who thinks that executables should also be shared libraries ... )
This also works on Windows (or at least did, I haven't used it in >10y), where .DLL and .EXE are both of the PE format, and can export symbols - I used this for example to compile lighttpd plugin DLLs and linked them back against lighttpd.exe.