What version of Xcode do you have? Assuming it's the latest, have you
opened it at least once to go through the first run setup of CLI tools?

- Ryan

On Mon, 17 Jan 2022 at 16:16, Nathaniel W Griswold <n...@nan.sh> wrote:

> Has anyone else run into this error (see below) when building natively on
> Apple silicon? I am getting it both on a cleaned checkout with `make
> unix-style` with prefix at root, as well as when doing a configure with
> prefix using the source distribution found at
> https://mirror.racket-lang.org/installers/8.3/racket-8.3-src.tgz
>
> Monterey 12.1
>
> Nate
>
> ---
> make mac-embed-boot-fw EMBED_SRC=raw_racketcs EMBED_DEST=racketcs
> make[5]: Entering directory
> '/Users/griswold/project/racket/racket/src/build/cs/c'
> rm -f racketcs
> cp raw_racketcs racketcs
> codesign --remove-signature racketcs
> make[5]: Leaving directory
> '/Users/griswold/project/racket/racket/src/build/cs/c'
> /usr/bin/install_name_tool -change
> "Racket.framework/Versions/8.3_CS/Racket"
> "@executable_path/Racket.framework/Versions/8.3_CS/Racket" racketcs
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool:
> fatal error: file not in an order that can be processed (link edit
> information does not fill the __LINKEDIT segment): racketcs
> ---
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/racket-users/160A7A66-18BF-4F18-934A-E85C46421445%40nan.sh
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CA%2B952Wr8oaYZa45eGsrfd1zQVzf6O-z2xOx7o0pDdqgCeJTXcg%40mail.gmail.com.

Reply via email to