From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Mp1qR-0003k8-Jm for garchives@archives.gentoo.org; Sat, 19 Sep 2009 15:27:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3749E06FD; Sat, 19 Sep 2009 15:27:26 +0000 (UTC) Received: from blue-labs.org (blue-labs.org [72.34.249.230]) by pigeon.gentoo.org (Postfix) with ESMTP id B5621E06FD for ; Sat, 19 Sep 2009 15:27:26 +0000 (UTC) X-Authenticated-Colt: Submitter authenticated to send mail Received: from [173.111.96.121] (173-111-96-121.pools.spcsdns.net [173.111.96.121]) (authenticated user=david bits=0) by colt.blue-labs.org (8.14.3/8.14.3) with ESMTP id n8JFQFb1019241 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 19 Sep 2009 11:26:22 -0400 Message-ID: <4AB4F83C.5030609@blue-labs.org> Date: Sat, 19 Sep 2009 11:26:52 -0400 From: David Ford User-Agent: Thunderbird 2.0.0.23 (X11/20090831) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 To: gentoo-embedded@lists.gentoo.org Subject: Re: [gentoo-embedded] C compiler cannot create executables References: <4AB28053.9000400@toth.org.uk> <20090917232823.20225.qmail@stuge.se> <4AB34988.9070805@toth.org.uk> <4AB3850D.9060807@blue-labs.org> <4AB497BC.9060409@toth.org.uk> In-Reply-To: <4AB497BC.9060409@toth.org.uk> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-148.4 required=4.0 tests=BLUELABS_AUTH_USER_RCVD, BOTNET,RCVD_IN_PBL,RDNS_DYNAMIC shortcircuit=no autolearn=disabled version=3.2.5-gr0 X-Spam-Checker-Version: SpamAssassin 3.2.5-gr0 (2008-06-10) on Colt X-Archives-Salt: 5f260e6e-89c2-4fe0-a4c4-397b74fbc05e X-Archives-Hash: 3c4b762236336b6345a2c742e58161bf my apologies for the nearly blank reply, i was interrupted and needed to leave quite promptly. it looks like you have a variance in your toolchain. did you perhaps rebuild your toolchain in parts? try re-emerging your entire arm tool chain so your headers and libraries match up properly. -david Stephen Feyrer wrote: > David Ford wrote: > >> [...] >> configure:4191: checking for C compiler default output file name >> configure:4213: armv5tel-softfloat-linux-gnueabi-gcc conftest.c >> /usr/armv5tel-softfloat-linux-gnueabi/lib/libc-2.3.4.so >&5 >> /usr/armv5tel-softfloat-linux-gnueabi/lib/libc-2.3.4.so: undefined >> reference to `_dl_out_of_memory@GLIBC_PRIVATE' >> [...] >> configure:4261: error: in `/root/dovecot/dovecot-1.2.3': >> configure:4264: error: C compiler cannot create executables >> >> > > Sorry, I can only guess at what's going on here (except of cause that it > doesn't work). I imagine from this excerpt of my config.log that it > should be obvious and staring me in the face. > > If this has a specific mean that I should know, please tell me. > > Better yet, if there is away making my build environment target the host > system with that version glibc, tell me that instead. > > Indeed all I really need to know is how to build a working version of > dovecot for the qnap network attached storage device. > > > -- > Hopefully yours > > Stephen. >