The Cairo operating system
Posted Jul 5, 2006 10:42 UTC (Wed) by
evgeny (guest, #774)
In reply to:
The Cairo operating system by nix
Parent article:
Cairo release 1.2.0 now available
> - can't be prelinked
Well, yes, this is the purpose.
> - don't benefit from ld.so.cache
> - have to be explicitly located by the application
Why? From the dlopen man page, dlopen("libm.so", RTLD_LAZY); works fine without specifying explicit path.
But actually I didn't mean a mere replacement of the compile time linking with dlopen(), but rather a plugin approach - which is usually (but not always) done using dlopen() on a plugin which in turn is linked to all necessary for this specific plugin .so libs.
(
Log in to post comments)