Hallo.
Ich habe gerade das CDK heruntergeladen und wollte nun die Scripte laufen lassen. (CYGWIN) Das gibt aber Probleme:
~/tuxbox-cvs/cdk > ./autogen.sh
Generating configuration files for tuxbox-cdk, please wait....
aclocal
libtoolize --automake
autoconf
configure.ac:13: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
automake --add-missing
~/tuxbox-cvs/cdk > ./configure --prefix=/dbox2 --with-cvsdir=$HOME/tuxbox-cvs --enable-maintainer-mode
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
See `config.log' for more details.
~/tuxbox-cvs/cdk > make core
make: *** No rule to make target `core'. Stop.
Für Hilfe wäre ich echt dankbar...
CU
C compiler cannot create executables
-
- Interessierter
- Beiträge: 42
- Registriert: Dienstag 24. Dezember 2002, 15:31
C compiler cannot create executables
dbox2, nokia, kabel, 2x intel, avia500, gtx, alexw 1.6.3, cdk.cramfs 18.02.2003
-
- Interessierter
- Beiträge: 36
- Registriert: Dienstag 11. Februar 2003, 18:35
-
- Interessierter
- Beiträge: 42
- Registriert: Dienstag 24. Dezember 2002, 15:31
naja, das sagt mir persönlich nicht besonders viel:
...
configure:1724: found /usr/bin/gcc
configure:1734: result: gcc
configure:1978: checking for C compiler version
configure:1981: gcc --version </dev/null >&5
gcc (GCC) 3.2 20020927 (prerelease)
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:1984: $? = 0
configure:1986: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.2/specs
Configured with: /netrel/src/gcc-3.2-3/configure --enable-languages=c,c++,f77,java --enable-libgcj --enable-threads=posix --with-system-zlib --enable-nls --without-included-gettext --enable-interpreter --disable-sjlj-exceptions --disable-version-specific-runtime-libs --enable-shared --build=i686-pc-linux --host=i686-pc-cygwin --target=i686-pc-cygwin --enable-haifa --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --includedir=/nonexistent/include --libexecdir=/usr/sbin
Thread model: posix
gcc version 3.2 20020927 (prerelease)
configure:1989: $? = 0
configure:1991: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1994: $? = 1
configure:2018: checking for C compiler default output
configure:2021: gcc conftest.c >&5
gcc: installation problem, cannot exec `as': No such file or directory
configure:2024: $? = 1
configure: failed program was:
| #line 1997 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tuxbox-cdk"
| #define VERSION "0.0.1"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2063: error: C compiler cannot create executables
See `config.log' for more details.
...
...
configure:1724: found /usr/bin/gcc
configure:1734: result: gcc
configure:1978: checking for C compiler version
configure:1981: gcc --version </dev/null >&5
gcc (GCC) 3.2 20020927 (prerelease)
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:1984: $? = 0
configure:1986: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.2/specs
Configured with: /netrel/src/gcc-3.2-3/configure --enable-languages=c,c++,f77,java --enable-libgcj --enable-threads=posix --with-system-zlib --enable-nls --without-included-gettext --enable-interpreter --disable-sjlj-exceptions --disable-version-specific-runtime-libs --enable-shared --build=i686-pc-linux --host=i686-pc-cygwin --target=i686-pc-cygwin --enable-haifa --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --includedir=/nonexistent/include --libexecdir=/usr/sbin
Thread model: posix
gcc version 3.2 20020927 (prerelease)
configure:1989: $? = 0
configure:1991: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1994: $? = 1
configure:2018: checking for C compiler default output
configure:2021: gcc conftest.c >&5
gcc: installation problem, cannot exec `as': No such file or directory
configure:2024: $? = 1
configure: failed program was:
| #line 1997 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tuxbox-cdk"
| #define VERSION "0.0.1"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2063: error: C compiler cannot create executables
See `config.log' for more details.
...
dbox2, nokia, kabel, 2x intel, avia500, gtx, alexw 1.6.3, cdk.cramfs 18.02.2003
-
- Erleuchteter
- Beiträge: 465
- Registriert: Mittwoch 14. August 2002, 20:45
Code: Alles auswählen
gcc: installation problem, cannot exec `as': No such file or directory