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.
# make
rm -f auto/config.status auto/config.cache config.log auto/config.log
rm -f auto/config.h auto/link.log auto/link.sed auto/config.mk
touch auto/config.h
cp config.mk.dist auto/config.mk
GUI_INC_LOC="" GUI_LIB_LOC="" \
CC="" CPPFLAGS="" CFLAGS="" \
LDFLAGS="" srcdir="." \
./configure \
\
\
\
\
\
\
\
configure: creating cache auto/config.cache
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
make: *** [config] Error 77
Compressed config.log o/p
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1875: creating cache auto/config.cache
configure:1968: checking whether make sets $(MAKE)
configure:1990: result: yes
configure:2048: checking for gcc
configure:2064: found /usr/local/bin/gcc
configure:2075: result: gcc
configure:2313: checking for C compiler version
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
configure:2332: gcc -v >&5
ld.so.1: gcc: fatal: libiconv.so.2: open failed: No such file or
directory
auto/configure: line 1: 29154 Killed $CC -v 1>&5
configure:2336: $? = 137
configure:2343: gcc -V >&5
ld.so.1: gcc: fatal: libiconv.so.2: open failed: No such file or
directory
auto/configure: line 1: 29158 Killed $CC -V 1>&5
configure:2347: $? = 137
configure:2370: checking for C compiler default output file name
configure:2392: gcc conftest.c >&5
ld.so.1: gcc: fatal: libiconv.so.2: open failed: No such file or
directory
auto/configure: line 1: 29169 Killed $CC $CFLAGS
$CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5
configure:2396: $? = 137
configure:2434: result:
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define UNIX 1
| /* end confdefs.h. */
Kindly assist.
Thank You.
Regards,
Ashish A. Lahori
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---