I've built libltdl with the Microsoft compiler and I'm trying to use it
to load a DLL.  I am calling lt_dlforeachfile; the problem seems to be
that the call to loader->module_open in tryall_dlopen is failing.  That
call resolves to presym_open.  This call is failing because
preloaded_symbols is set to 0.

I'm hoping someone more familiar with this code could explain to me what
is supposed to have happened at this point that would make
preloaded_symbols nonzero (and thus give the module_open call some
chance of success).  It is conceivable (in fact, likely) that I have
built libltdl incorrectly; but if that's the problem here, the nature of
the error has yet to jump out at me.

-- 
Braden McDaniel                           e-mail: <[EMAIL PROTECTED]>
<http://endoframe.com>                    Jabber: <[EMAIL PROTECTED]>




_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to