Re: On demand static/shared libs and binary linkage

2018-06-07 Thread Laurent Stacul
Understood. In this case, there are 2 solutions: - we completely remove the call to dlopen - we keep the call to dlopen from the shared lib version of libdw and embed all the backends code in the archive I don't know if the second solution is worth the additional work/complexity. What do you thi

On demand static/shared libs and binary linkage

2018-06-07 Thread Laurent Stacul
. Can you give me your feed back on such a proposal ? If it is worth working on this, I can try to provide a patch. Regarding the project I am working on, I have a workaround which does not satisfy me: - build zlib shared lib - build elfutils with gcov support Thanks in advance, Laurent Stacul