From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j3KLrGEn027257 for ; Wed, 20 Apr 2005 21:53:16 GMT Received: from localhost ([127.0.0.1] helo=home.wh0rd.org) by smtp.gentoo.org with esmtp (Exim 4.43) id 1DON7r-0008Ci-4Y for gentoo-embedded@lists.gentoo.org; Wed, 20 Apr 2005 21:52:51 +0000 Received: (qmail 2529 invoked from network); 20 Apr 2005 17:51:18 -0400 Received: from unknown (HELO vapier) (192.168.0.2) by 192.168.0.1 with SMTP; 20 Apr 2005 17:51:18 -0400 From: Mike Frysinger Organization: wh0rd.org To: gentoo-embedded@lists.gentoo.org Subject: Re: [gentoo-embedded] libSDL and stdc++ under gentoo-uclibc Date: Wed, 20 Apr 2005 17:53:51 -0400 User-Agent: KMail/1.8 References: In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504201753.51788.vapier@gentoo.org> X-Archives-Salt: a2f6cf5d-88c7-4b5d-8763-354f5e1c0350 X-Archives-Hash: a626799f2ba7f386fe99657dbd67299a On Wednesday 20 April 2005 03:48 pm, james osburn wrote: > what i have noticed is that the SDL libraries > link libstdc++ whereas when i buld SDL on > a mandrake or gentoo glibc based system they do not. actually, they do: $ readelf -d /usr/lib/libSDL-1.2.so.0.7.1 | grep NEEDED 0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6] it's an issue of USE flags / libtool ... i never really cared to track down exactly how libstdc++ was being pulled in for SDL, so i never have :P -mike -- gentoo-embedded@gentoo.org mailing list