emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: native compilation version on AArch64 running Debian 9.9


From: Eli Zaretskii
Subject: Re: native compilation version on AArch64 running Debian 9.9
Date: Wed, 10 Mar 2021 16:12:08 +0200

> From: Eric S Fraga <e.fraga@ucl.ac.uk>
> Date: Wed, 10 Mar 2021 13:54:46 +0000
> 
> On Wednesday, 10 Mar 2021 at 15:48, Eli Gretzky wrote:
> > If it just repeats the argument, it means GCC cannot find the library,
> > probably because it looks in the wrong places.
> 
> Indeed.  And that's what I cannot understand and need some pointers to
> see if I can fix the problem.
> 
> Emacs builds just fine without the native compilation option so
> obviously gcc compiles and runs the various tests in the configure
> file.  Only the jit aspect fails in finding the library.
> 
> I have looked at /etc/ld.so.conf (and .d), for instance, and everything
> looks fine.  Does anybody have any suggestion as to where &/or how gcc
> might be getting misinformed?

Run the same compilation that the configure test does, but add -v to
the GCC command-line options.  Then look at the output, which should
show which directories are searched for libraries during the link
step.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]