From owner-freebsd-emulation@FreeBSD.ORG Wed Dec 11 20:42:41 2013 Return-Path: Delivered-To: vbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF0F620F; Wed, 11 Dec 2013 20:42:41 +0000 (UTC) Received: from mail.intertainservices.com (mail.intertainservices.com [69.77.177.114]) by mx1.freebsd.org (Postfix) with ESMTP id A249B15ED; Wed, 11 Dec 2013 20:42:41 +0000 (UTC) Received: from freebsd.local (unknown [172.16.10.114]) by mail.intertainservices.com (Postfix) with ESMTPSA id 75A6F56A9C; Wed, 11 Dec 2013 15:42:36 -0500 (EST) Message-ID: <52A8CE3C.3050000@intertainservices.com> Date: Wed, 11 Dec 2013 15:42:36 -0500 From: Mike Jakubik User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= Subject: Re: FreeBSD Port: emulators/virtualbox-ose References: <52A8C3DA.7010303@intertainservices.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-intertainservices-MailScanner-Information: Please contact the ISP for more information X-intertainservices-MailScanner-ID: 75A6F56A9C.A2B6D X-intertainservices-MailScanner: Found to be clean X-intertainservices-MailScanner-From: mike.jakubik@intertainservices.com X-Spam-Status: No X-Mailman-Approved-At: Wed, 11 Dec 2013 21:11:00 +0000 Cc: "ports@freebsd.org Ports" , vbox@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Dec 2013 20:42:41 -0000 On 12/11/13 15:32, Bernhard Fröhlich wrote: > I can only repeat myself. It will not happen any day soon because clang > does not support global register variables and they do not seem to have any > interest to implement that. Got it. > Could you please send me the following output just to verify: > strings /usr/lib/libstdc++.so.6 | grep GLIBCXX > > $ strings /usr/lib/libstdc++.so.6 | grep GLIBCX GLIBCXX_3.4 GLIBCXX_3.4.1 GLIBCXX_3.4.2 GLIBCXX_3.4.3 GLIBCXX_3.4.4 GLIBCXX_3.4.5 GLIBCXX_3.4.6 GLIBCXX_3.4.7 GLIBCXX_3.4.8 GLIBCXX_3.4.9 GLIBCXX_FORCE_NEW make delete-old and delete-old-libs does not remove anything from my system at this point, i am going to try compile again but with gcc47 this time. Thanks!