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 <gentoo-embedded+bounces-3290-garchives=archives.gentoo.org@lists.gentoo.org>) id 1NKucb-00035l-CX for garchives@archives.gentoo.org; Wed, 16 Dec 2009 14:12:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31D27E09D2; Wed, 16 Dec 2009 14:12:51 +0000 (UTC) Received: from mail-fx0-f225.google.com (mail-fx0-f225.google.com [209.85.220.225]) by pigeon.gentoo.org (Postfix) with ESMTP id DC28EE09D2 for <gentoo-embedded@lists.gentoo.org>; Wed, 16 Dec 2009 14:12:50 +0000 (UTC) Received: by fxm25 with SMTP id 25so86131fxm.26 for <gentoo-embedded@lists.gentoo.org>; Wed, 16 Dec 2009 06:12:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=zSyK3c4FvxqFIPu+KecVaQbw4NbWwxUroqhnGfG3lIE=; b=OrzjC5LwZvcMKu4tTSJre3sSrXJ1jV3124fKzXWU2lmChR9v736+bhl76ghGLncFtb U+N/an2NsvoLvUIQd1Pm2MJFyuvMH7zn9PowOqE+uZ05l+k40tI6dJC0wopQZDzgzQeS 1UAMrM1IQ0NHcYpF4tldd7ktkGaJCKeGxHf2Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=akpxv7t/ml4ckARPaw+O/LG2Yr5xnFLrBlm59HhMpS8NkOX4+THQQ0Xd90BwvOPjP2 I0m1RISUIfAYMd3wSjUnRFSgKfTtY2dXi9EDPfCxRIJboA1VrMKm+aczPc7ZqC/hm9It T7wzv2bNbI7p6wPMwcGRNW6ddM/m7hRORm2og= Precedence: bulk List-Post: <mailto:gentoo-embedded@lists.gentoo.org> List-Help: <mailto:gentoo-embedded+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-embedded+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-embedded+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-embedded.gentoo.org> X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Received: by 10.223.75.136 with SMTP id y8mr1290030faj.69.1260972770223; Wed, 16 Dec 2009 06:12:50 -0800 (PST) In-Reply-To: <166af1cf0912160610s49c9d95uff12f13a1baaef7a@mail.gmail.com> References: <166af1cf0912160535u518e4844vf63944bdef8602af@mail.gmail.com> <1260971120.3916.7.camel@gentoo-dev> <166af1cf0912160548j74e9670clf561325b3f831d22@mail.gmail.com> <1260972015.3916.8.camel@gentoo-dev> <166af1cf0912160610s49c9d95uff12f13a1baaef7a@mail.gmail.com> From: Shinkan <shinkan@gmail.com> Date: Wed, 16 Dec 2009 15:12:30 +0100 Message-ID: <166af1cf0912160612y30162967m35bf8b2abfd65c4a@mail.gmail.com> Subject: Re: [gentoo-embedded] How can I get libstdc++ ? To: gentoo-embedded@lists.gentoo.org Content-Type: multipart/alternative; boundary=0015174c3c1c0a6907047ad91a2d X-Archives-Salt: 018d9999-9021-4b9d-9498-92a5ad2faa7a X-Archives-Hash: cfedf07538b7c517db091a12fa3a1609 --0015174c3c1c0a6907047ad91a2d Content-Type: text/plain; charset=UTF-8 > >> > Not exactly, you need the cross-compiled gcc libs, they live >> > in: >> > /usr/lib/gcc/${CTARGET}/4.3.4/ >> > >> > >> > So to you, /usr/lib/gcc/${CTARGET}/<gcc-version>/* put >> > to /target/lib/* (and maybe renamed) would be OK ? >> >> Why rename? renaming would break linking. >> >> I thought of copying /usr/lib/gcc/.../.../{wanted libs} to /target/lib/ directly Example /usr/lib/gcc/.../.../libstdc++.so.6.0.10 would be copied to /target/lib/libstdc++.so.6 -- Pierre. "Sometimes when I'm talking, my words can't keep up with my thoughts. I wonder why we think faster than we speak. Probably so we can think twice." - Bill Watterson --0015174c3c1c0a6907047ad91a2d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <br><br><div class=3D"gmail_quote"><blockquote class=3D"gmail_quote" style= =3D"border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; p= adding-left: 1ex;"><div class=3D"im"><div class=3D"gmail_quote"><blockquote= class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, 204, 204); = margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div> ><br> > =C2=A0 =C2=A0 =C2=A0 =C2=A0 Not exactly, you need the cross-compiled g= cc libs, they live<br> > =C2=A0 =C2=A0 =C2=A0 =C2=A0 in:<br> > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0/usr/lib/gcc/${= CTARGET}/4.3.4/<br> ><br> ><br> > So to you, /usr/lib/gcc/${CTARGET}/<gcc-version>/* put<br> > to /target/lib/* (and maybe renamed) would be OK ?<br> <br> </div>Why rename? renaming would break linking.<br> <font color=3D"#888888"><br></font></blockquote></div></div></blockquote><b= r><div><br>I thought of copying /usr/lib/gcc/.../.../{wanted libs} to /targ= et/lib/ directly<br>Example /usr/lib/gcc/.../.../libstdc++.so.6.0.10 would = be copied to /target/lib/libstdc++.so.6<br> =C2=A0</div></div><br><br clear=3D"all"><br>-- <br>Pierre.<br>"Sometim= es when I'm talking, my words can't keep up with my thoughts. I won= der why we think faster than we speak. Probably so we can think twice."= ; - Bill Watterson<br> --0015174c3c1c0a6907047ad91a2d--