Hello,
I am getting this error when trying to run ./configure
configure:2527: error: C compiler cannot create executables
Here is a piece of the log
configure:2449: $? = 0
configure:2451: 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 --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.2 (Ubuntu 4.1.2-0ubuntu4)
configure:2454: $? = 0
configure:2456: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2459: $? = 1
configure:2482: checking for C compiler default output file name
configure:2485: gcc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:2488: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "lame"
| #define PACKAGE_TARNAME "lame"
| #define PACKAGE_VERSION "3.97"
| #define PACKAGE_STRING "lame 3.97"
| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
| #define PACKAGE "lame"
| #define VERSION "3.97"
| /* end confdefs.h. */
Any ideas anyone??
I am getting this error when trying to run ./configure
configure:2527: error: C compiler cannot create executables
Here is a piece of the log
configure:2449: $? = 0
configure:2451: 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 --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.2 (Ubuntu 4.1.2-0ubuntu4)
configure:2454: $? = 0
configure:2456: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2459: $? = 1
configure:2482: checking for C compiler default output file name
configure:2485: gcc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:2488: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "lame"
| #define PACKAGE_TARNAME "lame"
| #define PACKAGE_VERSION "3.97"
| #define PACKAGE_STRING "lame 3.97"
| #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
| #define PACKAGE "lame"
| #define VERSION "3.97"
| /* end confdefs.h. */
Any ideas anyone??
Comment