On Mon, Jan 23, 2012 at 11:53:23PM -0600, Yaakov (Cygwin/X) wrote: >Octave modules use the .oct extension, and several programs use .so for >modules even on Cygwin (e.g. Apache2, Mesa, OpenSSL, Ruby). Currently, >running ldd(1) on any of these returns ENOEXEC. > >The attached patch fixes ldd to treat these as DLLs and show their >runtime dependencies. > > >Yaakov >
>2012-01-?? Yaakov Selkowitz <yselkowitz@...> > > * ldd.cc (start_process): Handle .oct and .so as DLLs. Looks good. Please check in. Thanks. cgf
