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. _______________________________________________ Libunwind-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/libunwind-devel
