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
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
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
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
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
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
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
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
8 matches
Mail list logo