From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 30A163858403; Fri, 9 Feb 2024 13:33:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 30A163858403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707485609; bh=HaVZlhXw97ys0h4gzLmOhyEGnKxq1Q9v5S4oRjT8U44=; h=From:To:Subject:Date:In-Reply-To:References:From; b=veka33bjzxG8eiR8IF+5wqGjucJn/DMKInvJ0F1XUKkpKcfgfYlkIzNvsSnsgIMZz Pw5mbGmU4qLQhnzRHDy8a/qKSD8zqrN7NPvDbKOVmTcNuK4+w0FtQN+bkwcueZhFMB LU6rvo1XX6NF3DWXxcSpzVaKvqon4RTdiGF2kiFY= From: "rguenth 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: Fri, 09 Feb 2024 13:33:27 +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: rguenth 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: cf_reconfirmed_on everconfirmed bug_status 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 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-02-09 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #2 from Richard Biener --- Re-confirmed. Can be reproduced both on a glibc 2.31 and glibc 2.38 system with ../src/configure --enable-languages=3Drust --disable-bootstrap --disable-pl= ugin See GCC_ENABLE_PLUGIN which adjusts 'pluginlibs' but also causes symbols to be exported from the executable. You need to figure what you need. For example the 'jit' frontend also requires this (--enable-host-shared), but IIRC it doesn't require -ldl Some hosts may not support dynamically loading things. --=20 You are receiving this mail because: You are on the CC list for the bug.=