There's code (eg. audio/openal, but not only) that does:

        dlopen("libsndio.so", ...);

and then calls dlsym() for each function and so on. What's the point
of doing this instead of simply linking the binary with -lsndio and
using functions normally?

hints?

-- Alexandre

Reply via email to