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; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:to:subject:message-id:date:from :references:in-reply-to:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=A0ELBZWMZp39m7yuzcMw3SmNKcSg1KGB2QvbLIAt7WE=; b=MDtP8Bv9IYrfmihXD4q/3h6Ipw9tI97kiJf30QuW+GmuUPt99wqNt9uC/ppJuK1aRt i1FZfwt0iUrEMHoBfRy++i1766X1hBnLpphbq6zbae7G9N1kdTNEeSWXDbBi7Dxt/G1N 9TgQOUZOVdcJUJpDuWmIoI85cur2SP/tv1VQkzLWoVH3sl0Vz8a3G3Ck3TFUtdAzCKlO 0HhGHmd/vmLntXTSdeuwH7AvyfT4b6kStYchNfOF4bpVsZSA32oAVEEwrEH8IHXFNP8f I4SizeOirboyfPOOuZLTHlU9m0Ra8Wq7vmJd5hG/wpUFaDTpIMeEh7NLBByAbmeh1Jsz RNsw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:to:subject:message-id:date:from :references:in-reply-to:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=A0ELBZWMZp39m7yuzcMw3SmNKcSg1KGB2QvbLIAt7WE=; b=7brno5ea1/DyGF+YShon27EJlgtjXf9Jjaho7+yJuv10d5U8G4exCg833bJQjOkJij Yt5g17cSiTHaQNV9EgQRpGD4qmwZM4LJwnfX3MfNs1JpJJqPGHzUdDNPXsHdzvSOfErJ MyADDfuIpEC/6GTHI7y3Y2ichEVw9q5ZcQgm7+om25hK6fgoapItUjaY/tebqmp9gkdU GMJUW8oNQvG3rGrK1xlO7QzJuTzHjvNS5+2TofasXSUrMG+lCSSG8mZuB5jdQXXH1s7r IpfNffFgA3eqRieMjAowa0xkmBS+GlnZis5fQPErlkIycqhysWprwzmDYkpzJFafwalH pbdg== X-Gm-Message-State: AFqh2ko2YUKvk35l0ZEdpwPSCSOUW2J518QWKTZ+wdgGrrDF1+eVqLHc vBb0+yB8OtYYXmnqEC+mZYTAgHoZKk413+uRHOSux8Of X-Google-Smtp-Source: AMrXdXtM4Um5lHFtGa7878nQRhHEA3FYYjA3Fi23SGN35m/ZkUOLlUfTkOM61DTlNrZ/6p5VO4D1R0Q2wVDnb2wsMEc= X-Received: by 2002:a05:600c:4ca7:b0:3cf:7b68:631 with SMTP id g39-20020a05600c4ca700b003cf7b680631mr2065248wmp.55.1674893228167; Sat, 28 Jan 2023 00:07:08 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <83h6wbayya.fsf@gnu.org> References: <3b8f674c-bca3-c679-952e-f8ba5af196e7 AT gmail DOT com> <500850be-fd64-3f82-a1e1-929903084e9b AT gmail DOT com> <3d9271ae-266d-ee7b-853b-984857ced1c8 AT gmail DOT com> <83sffvbux1 DOT fsf AT gnu DOT org> <82cff092-6dfe-1dfc-7946-cdb84c44e11b AT gmail DOT com> <114b292b-7f6c-3b19-7e9a-88a261ee063a AT gmail DOT com> <83h6wbayya DOT fsf AT gnu DOT org> From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" Date: Sat, 28 Jan 2023 11:07:07 +0300 Message-ID: Subject: Re: DXE3 with std::vector To: djgpp AT delorie DOT com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 30S87dca016811 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 >> One downside of the new version is that it does nıt seem to work with >> gcc2.95 as tested under dosbox -- the -T dxe.ld switches doesn't seem >> to work and it spits the same multiple sections error. >> >> Don't know whether we actually expect dxe3gen to work with gcc2.95 is >> another matter: Should we care? > > Do we understand why it doesn't work with GCC 2.95? If so, can you > explain the reasons? As I understand it (someone correct me if I'm wrong), it ignores the -T dxe.ld switches on its command line. This can be a show stopper, so I _can_ revert the whole patch: The patch was made for the whole purpose of dxe3gen finding -lgcc (and -lstdc++) automatically in the first place, and one can just do the manual labor of copying them to $(DJDIR)/lib easily (a documentation about it from someone would be nice.)