Re: Including full path to shared library in the executable file

2013-05-23 Thread Larry Hall (Cygwin)
On 5/23/2013 11:14 AM, Corinna Vinschen wrote: On May 23 10:46, Robert Pendell wrote: On Thu, May 23, 2013 at 5:01 AM, Corinna Vinschen <> wrote: On May 22 23:10, Larry Hall (Cygwin) wrote: On 5/22/2013 11:24 AM, Corinna Vinschen wrote: On May 22 10:58, Christopher Faylor wrote: So, maybe *

Re: Including full path to shared library in the executable file

2013-05-23 Thread Corinna Vinschen
On May 23 10:46, Robert Pendell wrote: > On Thu, May 23, 2013 at 5:01 AM, Corinna Vinschen <> wrote: > > > > On May 22 23:10, Larry Hall (Cygwin) wrote: > > > On 5/22/2013 11:24 AM, Corinna Vinschen wrote: > > > >On May 22 10:58, Christopher Faylor wrote: > > > >>So, maybe *next* Thursday then? > >

Re: Including full path to shared library in the executable file

2013-05-23 Thread Robert Pendell
On Thu, May 23, 2013 at 5:01 AM, Corinna Vinschen <> wrote: > > On May 22 23:10, Larry Hall (Cygwin) wrote: > > On 5/22/2013 11:24 AM, Corinna Vinschen wrote: > > >On May 22 10:58, Christopher Faylor wrote: > > >>On Wed, May 22, 2013 at 10:47:11AM +0200, Corinna Vinschen wrote: > > >>>On May 21 21:

Re: Including full path to shared library in the executable file

2013-05-23 Thread Corinna Vinschen
On May 22 23:10, Larry Hall (Cygwin) wrote: > On 5/22/2013 11:24 AM, Corinna Vinschen wrote: > >On May 22 10:58, Christopher Faylor wrote: > >>On Wed, May 22, 2013 at 10:47:11AM +0200, Corinna Vinschen wrote: > >>>On May 21 21:43, Balaji Venkataraman wrote: > On Tue, May 21, 2013 at 9:19 PM, Ba

Re: Including full path to shared library in the executable file

2013-05-22 Thread Larry Hall (Cygwin)
On 5/22/2013 11:24 AM, Corinna Vinschen wrote: On May 22 10:58, Christopher Faylor wrote: On Wed, May 22, 2013 at 10:47:11AM +0200, Corinna Vinschen wrote: On May 21 21:43, Balaji Venkataraman wrote: On Tue, May 21, 2013 at 9:19 PM, Balaji Venkataraman wrote: My question is whether there is

Re: Including full path to shared library in the executable file

2013-05-22 Thread Corinna Vinschen
On May 22 10:58, Christopher Faylor wrote: > On Wed, May 22, 2013 at 10:47:11AM +0200, Corinna Vinschen wrote: > >On May 21 21:43, Balaji Venkataraman wrote: > >> On Tue, May 21, 2013 at 9:19 PM, Balaji Venkataraman wrote: > >> > >> > My question is whether there is a way to include the full path

Re: Including full path to shared library in the executable file

2013-05-22 Thread Christopher Faylor
On Wed, May 22, 2013 at 10:47:11AM +0200, Corinna Vinschen wrote: >On May 21 21:43, Balaji Venkataraman wrote: >> On Tue, May 21, 2013 at 9:19 PM, Balaji Venkataraman wrote: >> >> > My question is whether there is a way to include the full path to the .dll >> > while creating the .exe - much like

Re: Including full path to shared library in the executable file

2013-05-22 Thread Corinna Vinschen
On May 21 21:43, Balaji Venkataraman wrote: > On Tue, May 21, 2013 at 9:19 PM, Balaji Venkataraman wrote: > > > My question is whether there is a way to include the full path to the .dll > > while creating the .exe - much like how cmake "link_directories" or > > "target_link_libraries" allows you

Re: Including full path to shared library in the executable file

2013-05-21 Thread Balaji Venkataraman
On Tue, May 21, 2013 at 9:19 PM, Balaji Venkataraman wrote: > My question is whether there is a way to include the full path to the .dll > while creating the .exe - much like how cmake "link_directories" or > "target_link_libraries" allows you to - for e.g. on Linux (an ldd on the > executable fil