Gentoo Archives: gentoo-embedded

From: David Ford <david@×××××××××.org>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] C compiler cannot create executables
Date: Fri, 18 Sep 2009 13:03:14
Message-Id: 4AB3850D.9060807@blue-labs.org
In Reply to: Re: [gentoo-embedded] C compiler cannot create executables by Stephen Feyrer
1 [...]
2
3 configure:4134: checking for C compiler version
4 configure:4142: armv5tel-softfloat-linux-gnueabi-gcc --version >&5
5 armv5tel-softfloat-linux-gnueabi-gcc (Gentoo 4.4.1 p1.0) 4.4.1
6 Copyright (C) 2009 Free Software Foundation, Inc.
7 This is free software; see the source for copying conditions. There is NO
8 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
9
10 configure:4146: $? = 0
11 configure:4153: armv5tel-softfloat-linux-gnueabi-gcc -v >&5
12 Using built-in specs.
13 Target: armv5tel-softfloat-linux-gnueabi
14 Configured with:
15 /var/tmp/portage/cross-armv5tel-softfloat-linux-gnueabi/gcc-4.4.1/work/gcc-4.4.1/configure
16 --prefix=/usr
17 --bindir=/usr/x86_64-pc-linux-gnu/armv5tel-softfloat-linux-gnueabi/gcc-bin/4.4.1
18 --includedir=/usr/lib/gcc/armv5tel-softfloat-linux-gnueabi/4.4.1/include
19 --datadir=/usr/share/gcc-data/armv5tel-softfloat-linux-gnueabi/4.4.1
20 --mandir=/usr/share/gcc-data/armv5tel-softfloat-linux-gnueabi/4.4.1/man
21 --infodir=/usr/share/gcc-data/armv5tel-softfloat-linux-gnueabi/4.4.1/info
22 --with-gxx-include-dir=/usr/lib/gcc/armv5tel-softfloat-linux-gnueabi/4.4.1/include/g++-v4
23 --host=x86_64-pc-linux-gnu --target=armv5tel-softfloat-linux-gnueabi
24 --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point
25 --without-ppl --without-cloog --with-float=soft --enable-nls
26 --without-included-gettext --with-system-zlib --disable-checking
27 --disable-werror --enable-secureplt --disable-multilib
28 --disable-libmudflap --disable-libssp --disable-libgomp --enable-cld
29 --with-python-dir=/share/gcc-data/armv5tel-softfloat-linux-gnueabi/4.4.1/python
30 --disable-libgcj --enable-languages=c,c++,fortran
31 --with-sysroot=/usr/armv5tel-softfloat-linux-gnueabi --disable-bootstrap
32 --disable-libgomp --enable-__cxa_atexit --enable-clocale=gnu
33 --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.1 p1.0'
34 Thread model: posix
35 gcc version 4.4.1 (Gentoo 4.4.1 p1.0)
36 configure:4157: $? = 0
37 configure:4164: armv5tel-softfloat-linux-gnueabi-gcc -V >&5
38 armv5tel-softfloat-linux-gnueabi-gcc: '-V' option must have argument
39 configure:4168: $? = 1
40 configure:4191: checking for C compiler default output file name
41 configure:4213: armv5tel-softfloat-linux-gnueabi-gcc conftest.c
42 /usr/armv5tel-softfloat-linux-gnueabi/lib/libc-2.3.4.so >&5
43 /usr/armv5tel-softfloat-linux-gnueabi/lib/libc-2.3.4.so: undefined
44 reference to `_dl_out_of_memory@GLIBC_PRIVATE'
45 collect2: ld returned 1 exit status
46 configure:4217: $? = 1
47 configure:4255: result:
48 configure: failed program was:
49 | /* confdefs.h. */
50 | #define PACKAGE_NAME "Dovecot"
51 | #define PACKAGE_TARNAME "dovecot"
52 | #define PACKAGE_VERSION "1.2.rc5"
53 | #define PACKAGE_STRING "Dovecot 1.2.rc5"
54 | #define PACKAGE_BUGREPORT "dovecot@×××××××.org"
55 | #define PACKAGE "dovecot"
56 | #define VERSION "1.2.rc5"
57 | /* end confdefs.h. */
58 |
59 | int
60 | main ()
61 | {
62 |
63 | ;
64 | return 0;
65 | }
66 configure:4261: error: in `/root/dovecot/dovecot-1.2.3':
67 configure:4264: error: C compiler cannot create executables

Replies

Subject Author
Re: [gentoo-embedded] C compiler cannot create executables Stephen Feyrer <steve@××××××××.uk>
Re: [gentoo-embedded] C compiler cannot create executables Mike Frysinger <vapier@g.o>