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=20230601; t=1706462723; x=1707067523; darn=delorie.com; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=RMCk30x8ZYOyCIAE1ieln5WcAUj31bPDUFNdoCdB0Z4=; b=R7/MxGuJfJqNPwDHMgEDtoi3SwZUPXUAzmtLA7SuCpMrVdxr/kbB57p5xYHxYeZ6if sZSmoJX2R7IZNr0nEt6XB3+3P+AT4YwSghrUlJ7H/Z8/eAcb2iSgYXUwJmCyIlnPZ+m/ 7j2ptGE02RTkhwYArDxDqqHnCyXi99OR6O0yQ/tzvjNnBDoBrJretYc2lOdI6d0Zkzh4 jxnUtqit39bf0XRXA4+qi4i6PgCLEF2f3k8Xht3hPcg2r8eRVXcMCLOmzgfn9/UZGwbG QEzfMq5Ebyctz5tJ1H6lTiXmtyRm2y/BK9UQyeS5es+AlCZF3CeOtph7Wyn0514Vw/Dv XEdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706462723; x=1707067523; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=RMCk30x8ZYOyCIAE1ieln5WcAUj31bPDUFNdoCdB0Z4=; b=A3ZM4zaeylAMO9feWlWbdLSWZ7yV4r9nDc5rwxfyPGXF21Oe0apKkYb/3FgvO0wkhY +p1Vfb0BA0NoeKhFsuYajZ6cZ2oGS/STVc/zq1e6eKIZ2frrdLNMs1PAUOp+4jBjmRmn WDyCLTuYFa+UbjWy4ykI7/hWlbvDBybTueQmyIiJHo8hMgSzuWbXOb+xbnr9voqpASp6 bOZrHmkaSj74OGknTR6ILTGubd6Qah6t4w/79CYBQxf32TcHRinP/ewqvUTHBh/OVFu4 jpCDDtUjypkfCkJx4NSGU5Wlo3Ysumgi89/NBf3TxRmk++VALeimEwP+9bG7x+JSyPVS 4W2g== X-Gm-Message-State: AOJu0YyFE8ZKWRjLPZ4SJ0fh8YMQ99TnA01QOZ/14ELf7oho+PGARvzC 4dHvn8suNhAoD7tQaRklOEP3RMjRx/OGd0IeLOodJUt3fT+iHz8Lu0dFNZZRJvA8IJ3A+T3uzgU Af/5Tow9EahgVzid809uHCSR5YWMeEgTb X-Google-Smtp-Source: AGHT+IEPjzYzjiLWESGg2PDCH4t5RQDXa5vPiQJyJikRFF81hF+5rc9BJL1CQ1OLFIkgku+1F+plMuiT3W708TUbiJQ= X-Received: by 2002:a05:6512:3b0e:b0:50e:b23c:e37 with SMTP id f14-20020a0565123b0e00b0050eb23c0e37mr2915978lfv.48.1706462722716; Sun, 28 Jan 2024 09:25:22 -0800 (PST) MIME-Version: 1.0 References: <864jex5sqy DOT fsf AT gnu DOT org> <861qa15qnt DOT fsf AT gnu DOT org> In-Reply-To: <861qa15qnt.fsf@gnu.org> From: "A. Wik (awik32 AT gmail DOT com) [via djgpp AT delorie DOT com]" Date: Sun, 28 Jan 2024 17:25:11 +0000 Message-ID: Subject: Re: gcc complains about "no DPMI memory" To: djgpp AT delorie DOT com Content-Type: text/plain; charset="UTF-8" Reply-To: djgpp AT delorie DOT com On Sun, 28 Jan 2024 at 17:12, Eli Zaretskii (eliz AT gnu DOT org) [via djgpp AT delorie DOT com] wrote: > > > > > C:\proj\debug\tmp>go32-v2 > > go32/v2 version 2.0 built Oct 18 2015 09:41:08 > > ... > > DPMI memory available: 32209 Kb > > DPMI swap space available: 0 Kb > > Try enlarging it more, I'm not sure 32MB is enough for GCC 9. Don't > forget that gcc.exe is just a driver: it invokes cc1.exe (the > compiler), then the assembler, and then the linker. Each one of those > also needs memory. And GNU tools are designed and implemented > explicitly to require vast amounts of memory. I set it to 65535 KB, the highest setting allowed, and now it works! "Explicitly to require vast amounts of memory"? Like an end in itself? Why did I never have to change this setting before? -Albert.