On Jun 18, 2010, at 9:03 PM, Michael Jennings wrote:
> 
> Ah, okay.  I guess I was envisioning for runtime checks:
> 
>  void *f = dlopen(NULL, RTLD_LAZY);
>  if (dlsym(f, "popt_something")) {
>    ...
>  }
> 

Any idea how "portably" POSIX dlsym() is in 2010?

There's the GNUish dlvsym() that needs figgering if I attempt
"compatibility" with symbol versioning too.

73 de Jeff

______________________________________________________________________
POPT Library                                           http://rpm5.org
Developer Communication List                       popt-devel@rpm5.org

Reply via email to