From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 26E0038654AD for ; Fri, 18 Aug 2023 22:59:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 26E0038654AD Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="6.01,184,1684828800"; d="scan'208";a="16759482" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa1.mentor.iphmx.com with ESMTP; 18 Aug 2023 14:59:05 -0800 IronPort-SDR: ogpt4KP3RJ/oUB9SgOZuihm5QeojkcKslZaw3o5Dfe5OHqVBpRlRO58vHhdM0ClHp1Bjw7niPc Cpr2VRNqFHiNfa0yxQedJMaJVjR98Capeb2E8MK3/tkrmflp1CwP5OV6tLfNKMijg/KPucg5JP ExHQszx/sgQKiwoEBTAuCrn17hYlxkhnVIA9bckAetkLAtaiSk+RK/AAZiQsWWRT8ITEKUA1I0 C0SU3m6zxQ61S6hjxZ5fU2Bg3x8ODGFsSWFXIRHh4xK9TaXYj6WBEtPeWcVtA7HsAv60g8DqYi vDc= Date: Fri, 18 Aug 2023 22:59:00 +0000 From: Joseph Myers To: Iain Sandoe CC: FX Coudert , GCC Patches Subject: Re: Darwin: Replace environment runpath with embedded [PR88590] In-Reply-To: <192597CA-AB73-4D97-94B8-C30B8AC1FFC3@gmail.com> Message-ID: <90b5a66c-55cd-a98c-fc3b-25368cbc9ed1@codesourcery.com> References: <92993a50-9667-45da-a62-5089e7e052f8@codesourcery.com> <192597CA-AB73-4D97-94B8-C30B8AC1FFC3@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="-1152306461-2010177174-1692399540=:239671" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-15.mgc.mentorg.com (139.181.222.15) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3104.7 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: ---1152306461-2010177174-1692399540=:239671 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT On Fri, 18 Aug 2023, Iain Sandoe via Gcc-patches wrote: > There is quite extensive Apple Developer documentation on delivering > packages with co-installed libraries using @rpath (that is the intended > mechanism for delivery since it allows drag-and-drop installation and > moving of built applications). > > The revised compiler has libraries already built in a suitable manner > for that distribution model. > > I would not propose that we repeated such information - but we could > refer to it? > > Generally, I’d prefer we suggested searching for such documentation, > rather than linking to it, since links can expire - does that seem > reasonable? I suppose the key thing is to note that, if building a program for distribution, you shouldn't build it to embed /path/to/compiler/install/lib, but instead should do . -- Joseph S. Myers joseph@codesourcery.com ---1152306461-2010177174-1692399540=:239671--