public inbox for jit@gcc.gnu.org
 help / color / mirror / Atom feed
From: David Malcolm <dmalcolm@redhat.com>
To: take@kasaneiro.jp, jit@gcc.gnu.org
Subject: Re: Where is "libgccjit"?
Date: Tue, 26 Jul 2022 19:00:32 -0400	[thread overview]
Message-ID: <b149bb27614636e8c373d0a99e826da1e20bdc3a.camel@redhat.com> (raw)
In-Reply-To: <20220726223831.00002C0D.0039@kasaneiro.jp>

On Wed, 2022-07-27 at 07:38 +0900, take@kasaneiro.jp wrote:
> To all participants in jit@gnu ml.
> 
> My name is Takeo Watanabe and I am sending you a mail from Japan.
> 
> I am trying to build native compiled Emacs on macOS.
> I also want to build from source as much as possible, do not use
> Homebrew.
> 
> So far, I have completed building libxml2 and gcc12.1.
> I have not been able to find libgccjit either in the archive or in git,
> and I have not been able to find it in the git file.
> I have not been able to find it in archive or git yet.
> 
> If anyone knows where I can find it, please let me know.
> Please let me know. Thank you in advance.

libgccjit is part of gcc; it looks like a frontend to the rest of gcc,
named "jit".  The code is in the gcc/jit subdirectory of the gcc source
tree.

So you need to configure the build of gcc with:
   --enable-languages=jit --enable-host-shared

There are some more notes on building libgccjit here:
  https://gcc.gnu.org/onlinedocs/jit/internals/index.html

Hope this is helpful; good luck
Dave



      reply	other threads:[~2022-07-26 23:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-26 22:38 take
2022-07-26 23:00 ` David Malcolm [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b149bb27614636e8c373d0a99e826da1e20bdc3a.camel@redhat.com \
    --to=dmalcolm@redhat.com \
    --cc=jit@gcc.gnu.org \
    --cc=take@kasaneiro.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).