[PATCH] libgccjit: Fix float vector comparison
Perry Smith
pedz@easesoftware.com
Fri Dec 2 14:42:54 GMT 2022
Apologies for the noise. I submitted an email to this mailing list two days ago and repeated it yesterday but I assume it is held up by a moderator somewhere.
> I’m trying to get Emacs to work on an M1 MBP. The build process fails and sends me to https://gcc.gnu.org/onlinedocs/jit/intro/tutorial01.html
>
> I copied down the file and get it to compile via
>
> gcc -I/opt/homebrew/include tut01-hello-world.c -o tut01-hello-world -lgccjit -L/opt/homebrew/lib/gcc/12
>
> But when I run it I get:
>
> ./tut01-hello-world
> ld: library not found for -lemutls_w
> libgccjit.so: error: error invoking gcc driver
> NULL result%
>
> I find a copy of libemutls_w at
>
> /opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/current/gcc/aarch64-apple-darwin21/12/libemutls_w.a
>
> And a symbolic link at
>
> /opt/homebrew/lib/gcc/current/gcc/aarch64-apple-darwin21/12/libemutls_w.a
>
> Can someone help me get this working?
Apologize again and thank you for your help,
Perry Smith
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Message signed with OpenPGP
URL: <https://gcc.gnu.org/pipermail/jit/attachments/20221202/72ef54b7/attachment.sig>
More information about the Jit
mailing list