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:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=Se5q6P0lijDgDEeNwu7gMtJ7DfqzfRdyCpgwYtd6XUs=; b=Sq9qJkDAAyLrJ6rSNSTFc5DU1A5qkdZWy8ki6MG4VssoL5/pD/3p/VRMpLxjTYTJKq WD0UhbbJH7xbEnaUoy2IRUHcOA7ajffEvEXk+gUsCPbJg/LSg9aNIpTMMCjjshdtDmZB NgmCjbAn7cHyh8wYn00Q5Sj2pFNC7zYYM/0LxZ0CNl65nGDDwd4xpOX0TKtu6sm5X5Qv +hYh9ycKkTVhnVd1ZtB6JHg+XxkBtpPBpxhmPyHvI8OZvT4rdrqKv02XQLWy4pYq2Ww5 hnubyaJC0mxs4vjou8OoDNSGB1McgczgVQR7FPVEm+ELWWr217mxb4atvPiNjtePnQdO u7xg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Se5q6P0lijDgDEeNwu7gMtJ7DfqzfRdyCpgwYtd6XUs=; b=NdPZCMszV6/Dxjrb/1bd2ovA5ee/K0WasEj0XTpJu/gO6pVru0fjDa2WVLJuwTHNZj 6xoHM5jeUdFPDwe9uvwzDlHficv7y6nYMB06YOEpJs8RSR9YX2DzNEF0nq1tPus8na54 XnQISZUpOY4Sbw/la0VJfy7wKDqnywT3rFdfL6GYu4k4iayJD/pqo10bVndwNUfN+reO nzavv3/WT+vEstvE0IFsJoB36hmmh0gSuC9pQmHR98h/mYDs/xWSToqiSOcZrWB4cvXv Q4HQ+y3+xW8v2xGbAstJ4o6ZabI4qzPCPMlgZ94qBh7JLCVmCvkXAAlqwzw3ek5ma6zg Inmg== X-Gm-Message-State: AFqh2kpXyze4khu4RmSdi62pYm9PWkLxmnIEAAVQAhi1TTlqEc3XJNls CLee2loF8jzznWSqdtc5L721cuofZB3CPw== X-Google-Smtp-Source: AMrXdXuZ3gEH0cTHwDa76kTtUymkZgzCFepTY8Wgy8gFnh8KjgtSV862KPksFVqnnuGWg6a4WNebtQ== X-Received: by 2002:a17:906:34c4:b0:86f:9e4:d13e with SMTP id h4-20020a17090634c400b0086f09e4d13emr47028898ejb.72.1674939715197; Sat, 28 Jan 2023 13:01:55 -0800 (PST) Message-ID: Date: Sat, 28 Jan 2023 22:01:54 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: DXE3 with std::vector Content-Language: en-US To: djgpp AT delorie DOT com References: <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> <834jsaa77b DOT fsf AT gnu DOT org> From: "J.W. Jagersma (jwjagersma AT gmail DOT com) [via djgpp AT delorie DOT com]" In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 On 2023-01-28 20:33, Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com] wrote: > On 1/28/23, Eli Zaretskii (eliz AT gnu DOT org) [via djgpp AT delorie DOT com] > wrote: >> We just didn't support linking against those two >> libraries because AFAIU it was never needed by anyone, > > Exactly. > > And anyone who needed it copied it (them) to a directory > accessible by cross-ld and used it that way. So, nothing has > changed, hence no incompatibility introduced. But then anyone else who wants to build that code, will also have modify their installation and copy those files. So that spreads the problem out, while it could be solved in a single location instead.