Re: bootstrap.sh fails on macos
Felix Winkelmann via Chicken-users <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
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? cheers, felix