This is the mail archive of the cygwin@cygwin.com 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: Path to dynamic libraries


Pierre schrieb:

> I installed the full Cygwin distribution but apparently it does not
> include the command 'ldd'.
> Is there another command which can be used to get the list of dynamic
> libraries (and their path) that a given executable depends on ?

cd bin && cygcheck cygwin1.dll

> Does it make sense to use the environment variable LD_LIBRARY_PATH with
> Cygwin ?

No.  All the DLL's need to be in a directory that is included in your
PATH environment variable like e.g. /bin.  PATH always needs to be existent.


Gerrit
-- 
=^..^=


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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