Hello, running the test suite of eina-1.1 with 1.0 installed and libtool-2.4{.2,} the tests will fail (symbol lookup errors) because of the LD_LIBRARY_PATH (same with glib, gst-plugins-base, ...). The libdir is in front of the "test-path": LD_LIBRARY_PATH="/usr/lib64:/home/sepek/dev/eina-1.1.0/src/lib/.libs: $LD_LIBRARY_PATH"
I don't get this with newer libtool versions (from git), "/usr/lib64:" is no more in LD_LIBRARY_PATH. I traced it down to 06c6555d4a77a5e91f43da3451586534da93e0ae. With a cherry-picked version everything works fine (with 2.4.2) but if I understand the complete message correct it shouldn't affect the functionality of libtool?! At least the tests of libtool throw no error. So my Question: Is this behavior intentional? Thanks in advance Paul _______________________________________________ https://lists.gnu.org/mailman/listinfo/libtool