[PATCH v2] lib: make notmuch shared library install_name be full path on Mac OS X

2015-03-06 Thread J. Lewis Muir
On 3/6/15 1:05 AM, David Bremner wrote: > "J. Lewis Muir" writes: > >> The install_name of libnotmuch.dylib on Mac OS X is what is written >> into a program that links against it. If it is just the name of >> the shared library file, as opposed to the full path, the program >> won't be able to

[PATCH v2] lib: make notmuch shared library install_name be full path on Mac OS X

2015-03-06 Thread David Bremner
"J. Lewis Muir" writes: > The install_name of libnotmuch.dylib on Mac OS X is what is written > into a program that links against it. If it is just the name of the > shared library file, as opposed to the full path, the program won't be > able to find it when it runs and will abort. Instead,

Re: [PATCH v2] lib: make notmuch shared library install_name be full path on Mac OS X

2015-03-06 Thread J. Lewis Muir
On 3/6/15 1:05 AM, David Bremner wrote: J. Lewis Muir jlm...@imca-cat.org writes: The install_name of libnotmuch.dylib on Mac OS X is what is written into a program that links against it. If it is just the name of the shared library file, as opposed to the full path, the program won't be

[PATCH v2] lib: make notmuch shared library install_name be full path on Mac OS X

2015-03-05 Thread Tomi Ollila
On Thu, Mar 05 2015, "J. Lewis Muir" wrote: > The install_name of libnotmuch.dylib on Mac OS X is what is written > into a program that links against it. If it is just the name of the > shared library file, as opposed to the full path, the program won't be > able to find it when it runs and

Re: [PATCH v2] lib: make notmuch shared library install_name be full path on Mac OS X

2015-03-05 Thread David Bremner
J. Lewis Muir jlm...@imca-cat.org writes: The install_name of libnotmuch.dylib on Mac OS X is what is written into a program that links against it. If it is just the name of the shared library file, as opposed to the full path, the program won't be able to find it when it runs and will

[PATCH v2] lib: make notmuch shared library install_name be full path on Mac OS X

2015-03-04 Thread J. Lewis Muir
The install_name of libnotmuch.dylib on Mac OS X is what is written into a program that links against it. If it is just the name of the shared library file, as opposed to the full path, the program won't be able to find it when it runs and will abort. Instead, the install_name should be the full

[PATCH v2] lib: make notmuch shared library install_name be full path on Mac OS X

2015-03-04 Thread Jinwoo Lee
On Wed, Mar 4, 2015 at 02:32 PM, "J. Lewis Muir" wrote: > The install_name of libnotmuch.dylib on Mac OS X is what is written > into a program that links against it. If it is just the name of the > shared library file, as opposed to the full path, the program won't be > able to find it when it

Re: [PATCH v2] lib: make notmuch shared library install_name be full path on Mac OS X

2015-03-04 Thread Jinwoo Lee
On Wed, Mar 4, 2015 at 02:32 PM, J. Lewis Muir jlm...@imca-cat.org wrote: The install_name of libnotmuch.dylib on Mac OS X is what is written into a program that links against it. If it is just the name of the shared library file, as opposed to the full path, the program won't be able to

Re: [PATCH v2] lib: make notmuch shared library install_name be full path on Mac OS X

2015-03-04 Thread Tomi Ollila
On Thu, Mar 05 2015, J. Lewis Muir jlm...@imca-cat.org wrote: The install_name of libnotmuch.dylib on Mac OS X is what is written into a program that links against it. If it is just the name of the shared library file, as opposed to the full path, the program won't be able to find it when it