This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] ldd: support .oct and .so modules


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]