From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 04E873858CD1; Mon, 18 Mar 2024 11:20:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 04E873858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710760838; bh=8CXwlaPyvA1byg7kxWzimp1NJAFbVxJMBgm8BIWqCZc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=goEYz6PVJUVBc9ehXTaM/xJIJ14Xzt8QW3K89gq6C0ChK8OR+syIfwRumv02B7/fE EC1ZIqZUA5GCfWF1+jKb/u9SbrtodGvPcrDrUx5UKMu6PA1daWd4WfaC5w+dUEEU5m NAsoBpruq6RpnC8vJdtkCc0adNWABYQEwe7IN5n4= From: "tschwinge at gcc dot gnu.org" To: gcc-rust@gcc.gnu.org Subject: [Bug rust/113499] crab1 fails to link when configuring with --disable-plugin Date: Mon, 18 Mar 2024 11:20:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rust X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: tschwinge at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113499 Thomas Schwinge changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://github.com/Rust-GCC | |/gccrs/issues/2890 CC| |cohenarthur at gcc dot gnu= .org, | |tschwinge at gcc dot gnu.o= rg --- Comment #4 from Thomas Schwinge --- If I understood Arthur correctly, GCC/Rust is going to effectively require 'dlopen' (and therefore '--enable-plugin'?), so that means, if the latter's= not available we have to auto-disable Rust language front end if enabled '--enable-languages=3Dall' vs. raise a 'configure'-time error if enabled via explicit '--enable-languages=3Drust'? Related is also "Don't hard-code `-ldl -lpthread` for `format_args`". --=20 You are receiving this mail because: You are on the CC list for the bug.=