Hi,
I'm getting the following errors when I try to run ./configure in
preparation for the build and install of infomap on my ubuntu system
Please if anyone can help, I'd appreciate it:
configure:1768: checking for gcc
configure:1784: found /usr/bin/gcc
configure:1794: result: gcc
configure:2038: checking for C compiler version
configure:2041: gcc --version </dev/null >&5
gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2044: $? = 0
configure:2046: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1
--enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug
--enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
configure:2077: checking for C compiler default output file name
configure:2080: gcc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:2083: $? = 1
configure: failed program was:
| /* confdefs.h. */
.
.
.
configure:2122: error: C compiler cannot create executables
See `config.log' for more details.
|