jgoshorn
February 2nd, 2006, 09:28 PM
Thanks for reading this. . .
I'm trying to compile libxine1c2 and get the following error:
configure: error: C compiler cannot create executables
The config.log reads in part:
configure:2523: $? = 0
configure:2525: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-shared --with-system-zlib --libexecdir=/usr/lib --enable-nls --without-included-gettext --enable-threads=posix --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
configure:2528: $? = 0
configure:2530: gcc -V </dev/null >&5
gcc: couldn't run 'i486-linux-gnu-gcc--O3': Invalid argument
configure:2533: $? = 1
configure:2557: checking for C compiler default output
configure:2560: gcc -g conftest.c >&5
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
collect2: cannot find 'ld'
configure:2563: $? = 1
configure: failed program was:
| #line 2536 "configure"
| /* confdefs.h. */
I welcome suggestions as to how to fix this. Thanks in advance.
I'm trying to compile libxine1c2 and get the following error:
configure: error: C compiler cannot create executables
The config.log reads in part:
configure:2523: $? = 0
configure:2525: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-shared --with-system-zlib --libexecdir=/usr/lib --enable-nls --without-included-gettext --enable-threads=posix --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
configure:2528: $? = 0
configure:2530: gcc -V </dev/null >&5
gcc: couldn't run 'i486-linux-gnu-gcc--O3': Invalid argument
configure:2533: $? = 1
configure:2557: checking for C compiler default output
configure:2560: gcc -g conftest.c >&5
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
collect2: cannot find 'ld'
configure:2563: $? = 1
configure: failed program was:
| #line 2536 "configure"
| /* confdefs.h. */
I welcome suggestions as to how to fix this. Thanks in advance.