From owner-freebsd-sparc64@freebsd.org Thu Jan 5 10:27:20 2017 Return-Path: Delivered-To: freebsd-sparc64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FC5BC9F9D1 for ; Thu, 5 Jan 2017 10:27:20 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: from iredmail.bsdtec.net (bsdtec.plus.com [84.92.41.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A42F1DE9 for ; Thu, 5 Jan 2017 10:27:20 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: from iredmail.bsdtec.net (unknown [172.16.32.11]) by iredmail.bsdtec.net (Postfix) with ESMTP id 079E494681 for ; Thu, 5 Jan 2017 10:20:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at iredmail.bsdtec.net Received: from iredmail.bsdtec.net ([172.16.32.11]) by iredmail.bsdtec.net (iredmail.bsdtec.net [172.16.32.11]) (amavisd-new, port 10026) with ESMTP id wmcGj6bVrghs for ; Thu, 5 Jan 2017 10:20:43 +0000 (UTC) Received: from [192.168.1.106] (loki.lerwick.hopto.org [192.168.1.1]) by iredmail.bsdtec.net (Postfix) with ESMTPSA id 12A909466D; Thu, 5 Jan 2017 10:20:42 +0000 (UTC) Subject: Re: problems building devel/icu on 11.0/sparc64 To: Gordon Zaft References: From: Craig Butler Cc: freebsd-sparc64@freebsd.org Message-ID: <1d8c5c3c-624f-7a80-db3d-8cd64cfb5aa4@lerwick.hopto.org> Date: Thu, 5 Jan 2017 10:20:39 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2017 10:27:20 -0000 On 04/01/2017 22:27, Gordon Zaft wrote: > Urph once again I should play around more before posting. > > Apparently when I installed the gcc48 package it does not install > updated libstdc++. So I copied the one from /usr/local/lib/gcc48 to > /usr/lib (saving the original) and renamed it appropriately and I'm > trying again. > > G > > Hello Gordon Instead of copying I think the recommended method is to use /etc/libmap.conf; libstdc++.so.6 gcc48/libstdc++.so.6 Reference - https://docs.freebsd.org/doc/7.3-RELEASE/usr/share/doc/en_US.ISO8859-1/articles/custom-gcc/article.html https://www.freebsd.org/cgi/man.cgi?query=libmap.conf Regards Craig