Gentoo Archives: gentoo-embedded

From: Peter Stuge <peter@×××××.se>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] C compiler cannot create executables
Date: Thu, 17 Sep 2009 23:28:26
Message-Id: 20090917232823.20225.qmail@stuge.se
In Reply to: [gentoo-embedded] C compiler cannot create executables by Stephen Feyrer
1 Stephen Feyrer wrote:
2 > The thing being that when I have compiled Dovecot against my
3 > version of Glibc it will not run on the nas.
4
5 Can you build it statically? It will be large of course, but you
6 should have enough disk space, right?
7
8
9 > Please help.
10 ..
11 > # i_cv_epoll_works=no i_cv_inotify_works=no
12 > i_cv_posix_fallocate_works=no i_cv_signed_size_t=no
13 > i_cv_gmtime_max_time_t=32 i_cv_signed_time_t=yes
14 > i_cv_mmap_plays_with_write=yes i_cv_fd_passing=yes
15 > i_cv_c99_vsnprintf=yes lib_cv_va_copy=yes lib_cv___va_copy=yes
16 > lib_cv_va_val_copy=yes SSL_LIBS='-lssl' SSL_CFLAGS=' ' ./configure
17 > LIBS="/usr/armv5tel-softfloat-linux-gnueabi/lib/libc-2.3.4.so"
18 > --prefix=/opt --sysconfdir=/opt/etc --sysconfdir=/opt/etc/dovecot
19 > --target=armv5tel-softfloat-linux-gnueabi
20 > --host=armv5tel-softfloat-linux-gnueabi --build=x86_64-pc-linux-gnu
21 >
22 >
23 > checking for a BSD-compatible install... /usr/bin/install -c
24 > checking whether build environment is sane... yes
25 > checking for a thread-safe mkdir -p... /bin/mkdir -p
26 > checking for gawk... gawk
27 > checking whether make sets $(MAKE)... yes
28 > checking for armv5tel-softfloat-linux-gnueabi-strip...
29 > armv5tel-softfloat-linux-gnueabi-strip
30 > checking whether to enable maintainer-specific portions of Makefiles... no
31 > checking for style of include used by make... GNU
32 > checking for armv5tel-softfloat-linux-gnueabi-gcc...
33 > armv5tel-softfloat-linux-gnueabi-gcc
34 > checking for C compiler default output file name...
35 > configure: error: in `/root/dovecot/dovecot-1.2.3':
36 > configure: error: C compiler cannot create executables
37
38 Impossible to help without more detail. Please provide e.g.
39 config.log
40
41
42 //Peter

Replies

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