On Fri, Aug 11, 2017 at 8:15 PM, Dave Watson <davejwat...@fb.com> wrote:
> Hi Vincent,
>
> On 08/11/17 12:31 PM, Vincent Torri wrote:
>> i was reading libunwind's configure.ac and there is a check about
>> dlopen in it. But there is no such call of dlopen in libunwind code.
>> Is it normal to have such test in confogire.ac ?
>
> You are correct, we use dlsym, not dlopen, although they are always in
> the same library as far as I know.

and it seems that dlsym is only used in the tests, not in the library.

thank you

Vincent Torri

_______________________________________________
Libunwind-devel mailing list
Libunwind-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to