bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#45934: native-comp - Dylib ID of ELN files not optimal


From: Lars Ingebrigtsen
Subject: bug#45934: native-comp - Dylib ID of ELN files not optimal
Date: Fri, 06 Aug 2021 12:49:39 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Alan Third <alan@idiocy.org> writes:

> I finally found the code that works it out for Homebrew. I've never
> used MacPorts but I think all you need to do is something similar to
> (from configure.ac:3820):
>
>     CFLAGS="$CFLAGS -I${BREW_LIBGCCJIT_PREFIX}/include"
>     LDFLAGS="$LDFLAGS -L${brew_libdir} -I${BREW_LIBGCCJIT_PREFIX}/include"
>
> Where "${BREW_LIBGCCJIT_PREFIX}/include" is where the include files
> are and ${brew_libdir} is where the .so files are.

Ah, thanks.  With that I was able to cobble together a patch to make it
compile under Macos with Macports, but it obviously needs more work
before pushing.  I'm not really familiar with the "port" command at all
-- can I get it to cough up which gcc version is installed, for
instance?

I'll poke around some more and clean up the patch.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no

Attachment: jit
Description: Binary data


reply via email to

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