X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=CdkAJNIcY35Frs7WXCNMow67GQjnYRcVOfopeM6Yh/c=; b=It3DEyOELPhK RxTAf/JwACoxHWOBS4JhErGUciJRGnpOTMpw9xcVrIL8QSiiTt2xYlcU8N1nQsN1cSLN7kvXd4CcT oGlIEhIGs2kGOnM+HB1ICNJOi3dI0M1l3XV/HxU5QokWy38szv+Fx9mKIH+ItlIly9QZqXIbc5bpP 8vfOuA2swA+CBebTIwP+kRk+VN4ggUnM4nzmpqVzp7jOLZtVU5U9TkwBWwcNX0xoDjZgJBeUVPrWD ei6TN2nLMbpg2vtUjGlijJGPnLaNpQyqFeUGWyRromvr3F/hKuq7CII6qk/qN0Oz/Z/7RtnwiZUA7 YpkrlQAE36iS3BIJpdiKzA==; Date: Sat, 28 Jan 2023 19:40:24 +0200 Message-Id: <834jsaa77b.fsf@gnu.org> From: "Eli Zaretskii (eliz AT gnu DOT org) [via djgpp AT delorie DOT com]" To: djgpp AT delorie DOT com In-Reply-To: <15bba6fc-1b9a-f709-7c7b-2fa3f133d5bb@gmail.com> (djgpp AT delorie DOT com) Subject: Re: DXE3 with std::vector References: <83mt63azwi DOT fsf AT gnu DOT org> <835ycravjo DOT fsf AT gnu DOT org> <83zga39fil DOT fsf AT gnu DOT org> <83v8kr9bye DOT fsf AT gnu DOT org> <83lelmakwk DOT fsf AT gnu DOT org> <83h6waaium DOT fsf AT gnu DOT org> <83fsbuahj9 DOT fsf AT gnu DOT org> <673bbaa0-5a0d-25be-1f1b-724856ee4f0b AT gmail DOT com> <15bba6fc-1b9a-f709-7c7b-2fa3f133d5bb AT gmail DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sat, 28 Jan 2023 18:27:19 +0100 > From: "J.W. Jagersma (jwjagersma AT gmail DOT com) [via djgpp AT delorie DOT com]" > > It implies that, if one wants to build a DXE project that was written for the > native compiler (where libc, libgcc, libstc++ are all in one directory) No, in a native installation libgcc and libstdc++ are in a directory different from libc. We just didn't support linking against those two libraries because AFAIU it was never needed by anyone, definitely in the case of libstdc++.