https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103016
--- Comment #13 from Han Boetes ---
Yay, problem solved. :-)
Thanks everyone!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103016
--- Comment #12 from Han Boetes ---
Wow, thanks, let's see if I can manage that.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103016
--- Comment #8 from Han Boetes ---
Well that's unexpected…
/usr/local/lib % ag -a fname_as_string
Binary file libgccjit.so.0.0.1 matches.
gcc/x86_64-unknown-openbsd7.0/11.2.0/plugin/include/c-family/c-common.h
extern const char *fname_as_strin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103016
--- Comment #6 from Han Boetes ---
So this is what I did:
% export LD_DEBUG=yes
% /usr/pkgmk/work/emacs/src/emacs/lisp % ../src/bootstrap-emacs -batch
--no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' -l comp -f
batch-byte+nativ
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103016
--- Comment #3 from Han Boetes ---
I've just grepped the Emacs code for 'fname_as_string' and it isn't in there
either.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103016
Bug ID: 103016
Summary: libgccjit on OpenBSD-7.0 fails with
bootstrap-emacs:/usr/local/lib/libgccjit.so.0.0.1:
undefined symbol '_Z15fname_as_stringi'
Product: gcc