On Saturday, September 1, 2018 at 5:00:34 PM UTC+12, Gennadiy Zlobin wrote: ... > checking for iconv_open()... yes; with -liconv
At this point there is a libiconv.something, and it does have iconv_open() in it. (My debian-derived ubuntu does not, so fails this test; the libraries it tests with are -ltinfo -lnsl -lselinux -liconv. ) Configure only tries to link here. ... > configure:13799: checking size of int > configure:13804: gcc -o conftest -g -O2 -L/usr/local/lib conftest.c -lm > -ltinfo -lelf -lselinux -liconv >&5 > configure:13804: $? = 0 Now it links again with -liconv sucessfully, but on running > configure:13804: ./conftest > ./conftest: error while loading shared libraries: libiconv.so.2: cannot open > shared object file: No such file or directory > configure:13804: $? = 127 The load of the iconv library fails. Something is wrong with your iconv library; I suggest reinstalling it, or removing it. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
