Re: ldd in cygwin

2009-10-01 Thread Steven Woody
On Thu, Oct 1, 2009 at 5:56 PM, Corinna Vinschen wrote: > On Oct  1 17:37, Steven Woody wrote: >> On Thu, Oct 1, 2009 at 4:31 PM, Lenik wrote: >> > On 2009-10-1 13:44, Steven Woody wrote: >> >> >> >> Hi, >> >> >> >> In Linux, we can get a library dependency list by running of 'ldd'. >> >> In wind

Re: ldd in cygwin

2009-10-01 Thread Corinna Vinschen
On Oct 1 17:37, Steven Woody wrote: > On Thu, Oct 1, 2009 at 4:31 PM, Lenik wrote: > > On 2009-10-1 13:44, Steven Woody wrote: > >> > >> Hi, > >> > >> In Linux, we can get a library dependency list by running of 'ldd'. > >> In windows, executable still depend on libraries, such as DLLs, but I > >

Re: ldd in cygwin

2009-10-01 Thread Corinna Vinschen
On Oct 1 10:45, Fergus wrote: >> cygcheck /path/to/exe > > Where does cygcheck go to get the answer? I found > > cygcheck /bin/rxvt.exe > > failed to show /bin/libW11.dll in [1.5] It still will in 1.7. cygcheck searches for the DLL names in the executable's directory of load-time linked DLLs. l

Re: ldd in cygwin

2009-10-01 Thread Fergus
cygcheck /path/to/exe Where does cygcheck go to get the answer? I found cygcheck /bin/rxvt.exe failed to show /bin/libW11.dll in [1.5] Fergus -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/doc

Re: ldd in cygwin

2009-10-01 Thread Steven Woody
On Thu, Oct 1, 2009 at 4:31 PM, Lenik wrote: > On 2009-10-1 13:44, Steven Woody wrote: >> >> Hi, >> >> In Linux, we can get a library dependency list by running of 'ldd'. >> In windows, executable still depend on libraries, such as DLLs, but I >> don't find a 'ldd' command in cygwin.  Is there any

Re: ldd in cygwin

2009-10-01 Thread Lenik
On 2009-10-1 13:44, Steven Woody wrote: Hi, In Linux, we can get a library dependency list by running of 'ldd'. In windows, executable still depend on libraries, such as DLLs, but I don't find a 'ldd' command in cygwin. Is there any tool that will do the job? Thanks. There is a cygwin ldd,

Re: ldd in cygwin

2009-09-30 Thread Steven Woody
On Thu, Oct 1, 2009 at 2:02 PM, Dave Korn wrote: > Steven Woody wrote: >> Hi, >> >> In Linux, we can get a library dependency list by running of 'ldd'. >> In windows, executable still depend on libraries, such as DLLs, but I >> don't find a 'ldd' command in cygwin.  Is there any tool that will do

Re: ldd in cygwin

2009-09-30 Thread Dave Korn
Steven Woody wrote: > Hi, > > In Linux, we can get a library dependency list by running of 'ldd'. > In windows, executable still depend on libraries, such as DLLs, but I > don't find a 'ldd' command in cygwin. Is there any tool that will do > the job? "cygcheck /path/to/exe" cheers,