From owner-freebsd-ports@FreeBSD.ORG Mon Jan 27 02:46:53 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5BC261BB; Mon, 27 Jan 2014 02:46:53 +0000 (UTC) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 2B88914F3; Mon, 27 Jan 2014 02:46:52 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id s0R2kpk5001727; Sun, 26 Jan 2014 18:46:51 -0800 (PST) (envelope-from yuri@rawbw.com) Message-ID: <52E5C89B.4000509@rawbw.com> Date: Sun, 26 Jan 2014 18:46:51 -0800 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: libstdc++.so.6 in base 9.2 system collides with libstdc++.so.6 in gcc47 References: <52DC4B94.8050304@rawbw.com> <52DC4CB6.3070503@marino.st> <20140120082955.GB5919@server.rulingia.com> <52DD04C2.8080904@marino.st> In-Reply-To: <52DD04C2.8080904@marino.st> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: marino@freebsd.org, peter@rulingia.com X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 02:46:53 -0000 On 01/20/2014 03:13, John Marino wrote: > The approach taken by lang/gcc-aux mirrors your sentiment in the PRs. > The rpath is inserted by the compiler itself, automatically, for every > program and shared object produced. The individual ports would not need > to set rpath themselves if they were built with lang/gcc-aux rather than > lang/gcc47. This wouldn't work for bound to C/C++ projects in interpreted languages though. Yuri