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 1PCTtP-0006CM-Rc for garchives@archives.gentoo.org; Sun, 31 Oct 2010 09:08:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77040E06B1 for ; Sun, 31 Oct 2010 09:07:59 +0000 (UTC) Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com [74.125.82.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 0A43CE06F4 for ; Sun, 31 Oct 2010 08:08:49 +0000 (UTC) Received: by wwb31 with SMTP id 31so4472504wwb.10 for ; Sun, 31 Oct 2010 01:08:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=m2m0pPHkyUBZm/2Djj0SaW20qyvzMET71q77AFyrqu8=; b=M1WyZlrQawc2tjisXthxt6X407kvfxG2/zA+EqBsR8E2zrQAeP0fBl5Z0/v88aoGKs t++7jre/gl5/Vhk9y19ok460EWFUKQHKOYZtNxtQlw1mYenWs7ZXZwtiSZTVdZISAM0w ROM938ywBOlWsYTg0wuO93b1+TGA/3TarXOuw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=olYN+Bn5lST1XZxAn6ywZViPMvqJ0E9ztr+W9Ykx1X78OewtuCMgd8iJOSv0ymKSoz CF2qtosfs8GEBzOpjpdgW2rVZFLRth8lKcpBiJIyfWNJXNp5036sHLIptC5EQIvlo6gq EZ8UIMD8b1mnZ+8FNTlacmC3bTkNi2wQ9Ch1k= 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 Received: by 10.216.182.77 with SMTP id n55mr1181562wem.65.1288512529437; Sun, 31 Oct 2010 01:08:49 -0700 (PDT) Received: by 10.216.133.96 with HTTP; Sun, 31 Oct 2010 01:08:49 -0700 (PDT) Date: Sun, 31 Oct 2010 10:08:49 +0200 Message-ID: Subject: [gentoo-embedded] configure: error: C++ compiler cannot create executables From: Kfir Lavi To: gentoo-embedded@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 47d83db4-4521-46e7-9490-386c888160ed X-Archives-Hash: 582ae192e6935ad06c91a1111bb03640 Hi, I have a cross compilation environment inside a chroot. I run: i686-unknown-linux-gnu-emerge dev-libs/ace ... checking for i686-unknown-linux-gnu-g++... i686-unknown-linux-gnu-g++ checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables It seems to me that my toolchain is not complete and the C++ compiler was not created correctly. How can I solve this problem? Regards, Kfir