From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5440038362C9; Thu, 15 Dec 2022 23:29:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5440038362C9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671146966; bh=3fqdm7waV7QFBV78whT9PgOayHlZoYmr8e/Dx/rRd38=; h=From:To:Subject:Date:In-Reply-To:References:From; b=h8wdBnOwDOYEp/k2IzcNQdh2tyNHqdyk2JfWGB1XGDWLGkcW/ZXJc8BPbFYQdYLvJ l1mAV3rbuO3hFc+KWJAD+GBMz0EGs7SrUktVi2rdv0YVIo8J0lNqtTMO0JFZR9+3UF 47JOHY7YBULE9VFAF2Dvl5J18765m+9Z3hsPPe4M= From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/107612] plugin/m2rte doesn't build on Mac OS X 10.7 Date: Thu, 15 Dec 2022 23:29:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: modula2 X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: iains at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: gaius at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 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://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107612 --- Comment #8 from Iain Sandoe --- I did a little more poking - some of the missing symbols are in=20 m2/gm2-libs-boot/libgm2.a adding that to the failing link line results in some more missing symbols, these look mainly like wrappers around libc. Slightly worrying is that find/grep seems to suggest that they might be provided from files named "glibc.xxx". Does m2 only work with glibc? (in which case there's a lot of work to do for Darwin, Windows etc)=