From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9AE0B3857703; Mon, 25 Sep 2023 03:05:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9AE0B3857703 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1695611111; bh=Yelg1HP3gvRLc9vwK710ksxMJna0YWih4C3KTW6ZPN0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=l2DxZh16nVidcrXobcJVjI8QqbwnKfbXc5MLLnPnqAL2+z1cT/o0zVvaVoJOtauic l6XRPLkyJmcfa1LqXcnJhhjlv8gp2CVrOOof7Q+eVxeG4Fh7g3DR3UPvujS2Se2kia w44JidOOnCtPUlx72+SbfVLPvR6I6KvJwqOL8tVc= From: "jan at jankratochvil dot net" To: gdb-prs@sourceware.org Subject: [Bug build/30878] Alpine Linux: libinproctrace: undefined reference to libintl_gettext Date: Mon, 25 Sep 2023 03:05:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jan at jankratochvil dot net X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30878 Jan Kratochvil changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jan at jankratochvil dot n= et --- Comment #2 from Jan Kratochvil --- If there is anything missing in the OS and there is an option to disable it= the configure script should detect such missing OS feature and disable it on its own. I did not enforce --enable-nls, in such case it should correctly fail. I see now binutils/README does describe it: Native Language Support =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D By default Native Language Support will be enabled for binutils. On some systems however this support is not present and can lead to error messages such as "undefined reference to `libintl_gettext'" when building there tools. If that happens the NLS support can be disabled by adding the --disable-nls switch to the configure line like this: ../binutils-XXX/configure --disable-nls --=20 You are receiving this mail because: You are on the CC list for the bug.=