Bertho Stultiens <[EMAIL PROTECTED]> writes:
> No, you should write a new loader routine for builtin dlls which come
> from .so files. The problem will eventually arrise when both builtin and
> elfdlls are present. At that time, you won't be able to use the
> RTLD_GLOBAL flag anymore. A separate loader would not cause that
> problem.
There cannot be both builtin and elfdlls at the same time, since they
will be the same thing. Elfdlls are supposed to replace builtin dlls
(or rather builtin dlls have to evolve into elfdlls). We will support
either .a or .so libraries, but we won't support two different kinds
of .so libraries, this simply wouldn't make sense.
--
Alexandre Julliard
[EMAIL PROTECTED]