Re: dlopen doesn't use LD_LIBRARY_PATH ( was dlopen and cygcheck inconsistency)

2005-05-30 Thread Anonymous
this issue is still un-resolved. Contrary to what cgf says, dlopen doesn't care about LD_LIBRARY_PATH while opening dependent DLLs of its argument. It opens the DLL if the depedent DLLs are found in the $PATH. Your keyword is dependent. When one dll depends on another in windows, it uses window

Re: dlopen doesn't use LD_LIBRARY_PATH ( was dlopen and cygcheck inconsistency)

2005-05-30 Thread Christopher Faylor
On Sun, May 29, 2005 at 07:09:50PM -0700, Sunil wrote: >So, this issue is still un-resolved. Contrary to what >cgf say, dlopen doesn't care about LD_LIBRARY_PATH >while opening dependent DLLs of its argument. It opens >the DLL if the depedent DLLs are found in the $PATH. dlopen is a cygwin inventi

Re: dlopen doesn't use LD_LIBRARY_PATH ( was dlopen and cygcheck inconsistency)

2005-05-30 Thread Sunil
I am not sure why the last email didn't reach the list, but here goes again. this issue is still un-resolved. Contrary to what cgf says, dlopen doesn't care about LD_LIBRARY_PATH while opening dependent DLLs of its argument. It opens the DLL if the depedent DLLs are found in the $PATH. I think cg

Re: dlopen doesn't use LD_LIBRARY_PATH ( was dlopen and cygcheck inconsistency)

2005-05-30 Thread Sunil
So, this issue is still un-resolved. Contrary to what cgf say, dlopen doesn't care about LD_LIBRARY_PATH while opening dependent DLLs of its argument. It opens the DLL if the depedent DLLs are found in the $PATH. I think you meant if I do dlopen("c.dll",..) it will try to find it in LD_LIBRARY_PAT

Re: dlopen and cygcheck inconsistency

2005-05-26 Thread Christopher Faylor
On Thu, May 26, 2005 at 11:17:19AM -0700, Sunil wrote: >so, this means dlopen searches ${LD_LIBRARY_PATH} as >well, after RPATH? dlopen searches LD_LIBRARY_PATH, just like linux. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/probl

Re: dlopen and cygcheck inconsistency

2005-05-26 Thread Sunil
so, this means dlopen searches ${LD_LIBRARY_PATH} as well, after RPATH? thanks, Sunil --- Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Sat, May 21, 2005 at 07:49:20PM -0700, Sunil > wrote: > >Hi, > > > >cygcheck also searches the `basename ` for > >dependent DLLs while dlopen requires PATH

Re: dlopen and cygcheck inconsistency

2005-05-26 Thread Christopher Faylor
On Sat, May 21, 2005 at 07:49:20PM -0700, Sunil wrote: >Hi, > >cygcheck also searches the `basename ` for >dependent DLLs while dlopen requires PATH to be set to >open the DLL. One of them should be corrected to make >life consistent. example is as follows: > >$ cygcheck /usr/lib/gstreamer-0.8/cygg

dlopen and cygcheck inconsistency

2005-05-21 Thread Sunil
Hi, cygcheck also searches the `basename ` for dependent DLLs while dlopen requires PATH to be set to open the DLL. One of them should be corrected to make life consistent. example is as follows: $ cygcheck /usr/lib/gstreamer-0.8/cyggstossaudio.dll C:/cygwin/lib/gstreamer-0.8/cyggstossaudio.dll