From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D52D73831A48; Sat, 17 Sep 2022 15:35:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D52D73831A48 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1663428929; bh=9tv2mtACfrEIlMu1mzp0oMiMuU/2E+bqtDXyqQMIY48=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VJb8H8xkrNBkWjWt1cWXL+AFMuUuQFI8GgJzK7LnggNY5jRNQiqzOaROmWiYkAsJF 8eooloDqBcBuneTpsno7cJm+e56yyvdWViayme5cyOGRAm6kFhr4Dd6mTkELOxVgfa 5idmhNNo/3aLJRzf1T2lzClKHEw2/D9xEIMIdBHU= From: "carlos at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug build/29576] librtld.os: in function `_dl_start_profile': (.text+0x9444): undefined reference to `strcpy' Date: Sat, 17 Sep 2022 15:35:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: 2.36 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: carlos at redhat dot com X-Bugzilla-Status: UNCONFIRMED 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: 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=3D29576 --- Comment #2 from Carlos O'Donell --- (In reply to Tomas Kolda from comment #0) > When building glibc 2.36 I started to see "undefined reference to `strcpy= '". How are you building this glibc? It looks like you might be using -Os or other instead of -O2, which is requ= ired to build all of glibc and avoid external library calls in certain parts of = the loader (where we can't have relocations or external library calls). --=20 You are receiving this mail because: You are on the CC list for the bug.=