diff --git a/CHANGES/v2.3.txt b/CHANGES/v2.3.txt index c395497a40a8663831516f109fd6384484954827..0d9e7ac33918f80bbee7368db9d50b2e04a96b8e 100644 --- a/CHANGES/v2.3.txt +++ b/CHANGES/v2.3.txt @@ -202,6 +202,8 @@ For users: For developers: - Fixed a bug in `./configure --disable-libsearch` when searching for molfile plugins. - Cppcheck on travis-ci has been updated to 1.80. +- Configure script now has a list of better alternatives to find a working `ld -r -o` tool to merge object files. + This solves linking issues on some peculiar systems (see \issue{291}, thanks to Massimiliano Culpo). - Using `install_name_tool` also on non-installed libraries. This makes it possible to link them and later find them without explicitly setting `DYLD_LIBRARY_PATH`. This should also make the `DYLD_LIBRARY_PATH` irrelevant. Notice that `DYLD_LIBRARY_PATH` is not well behaved in OSX El Capitan.