On Sat, Oct 17, 2009 at 8:42 AM, Lahori, Ashish wrote: > Hello Friends, > > I am trying to install VIM 7.2 on solaris 8. I downloaded and upacked the > archive. On running make, I get the below error. ... > configure:2321: gcc --version >&5 > ld.so.1: gcc: fatal: libiconv.so.2: open failed: No such file or directory > auto/configure: line 1: 29150 Killed $CC --version 1>&5 > configure:2325: $? = 137
So, configure decided to use gcc instead of cc, and gcc seems to be broken on your solaris install. Override it using, eg, CC=cc ./configure and the sun studio c compiler should get used, which hopefully works better. ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
