Re: Path to dynamic libraries

2002-11-03 Thread Christopher Faylor
On Sun, Nov 03, 2002 at 06:24:40AM -0500, Matthew Swift wrote: >>>I believe Matt Swift wrote a script to do this but his link isnt valid >>>any more. hmm but acutally doesn't cygcheck do this ? >>>(although for some reason not if I give the full pasth of the program) > >I'll be danged -- cygcheck

RE: Path to dynamic libraries

2002-11-03 Thread Matthew Swift
>> From: Vince Hoffman >> To: "'Pierre Habraken'" , cygwin at cygwin dot com >> Date: Mon, 30 Sep 2002 13:58:23 +0100 >> Subject: RE: Path to dynamic libraries >> I believe Matt Swift wrote a script to do this but his link isnt valid any &g

Re: Path to dynamic libraries

2002-10-01 Thread Gerrit P. Haase
Pierre schrieb: > Thanks to everyone who replied to my question. > The actual problem I am faced to is that I compiled (and tested) a > program (ddd) under Cygwin installed as H:\Cygwin and then distributed > the binaries to students who are supposed to install it on their own > box. > The prob

Re: Path to dynamic libraries

2002-09-30 Thread Pierre Habraken
Thanks to everyone who replied to my question. The actual problem I am faced to is that I compiled (and tested) a program (ddd) under Cygwin installed as H:\Cygwin and then distributed the binaries to students who are supposed to install it on their own box. The problem is that the program does

Re: Path to dynamic libraries

2002-09-30 Thread Gerrit P. Haase
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 m

RE: Path to dynamic libraries

2002-09-30 Thread Vince Hoffman
erk umm s/actual/actualy s/pasth od/path of -Original Message- From: Vince Hoffman [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 13:58 To: 'Pierre Habraken'; [EMAIL PROTECTED] Subject: RE: Path to dynamic libraries I believe Matt Swift wrote a script to do this but his

RE: Path to dynamic libraries

2002-09-30 Thread Vince Hoffman
13:36 To: [EMAIL PROTECTED] Subject: Path to dynamic libraries Hello, 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

Path to dynamic libraries

2002-09-30 Thread Pierre Habraken
Hello, 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 ? Does it make sense to use the environment variable LD_LIBRARY