all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* native compilation version on AArch64 running Debian 9.9
@ 2021-03-10 11:41 Eric S Fraga
  2021-03-10 12:23 ` Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: Eric S Fraga @ 2021-03-10 11:41 UTC (permalink / raw)
  To: emacs-devel

Hello,

yesterday, I cloned and built Emacs with native compilation on my
desktop running Debian testing.  Went smoothly and it works very nicely
indeed!

So today I thought I would try to do the same on a small palmtop
computer running a somewhat older version of Debian (9.9) and,
obviously, a different architecture.  In this case, the configure step
fails with the error message (from the log):

,----
| configure:16269: checking for gcc_jit_context_acquire in -lgccjit
| configure:16294: gcc -o conftest  -g3 -O2 -pthread [...] conftest.c -lgccjit  -lX11   -lcairo >&5 
| /usr/bin/ld: cannot find -lgccjit
| collect2: error: ld returned 1 exit status
`----

If I look at ldconfig on both systems, on the desktop I get the
following:

libgccjit.so.0 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libgccjit.so.0

and on the palmtop:

libgccjit.so.0 (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libgccjit.so.0

The versions of the gccjit packages are different (8 on palmtop, 10 on
desktop) but the library is there, including the .so.0.0.1 file linked
to from the above in both cases.

Any suggestions?  My wee palmtop would love jit compilation Emacs!

Thank you,
eric

-- 
Eric S Fraga via Emacs 28.0.50 & org 9.4.4 on Debian bullseye/sid




^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-03-11 19:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-10 11:41 native compilation version on AArch64 running Debian 9.9 Eric S Fraga
2021-03-10 12:23 ` Eli Zaretskii
2021-03-10 12:31   ` Eric S Fraga
2021-03-10 12:49     ` Andreas Schwab
2021-03-10 13:16       ` Eric S Fraga
2021-03-10 13:48     ` Eli Zaretskii
2021-03-10 13:54       ` Eric S Fraga
2021-03-10 14:12         ` Eli Zaretskii
2021-03-10 15:35           ` Eric S Fraga
2021-03-11  8:49           ` Eric S Fraga
2021-03-11 19:26             ` Andrea Corallo via Emacs development discussions.

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.