From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2814 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Re: C++ support! Date: Tue, 19 Feb 2013 20:08:35 -0500 Message-ID: <20130220010835.GJ20323@brightrain.aerifal.cx> References: <20120301051000.GA580@brightrain.aerifal.cx> 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 1361322530 25991 80.91.229.3 (20 Feb 2013 01:08:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Feb 2013 01:08:50 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2815-gllmg-musl=m.gmane.org@lists.openwall.com Wed Feb 20 02:09:12 2013 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 1U7yBJ-0005uS-69 for gllmg-musl@plane.gmane.org; Wed, 20 Feb 2013 02:09:09 +0100 Original-Received: (qmail 5683 invoked by uid 550); 20 Feb 2013 01:08:48 -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 5675 invoked from network); 20 Feb 2013 01:08:48 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:2814 Archived-At: On Tue, Feb 19, 2013 at 07:24:05PM +0000, Aaron Michaux wrote: > Rich Felker aerifal.cx> writes: > > > > > Hi all, > > > > You may also encounter the libstdc++ configure script complaining that > > it cannot run programs produced by the newly-build gcc compiler. This > > can be worked around by convincing the build process that you're > > building a cross-compiler or by adding the in-build-tree path to > > libgcc_s.so.1 to the LD_LIBRARY_PATH. > > > > Rich > > You wouldn't be so kind as to show the ./configure options you used to build > libstdc++? Thanks in advance > -- Aaron > Look at the musl-cross repo: https://github.com/GregorR/musl-cross It contains the patches needed to fix glibc dependencies in libstdc++, as well as build scripts with sample configure options that work. Rich