On 2015-06-22, Ingo Feinerer <[email protected]> wrote: > Update math/R 3.2.0 -> 3.2.1: > > - Avoid LIBINTL->LTLIBINTL patches (works fine for me in various locales)
>From configure: checking how to link with libintl... /usr/local/lib/libintl.a /usr/local/lib/libiconv.a -lc -Wl,-rpath,/usr/local/lib >From build: ... -L../../lib -lRblas -R/usr/local/lib/R/lib -lgfortran -lm -lquadmath /usr/local/lib/libintl.a /usr/local/lib/libiconv.a -lc -Wl,-rpath,/usr/local/lib -lreadline -lncurses -lpcre -llzma -lbz2 -lm -liconv -licuuc -licui18n So you're now linking statically with libintl.a libiconv.a. That's exactly what the LIBINTL->LTLIBINTL patches fixed. -- Christian "naddy" Weisgerber [email protected]
