From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2511 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: STLport Date: Sun, 30 Dec 2012 21:06:07 -0500 Message-ID: <20121231020607.GJ20323@brightrain.aerifal.cx> References: <16264585.15369.1356916055281.JavaMail.root@grantgray.id.au> <9635407.15373.1356916278520.JavaMail.root@grantgray.id.au> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1356919587 17608 80.91.229.3 (31 Dec 2012 02:06:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Dec 2012 02:06:27 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2512-gllmg-musl=m.gmane.org@lists.openwall.com Mon Dec 31 03:06:43 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1TpUlx-0005qm-J9 for gllmg-musl@plane.gmane.org; Mon, 31 Dec 2012 03:06:37 +0100 Original-Received: (qmail 21546 invoked by uid 550); 31 Dec 2012 02:06:22 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 21532 invoked from network); 31 Dec 2012 02:06:22 -0000 Content-Disposition: inline In-Reply-To: <9635407.15373.1356916278520.JavaMail.root@grantgray.id.au> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:2511 Archived-At: On Mon, Dec 31, 2012 at 12:11:18PM +1100, Grant Gray wrote: > Hi list, > > > Is anyone working on getting STLport working with musl? > > > I had a quick look at the STLport sources and it seems to assume > glibc is in use if the toolchain is GCC, so it seems some porting > effort is required to get it working with musl. Is there a reason you want to use STLport rather than libstdc++ or libc++? My impression was that STLport was outdated, unmaintained, and full of ugly legacy hackery from the 90s... Rich