|
From: | Christian Jullien |
Subject: | Re: [Tinycc-devel] macos: DYLD_LIBRARY_PATH no longer works after cleanup |
Date: | Thu, 9 Jul 2020 19:40:39 +0200 |
I’ve found another (and better) way to achieve this: -Wl,-rpath,"@executable_path/$(TOP)" -Wl,-rpath,"@executable_path/$(TOP)/../lib" It is commited, can you please test this one. From: Tinycc-devel [mailto:tinycc-devel-bounces+eligis=orange.fr@nongnu.org] On Behalf Of Christian Jullien Thanks avih, another step is missing (it works well with default install location) Can you please test this: $ install_name_tool -add_rpath "@executable_path/../lib/" tcc $ make install $ ./dist/bin/tcc -vv tcc version 0.9.27 (x86_64 Darwin) install: /Users/jullien/tinycc/dist/lib/tcc … It work for me. If it also works for you I’ll add this step to macos build From: Tinycc-devel [mailto:tinycc-devel-bounces+eligis=orange.fr@nongnu.org] On Behalf Of avih via Tinycc-devel
On Thursday, July 9, 2020, 07:17:38 PM GMT+3, avih <avihpit@yahoo.com> wrote:
On Thursday, July 9, 2020, 07:07:12 PM GMT+3, Christian Jullien <eligis@orange.fr> wrote: ?? can you please try with mob and give me the complete log? The fix is “macos: tcc searches for libtcc.dyln in the same directory as its executable” C. From: avih [mailto:avihpit@yahoo.com] What's the fix? I tried looking at the earlier messages, but didn't On Thursday, July 9, 2020, 06:38:10 PM GMT+3, Michael Matz <matz.tcc@frakked.de> wrote: Hello Christian,
_______________________________________________ |
[Prev in Thread] | Current Thread | [Next in Thread] |