Let's say that I want this graph of dependencies:

  -> GMP module .n ---> GMP adapter .ndll ---> GMP .so
 |      ^                      ^              ^
 |      |                      |              |
 +-> MPFR module .n --> MPFR adapter .ndll --> MPFR .so
 |      ^                      ^              ^
 |      |                      |              |
 +-> MPFI module .n --> MPFI adapter .ndll --> MPFI .so
 |
 |
application .n

the .ndll  files are not  installed in the .so  usual places
and do not  have the canonical name, so how  do I link them?
Is splitting  the adapters into a  .so and a  stub .ndll the
only solution?

Has someone written a $loader for .so on Unix-like systems
and is willing to share it under the LGPL or GPL?
--
Marco Maggi



--
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to