Gentoo Archives: gentoo-embedded

From: Stephen Feyrer <steve@××××××××.uk>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] C compiler cannot create executables
Date: Thu, 17 Sep 2009 18:30:47
Message-Id: 4AB28053.9000400@toth.org.uk
1 Hi.
2
3 I'm still trying to build Dovecot for a Qnap network attached storage
4 device. Below is my latest attempt. The significant detail in all of
5 that is that I'm using libc-2.3.4.so (which I'm borrowing from the nas).
6 The thing being that when I have compiled Dovecot against my version of
7 Glibc it will not run on the nas.
8
9 Please help.
10
11
12 # i_cv_epoll_works=no i_cv_inotify_works=no
13 i_cv_posix_fallocate_works=no i_cv_signed_size_t=no
14 i_cv_gmtime_max_time_t=32 i_cv_signed_time_t=yes
15 i_cv_mmap_plays_with_write=yes i_cv_fd_passing=yes
16 i_cv_c99_vsnprintf=yes lib_cv_va_copy=yes lib_cv___va_copy=yes
17 lib_cv_va_val_copy=yes SSL_LIBS='-lssl' SSL_CFLAGS=' ' ./configure
18 LIBS="/usr/armv5tel-softfloat-linux-gnueabi/lib/libc-2.3.4.so"
19 --prefix=/opt --sysconfdir=/opt/etc --sysconfdir=/opt/etc/dovecot
20 --target=armv5tel-softfloat-linux-gnueabi
21 --host=armv5tel-softfloat-linux-gnueabi --build=x86_64-pc-linux-gnu
22
23
24 checking for a BSD-compatible install... /usr/bin/install -c
25 checking whether build environment is sane... yes
26 checking for a thread-safe mkdir -p... /bin/mkdir -p
27 checking for gawk... gawk
28 checking whether make sets $(MAKE)... yes
29 checking for armv5tel-softfloat-linux-gnueabi-strip...
30 armv5tel-softfloat-linux-gnueabi-strip
31 checking whether to enable maintainer-specific portions of Makefiles... no
32 checking for style of include used by make... GNU
33 checking for armv5tel-softfloat-linux-gnueabi-gcc...
34 armv5tel-softfloat-linux-gnueabi-gcc
35 checking for C compiler default output file name...
36 configure: error: in `/root/dovecot/dovecot-1.2.3':
37 configure: error: C compiler cannot create executables
38
39
40
41 --
42 Kind regards
43
44 Stephen Feyrer.

Attachments

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

Replies

Subject Author
Re: [gentoo-embedded] C compiler cannot create executables Peter Stuge <peter@×××××.se>