Gentoo Archives: gentoo-embedded

From: Stephen Feyrer <steve@××××××××.uk>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] C compiler cannot create executables
Date: Sat, 19 Sep 2009 08:35:12
Message-Id: 4AB497BC.9060409@toth.org.uk
In Reply to: Re: [gentoo-embedded] C compiler cannot create executables by David Ford
1 David Ford wrote:
2 >
3 > [...]
4 > configure:4191: checking for C compiler default output file name
5 > configure:4213: armv5tel-softfloat-linux-gnueabi-gcc conftest.c
6 > /usr/armv5tel-softfloat-linux-gnueabi/lib/libc-2.3.4.so >&5
7 > /usr/armv5tel-softfloat-linux-gnueabi/lib/libc-2.3.4.so: undefined
8 > reference to `_dl_out_of_memory@GLIBC_PRIVATE'
9 > collect2: ld returned 1 exit status
10 > configure:4217: $? = 1
11 > configure:4255: result:
12 > configure: failed program was:
13 > | /* confdefs.h. */
14 > | #define PACKAGE_NAME "Dovecot"
15 > | #define PACKAGE_TARNAME "dovecot"
16 > | #define PACKAGE_VERSION "1.2.rc5"
17 > | #define PACKAGE_STRING "Dovecot 1.2.rc5"
18 > | #define PACKAGE_BUGREPORT "dovecot@×××××××.org"
19 > | #define PACKAGE "dovecot"
20 > | #define VERSION "1.2.rc5"
21 > | /* end confdefs.h. */
22 > |
23 > | int
24 > | main ()
25 > | {
26 > |
27 > | ;
28 > | return 0;
29 > | }
30 > configure:4261: error: in `/root/dovecot/dovecot-1.2.3':
31 > configure:4264: error: C compiler cannot create executables
32 >
33
34 Sorry, I can only guess at what's going on here (except of cause that it
35 doesn't work). I imagine from this excerpt of my config.log that it
36 should be obvious and staring me in the face.
37
38 If this has a specific mean that I should know, please tell me.
39
40 Better yet, if there is away making my build environment target the host
41 system with that version glibc, tell me that instead.
42
43 Indeed all I really need to know is how to build a working version of
44 dovecot for the qnap network attached storage device.
45
46
47 --
48 Hopefully yours
49
50 Stephen.

Attachments

File name MIME type
smime.p7s application/x-pkcs7-signature

Replies

Subject Author
Re: [gentoo-embedded] C compiler cannot create executables David Ford <david@×××××××××.org>