- Codice: Seleziona tutto
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
See `config.log' for more details.
nel config.log appare
- Codice: Seleziona tutto
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1403: checking for gcc
configure:1419: found /usr/bin/gcc
configure:1429: result: gcc
configure:1673: checking for C compiler version
configure:1676: gcc --version </dev/null >&5
gcc (GCC) 3.2.3
Copyright (C) 2002 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:1679: $? = 0
configure:1681: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-linux/3.2.3/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,objc,ada --prefix=/usr --mandir=/usr/share/man --inf$
Thread model: posix
gcc version 3.2.3
configure:1684: $? = 0
configure:1686: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1689: $? = 1
configure:1713: checking for C compiler default output
configure:1716: gcc conftest.c >&5
/usr/bin/ld: cannot open crt1.o: No such file or directory
collect2: ld returned 1 exit status
configure:1719: $? = 1
configure: failed program was:
| #line 1692 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:1758: error: C compiler cannot create executables
See `config.log' for more details