[Ecls-list] si:load-foreign-module

Luís Oliveira luismbo at gmail.com
Sun Aug 24 01:01:51 UTC 2008


On Sun, Aug 24, 2008 at 1:05 AM, Juan Jose Garcia-Ripoll
<juanjose.garciaripoll at googlemail.com> wrote:
> [...] if you load the same library with two different, but compatible
> namestrings, then ECL will really be confused.

Maybe this dlopen() flag would help?

       RTLD_NOLOAD (since glibc 2.2)
              Don't load the library.  This can be used to test if the library
              is already resident (dlopen() returns NULL if it is not, or  the
              library's handle if it is resident). [...]

-- 
Luís Oliveira
http://student.dei.uc.pt/~lmoliv/




More information about the ecl-devel mailing list