Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-embedded
On Wed, 2009-12-16 at 14:35 +0100, Shinkan wrote:
> Hi everyone.
>
> I emerge things on a target root to build a minimal filesystem.
> When I tested it, some binaries complained about lack of libstdc
> ++.so.6
>
> So I ran 'equery belongs libstdc++.so.6' on my host. Which told me
> that I wanted to have 'sys-devel/gcc-4.3.4'.
> The point is that I don't want gcc on my target filesystem.
> Is there any other way to get libstdc++ by emerging something to my
> target ?
> Would a simple copy from host to target lib/ be enough ?
Not exactly, you need the cross-compiled gcc libs, they live in:
/usr/lib/gcc/${CTARGET}/4.3.4/
A.
|
|