Gentoo Archives: gentoo-embedded

From: Mike Frysinger <vapier@g.o>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] libSDL and stdc++ under gentoo-uclibc
Date: Wed, 20 Apr 2005 21:53:16
Message-Id: 200504201753.51788.vapier@gentoo.org
In Reply to: [gentoo-embedded] libSDL and stdc++ under gentoo-uclibc by james osburn
1 On Wednesday 20 April 2005 03:48 pm, james osburn wrote:
2 > what i have noticed is that the SDL libraries
3 > link libstdc++ whereas when i buld SDL on
4 > a mandrake or gentoo glibc based system they do not.
5
6 actually, they do:
7 $ readelf -d /usr/lib/libSDL-1.2.so.0.7.1 | grep NEEDED
8 0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
9
10 it's an issue of USE flags / libtool ... i never really cared to track down
11 exactly how libstdc++ was being pulled in for SDL, so i never have :P
12 -mike
13 --
14 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] libSDL and stdc++ under gentoo-uclibc james osburn <jjosburn@×××××××.com>