From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/799 Path: news.gmane.org!not-for-mail From: Isaac Dunham Newsgroups: gmane.linux.lib.musl.general Subject: Wrapper scripts and Open64 Date: Thu, 3 May 2012 13:20:48 -0700 Message-ID: <20120503132048.f4a26b72.idunham@lavabit.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1336076467 5900 80.91.229.3 (3 May 2012 20:21:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 May 2012 20:21:07 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-800-gllmg-musl=m.gmane.org@lists.openwall.com Thu May 03 22:21:06 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 1SQ2WO-000806-7p for gllmg-musl@plane.gmane.org; Thu, 03 May 2012 22:21:04 +0200 Original-Received: (qmail 7226 invoked by uid 550); 3 May 2012 20:21:03 -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 7216 invoked from network); 3 May 2012 20:21:03 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=30tjb6bydyzPSamcVWH+wv9k95O7wj4LRF/ZHXnxXj54xVZmQ/PWanESNsfLZnQk/GAX5gneVIRr0eGxwO65PtxcaayzjxgjtTfE1p8GZyLp80pAjEOmqfFFsz0c0yy6mJq8Z90gWmDo4jo1toNH2Mv7E7GWUT9ELoo9wjKr6QI=; h=Date:From:To:Subject:Message-Id:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding; X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; i486-pc-linux-gnu) Xref: news.gmane.org gmane.linux.lib.musl.general:799 Archived-At: I was curious, and started playing with Open64... Open64 is at least as troublesome as gcc, but it doesn't work with specfiles. So if I use kopencc (the GCC-style wrapper that Open64 uses) instead of gcc, the specfile version doesn't work...but the version from commit 02eb568 does work. Open64 doesn't have stack-protector AFAIK. Open64 does require C++ to compile...as do most C++ compilers that I've tried. So how exactly do you bootstrap a C++ environment under musl? -- Isaac Dunham