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
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
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
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
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
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
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