From 1775a9442edbea433d019aa1d66cfef502ff5244 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Tue, 26 Sep 2017 18:10:34 +0200 Subject: [PATCH] changelog [makedoc] --- CHANGES/v2.3.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES/v2.3.txt b/CHANGES/v2.3.txt index c395497a4..0d9e7ac33 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. -- GitLab