Re: cyg*.dll, linking

2011-12-14 Thread Dave Korn
On 13/12/2011 20:32, Warren Young wrote: On 12/13/2011 12:18 PM, Brian Craft wrote: On Tue, Dec 13, 2011 at 11:16 AM, Csaba Raduly wrote: On Tue, Dec 13, 2011 at 7:45 PM, Brian Craft wrote: And why don't I see cyg*.dll files, for example, in /usr/lib? They are all hiding under /usr/bin :)

cyg*.dll, linking

2011-12-13 Thread Brian Craft
I'm building a few libraries which are dependencies of a program I'm building. Most of them build via autotools. Doing make install installs files *.a, *.la, *.dll.a. Linking the executable succeeds without error, however when running it, the loader complains that it can't find cyg*.dll files.

Re: cyg*.dll, linking

2011-12-13 Thread Ryan Johnson
On 13/12/2011 1:16 PM, Brian Craft wrote: I'm building a few libraries which are dependencies of a program I'm building. Most of them build via autotools. Doing make install installs files *.a, *.la, *.dll.a. Linking the executable succeeds without error, however when running it, the loader

Re: cyg*.dll, linking

2011-12-13 Thread Brian Craft
On Tue, Dec 13, 2011 at 10:24 AM, Ryan Johnson wrote: On 13/12/2011 1:16 PM, Brian Craft wrote: I'm building a few libraries which are dependencies of a program I'm building. Most of them build via autotools. Doing make install installs files *.a, *.la, *.dll.a. Linking the executable

Re: cyg*.dll, linking

2011-12-13 Thread Csaba Raduly
On Tue, Dec 13, 2011 at 7:45 PM, Brian Craft wrote: And why don't I see cyg*.dll files, for example, in /usr/lib? They are all hiding under /usr/bin :) Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbers you can count are not the real

Re: cyg*.dll, linking

2011-12-13 Thread Brian Craft
On Tue, Dec 13, 2011 at 11:16 AM, Csaba Raduly wrote: On Tue, Dec 13, 2011 at 7:45 PM, Brian Craft  wrote: And why don't I see cyg*.dll files, for example, in /usr/lib? They are all hiding under /usr/bin :) Ah! I see. So the install is working fine, I was just adding the wrong directory to

Re: cyg*.dll, linking

2011-12-13 Thread Warren Young
On 12/13/2011 12:18 PM, Brian Craft wrote: On Tue, Dec 13, 2011 at 11:16 AM, Csaba Raduly wrote: On Tue, Dec 13, 2011 at 7:45 PM, Brian Craft wrote: And why don't I see cyg*.dll files, for example, in /usr/lib? They are all hiding under /usr/bin :) Ah! I see. So the install is working