Re: bootstrap.sh fails on macos
Kon Lovett via Chicken-users <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
> On Oct 23, 2025, at 10:52 AM, Felix Winkelmann <[email protected]> wrote: > > On Thu Oct 23, 2025 at 6:51 PM CEST, Kon Lovett via Chicken-users wrote: >> i add the link option as >> >> make … LINKER_OPTIONS=“-Wl,-headerpad_max_install_names” … >> > > If I understand correctly, this should be applied by default. Currently > we use "-headerpad 128" in Makefile.macosx, can we just replace this > with the option above? not for me. i changed the makefile add headerpad_max_install_names LINKER_OPTIONS only nope chg headerpad 128 to headerpad_max_install_names also nope chg headerpad 128 to headerpad_max_install_names only nope do not change the makefile but use make … LINKER_OPTIONS=“-Wl,-headerpad_max_install_names” … yep my make fu is insufficient (C5 only checked) > > > cheers, > felix >