Re: [ANN] CHICKEN 6.0.0 rerlease candidate available

Felix Winkelmann via Chicken-users <[email protected]> Wed, 13 May 2026 23:04:54 +0200
Newsgroups gmane.lisp.scheme.chicken
Message-ID <[email protected]>
On Wed May 13, 2026 at 11:03 PM CEST, Arnaud Bailly wrote:
> Thanks.
>
> Now getting:
>
> gcc  -L. chicken.o batch-driver.o core.o optimizer.o lfa2.o
> compiler-syntax.o scrutinizer.o support.o c-platform.o c-backend.o
> user-pass.o -o chicken \
>           -lchicken  -lm
> install_name_tool -change libchicken.dylib
> /Users/arnaud/projects/microgpt/microgpt-scheme/chicken-core/boot/chicken=
-6.0.0pre1/libchicken.dylib
> chicken
> error:
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctool=
chain/usr/bin/install_name_tool:
> changing install names or rpaths can't be redone for: chicken (for
> architecture arm64) because larger updated load commands do not fit (the
> program must be relinked, and you may need to use -headerpad or
> -headerpad_max_install_names)
> make: *** [chicken] Error 1
>

Did you get this during the call to scripts/bootstrap.sh or after the
following build attempt?


cheers,
felix