On Tue, 4 Feb 2003, Blake Matheny wrote:
> Thanks for the reply. Yes, I realize that lt_dlopen() has its own search
> algorithm. Regardless, it is still a _wrapper_ for the appropriate function on
> your platform. On my platform, dlopen() is that appropriate target function
> and as far as I know,
Thanks for the reply. Yes, I realize that lt_dlopen() has its own search
algorithm. Regardless, it is still a _wrapper_ for the appropriate function on
your platform. On my platform, dlopen() is that appropriate target function
and as far as I know, you can't force dlopen() to _not_ search in its d
I believe that lt_dlopen() actually uses its own (documented) search
algorithm. Please refer to the documentation for lt_dlopen() where
the algorithm is detailed.
Bob
On Tue, 4 Feb 2003, Blake Matheny wrote:
> Hello All,
> I hope I'm addressing the right crowd. I'm doing some development utiliz