Re: Q: DLLs and LD_LIBRARY_PATH

2002-10-31 Thread Christopher Faylor
On Thu, Oct 31, 2002 at 11:22:00AM +0100, "Schn?rr, Claudius Dr." wrote: >- the LD_LIBRARY_PATH is not searched for .dlls LD_LIBRARY_PATH is only searched for dynamically loaded dlls. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/

Re: Q: DLLs and LD_LIBRARY_PATH

2002-10-31 Thread Larry Hall (RFK Partners, Inc)
At 05:22 AM 10/31/2002, Schnörr, Claudius Dr. wrote: >Hello, > >I try to build some libraries, which in turn create *.so shared libraries. > >According to my tests, >- names of shared libraries under cygwin have to end in .dll, >- the LD_LIBRARY_PATH is not searched for .dlls > >Is this correct?

Q: DLLs and LD_LIBRARY_PATH

2002-10-31 Thread "Schnörr, Claudius Dr."
Hello, I try to build some libraries, which in turn create *.so shared libraries. According to my tests, - names of shared libraries under cygwin have to end in .dll, - the LD_LIBRARY_PATH is not searched for .dlls Is this correct? Are there some workarounds to configure cygwin to behave like a