Gentoo Archives: gentoo-embedded

From: Jason <gentoo@××××××××××.net>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] libstdc++ / uclibc++ confusion
Date: Tue, 06 Nov 2007 21:12:13
Message-Id: 4730D856.5020409@lakedaemon.net
1 Okay, I'll admit it. I don't like C++. As a result, I don't use it and
2 am not familiar with it. I don't want to start a flame, I'm just trying
3 to explain why I'm so d*mn confused. :-)
4
5 I'm trying to add kismet (written in the aforementioned language) to my
6 armeb-softfloat-linux-uclibc system. I added uclibc++, thinking I
7 needed it. I then xmerge'd kismet, and tried to run it on the target:
8
9 [root@localhost] # kismet
10 Server options: none
11 Client options: none
12 Starting server...
13 /usr/bin/kismet_server: can't load library 'libstdc++.so.6'
14
15 This is where things went to hell. I presumed, wrongly, that the kismet
16 build was pulling from my host environment (in hind-sight, this would
17 have failed with a wrong format or some such). It was actually pulling
18 it from /usr/lib/gcc/armeb-softfloat-linux-uclibc_gw2348/3.4.6/ and the
19 libstdc++.so* is the proper file format (which makes sense).
20
21 Long story short, can I eliminate uclibc++ and just copy
22 /usr/lib/gcc/armeb-softfloat-linux-uclibc_gw2348/3.4.6/libstdc++.* into
23 ${SYSROOT}/lib/ ? If so, why isn't it in SYSROOT? What concept am I
24 missing here?
25
26 thx,
27
28 Jason.
29 --
30 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] libstdc++ / uclibc++ confusion Ned Ludd <solar@g.o>