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=to:subject:message-id:date:from:references:in-reply-to:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=n5Y3AOG9qtfT5tX0xMGgJK47SdaHH7cfjPODm6OCuI8=; b=i8w6nCWzY2g1iTjaYo4ywbFrxEJnX9W7HOKYkJCg3dwIfDbdO0Wgc8+Sbs4IkFqgHL j9BliaJFmAHBBuL2jfhznZBVhns88UfL/wSUx/7U3FsP7BufVnajBUZX/Qinb6qSN/Py DnhQgKEFgtVg8r3ISaLYVhlbkIcT8k5bl5qGkgWy1T5bnGvtTwaZ4n2GKA5KTMcr0WNj TZFD5kUCfCts8hE6Cso4htNnFuMCEYPs7gQez0f8BlD2o8x91+k9o2wm86xnUbr/d9xT mODpvjHKY5UqtYgWtzjDDrCMa2P5e/qGzpDukVRP9gbJZUaglDjRaBBm/r+zFKuJ4DNG +/Ow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=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=n5Y3AOG9qtfT5tX0xMGgJK47SdaHH7cfjPODm6OCuI8=; b=rBOmHFvhqdTMlXPtkX4oQOHF1tgMB2tf73ODwnLkN5kFOJU2316S01v1K7yaW2febg DQDfUEamVWbNzuF8PwhHk9rVbHCWTEskvtXMH3rlC/x1QwZhPo3hqYwQAr9UCZ7kAPqF bNQ3RcerTHS3JXOtl1cS4MqOGD8E/X6oOszRA/36svnJRjN9CxMyw5jerNv4XSsz7xoI lsRAKuW4YWh5npSQGrxLI31H2+Q91W99mwNHqjx2uQqlw2m3XZdPdtfVv/FRIPS9stec G6eW34jEKBhsL0YaBFa5E9yXOiFtOruc17xY0BS3Wa2vA0rmmRJktZVszW5reG3HoWW0 DCMg== X-Gm-Message-State: AFqh2kp/uhrIQM4HU+nYdeurW4oWbu4wwn9cHkDeThVFiAM5cJIXxN5X J4FrCbNnhbRGO8a+Xr7MkyY1YRTa0+F4Y8ifrtcMZY75 X-Google-Smtp-Source: AMrXdXtjJb5Ld/VJfGHwg164qvHzIvqaQ624vBN+NcNO2hSXLMGDxvt38ZPaxbK/5/6u1qTGw6ecw6Kf0ma4D6h+5Lk= X-Received: by 2002:a5d:5185:0:b0:2bd:d222:68b3 with SMTP id k5-20020a5d5185000000b002bdd22268b3mr936224wrv.95.1674897171589; Sat, 28 Jan 2023 01:12:51 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <834jsbavcp.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> <834jsbavcp 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 12:12:50 +0300 Message-ID: Subject: Re: DXE3 with std::vector To: djgpp AT delorie DOT com Content-Type: text/plain; charset="UTF-8" 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 1/28/23, Eli Zaretskii (eliz AT gnu DOT org) [via djgpp AT delorie DOT com] wrote: >> From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" >> >> Date: Sat, 28 Jan 2023 11:07:07 +0300 >> >> 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.) > > Having "-L$(DJDIR)/lib" and using GCC to find the standard libraries > are not contradicting goals, are they? The -L switch just says "look > in that directory as well", it doesn't replace the standard > directories. Well, try doing the following horrible -L : -L/usr/local/cross-djgpp/lib/gcc/i586-pc-msdosdjgpp/3.4.6 because, unlike libc.a, libgcc.a isn't under $(DJDIR)/lib at least not in cross- environments -- really do not know about a native installation. That was the original issue.