X-Recipient: archive-cygwin@delorie.com
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 79DDA38618D9
Authentication-Results: sourceware.org;
 dmarc=none (p=none dis=none) header.from=nexgo.de
Authentication-Results: sourceware.org;
 spf=pass smtp.mailfrom=Stromeko@nexgo.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nexgo.de;
 s=vfde-smtpout-mb-15sep; t=1615667288;
 bh=vM4uiqCBhCyQ3Bj+dKcJEJvtfejioRcEfOoAmtl4iVg=;
 h=From:To:Subject:References:Date:In-Reply-To;
 b=JmwuUaksCjClHIvoOOxMn+VL3cc+aH5GFcRUTMiQdei1d076R1FJyYlmb51mv0Wsy
 N+9sw0h87eu43yEImBEns2K67UL83JRTre6hXkt6iSIfPS4k+OIi7J6wnI+E+iDiLM
 pekTG0v22dqMhrVYIGJm+XgfilsWmqgQPGtBaF0w=
From: Achim Gratz <Stromeko@nexgo.de>
To: cygwin@cygwin.com
Subject: Re: libgccjit
References: <037d5d0a-db79-d769-cedd-2c25684add8a@cornell.edu>
 <YEnuDNuBo1mVcaZs@calimero.vinschen.de>
 <629c22b5-9c89-51dd-57a1-13af6b0a87df@gmail.com>
Date: Sat, 13 Mar 2021 21:28:03 +0100
In-Reply-To: <629c22b5-9c89-51dd-57a1-13af6b0a87df@gmail.com> (Jonathan Yong
 via Cygwin's message of "Thu, 11 Mar 2021 16:00:47 +0000")
Message-ID: <8735wyol2k.fsf@Rainer.invalid>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
MIME-Version: 1.0
X-purgate-type: clean
X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de
X-purgate: This mail is considered clean (visit http://www.eleven.de for
 further information)
X-purgate: clean
X-purgate-size: 1034
X-purgate-ID: 155817::1615667287-000007B2-0EAC2B91/0/0
X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE,
 SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
 server2.sourceware.org
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Errors-To: cygwin-bounces@cygwin.com
Sender: "Cygwin" <cygwin-bounces@cygwin.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 12DKSIGo027017

Jonathan Yong via Cygwin writes:
> I've not honestly tried setting up libgccjit, looks like its as simple
> as adding jit to --enable-languages.
>
> Achim, mind trying?

That also needs --enable-host-shared and then it dies shortly after
configure because it can't find libiberty.a in $build_subdir which does
not exist.  The library itself is already made in the libiberty
directory, so some sort of install step went missing.  If I drop the
file there, it then proceeds to want the same thing in yet another
subdir.  Repeating the exercise gets me one step further after which it
looks for the same file in a third place…  dropping it there also seems
to get the compile rolling along, but there is clearly something
missing, either in configure or with the general handling of the target
triple.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for KORG EX-800 and Poly-800MkII V0.9:
http://Synth.Stromeko.net/Downloads.html#KorgSDada
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

