Re: [Oorexx-devel] dlopen revisited on Linux

2008-09-18 Thread Mark Miesfeld
On Thu, Sep 18, 2008 at 1:43 PM, Rick McGuire <[EMAIL PROTECTED]> wrote: > The one reservation I have is how additional library dependencies > would end up getting resolved. I have a suspicion that libraries in > other REXX_PATH directories would not be located. That's why you get paid the big b

Re: [Oorexx-devel] dlopen revisited on Linux

2008-09-18 Thread Rick McGuire
The one reservation I have is how additional library dependencies would end up getting resolved. I have a suspicion that libraries in other REXX_PATH directories would not be located. Rick On Thu, Sep 18, 2008 at 3:50 PM, Mark Miesfeld <[EMAIL PROTECTED]> wrote: > On Thu, Sep 18, 2008 at 12:47 P

Re: [Oorexx-devel] dlopen revisited on Linux

2008-09-18 Thread Mark Miesfeld
On Thu, Sep 18, 2008 at 12:47 PM, Rick McGuire <[EMAIL PROTECTED]> wrote: > On Thu, Sep 18, 2008 at 3:43 PM, Mark Miesfeld <[EMAIL PROTECTED]> wrote: >> On Thu, Sep 18, 2008 at 12:28 PM, Rick McGuire <[EMAIL PROTECTED]> wrote: >> Windows also has a function, SetDllDirectory() which you can use to

Re: [Oorexx-devel] dlopen revisited on Linux

2008-09-18 Thread Rick McGuire
On Thu, Sep 18, 2008 at 3:43 PM, Mark Miesfeld <[EMAIL PROTECTED]> wrote: > On Thu, Sep 18, 2008 at 12:28 PM, Rick McGuire <[EMAIL PROTECTED]> wrote: > >> It would require a little manual processing in the resolution code, >> but we could have the code search the REXX_PATH for the library as >> wel

Re: [Oorexx-devel] dlopen revisited on Linux

2008-09-18 Thread Mark Miesfeld
On Thu, Sep 18, 2008 at 12:28 PM, Rick McGuire <[EMAIL PROTECTED]> wrote: > It would require a little manual processing in the resolution code, > but we could have the code search the REXX_PATH for the library as > well. It would be nice if we did this for Windows too, but I'm not > sure what's i

Re: [Oorexx-devel] dlopen revisited on Linux

2008-09-18 Thread Rick McGuire
It would require a little manual processing in the resolution code, but we could have the code search the REXX_PATH for the library as well. It would be nice if we did this for Windows too, but I'm not sure what's involved there. Rick On Thu, Sep 18, 2008 at 3:24 PM, Mark Miesfeld <[EMAIL PROTEC

[Oorexx-devel] dlopen revisited on Linux

2008-09-18 Thread Mark Miesfeld
Just as a FYI, I finally found some confirmation on behavior on Linux of the test suite and LLD_LIBRARY_PATH. To quote one source: "> Why not just use setenv()/putenv() to alter LD_LIBRARY_PATH within > your program before calling dlopen? I have not tested this, but suspect that this would be en