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=1706458473; x=1707063273; darn=delorie.com; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=EpiEQTBlA4jOzE5FldxUO8EmbTufcwlt04X9C32rTAo=; b=QyCBl1IloJ3SW36MFMkBpxZ0+pcNfGl5KNF2cz4BfX2emZ1FNjskLkgANoUNjSVzgP dSQtTNI6mjZIip/pjvi/ZODZJkFBZtHOWUz1zjkYzqhcJD9OeVzlsUZir8vpUJeH79bo HwC5uebncYn9VSrddI4ihIRcYChVlZjPcekWFfWEDzuL2d3vYDbC3EVifRDL5C/2thLm TsAu79dRZEAx77M3AE9Of5J/RE3riW/HWC+9HNYefd1YUh3h7JovMB2LEB+tCRnR8Qul L8mBJ/ObIdTU7CkYllHPmCRriRSA7VRGbbneWDdwA7Lkq0e8P1JxtnLrYCR0UbGnmyCt uamQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706458473; x=1707063273; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=EpiEQTBlA4jOzE5FldxUO8EmbTufcwlt04X9C32rTAo=; b=Afjy78F58ZDCI3q6PSBMgj5/iN8vHRNMBG3foW/mHH9BnubnbJU1iGUiNHVHl1SEAo 6hvSZrAoTl+j0NC9S8aQklQr8DzaSW+TQPmvOWRKJdTLcXQ6kEdVasi/v05abFhducPN E7BKtMFU44KusM+t31hQ8EXDgk9u+u6uDH1d2jHVSQyKWfBTPJDpUWi27S6nnfXgF9kJ M5BwvGPunoDKEXK0dq4t14Ov1W6/BemRugDkBb8bV7yQ+I3XKboFp+FFQcmaxeEduohg JnAwx55VLAoO2nignypDsgGiSsH8w5J989MmS/AHLKd0mPZacdsy3UskEECAx3RQARSP zKMA== X-Gm-Message-State: AOJu0Yy6t9JXsUTfgzOHl6lwkjOMlgQf7R2lvzQ52h/cCf5grucQgDnE +uBezULPpTv80TVXW7SA3XEW+MNgfHV9GM7bvpluvYNwUfEP0/WF4ezAMv2LQm3ZvYVsZCKbGbM o/+Ud+/ruShyr6pT91d56/d8Um9eG4uA5 X-Google-Smtp-Source: AGHT+IGVj68ghhiCEJvqpOqC+PxGKzOEynqo5pjr1W9w7lJa2vXkBCNHP6hcOUZrahrISHH7+8XVWGOaY89UlQ5+MQc= X-Received: by 2002:a05:6512:3046:b0:50e:7124:8953 with SMTP id b6-20020a056512304600b0050e71248953mr2783231lfb.26.1706458473361; Sun, 28 Jan 2024 08:14:33 -0800 (PST) MIME-Version: 1.0 From: "A. Wik (awik32 AT gmail DOT com) [via djgpp AT delorie DOT com]" Date: Sun, 28 Jan 2024 16:14:22 +0000 Message-ID: Subject: 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 Hi all, I'm trying to compile a simple program with DJGPP. C:\proj\debug\tmp>gcc gcc.exe: fatal error: no input files compilation terminated. C:\proj\debug\tmp>gcc linecont.c Load error: no DPMI memory C:\proj\debug\tmp>go32-v2 go32/v2 version 2.0 built Oct 18 2015 09:41:08 Usage: go32 coff-image [args] ... DPMI memory available: 15826 Kb DPMI swap space available: 0 Kb I increased the DPMI and XMS memory in the COMMAND .PIF file to 32768 KB, and now I don't get the error message C:\proj\debug\tmp>gcc linecont.c [no error message] But the compiler fails to produce any output files: C:\proj\debug\tmp>dir Volume in drive C has no label Volume Serial Number is 353A-18E6 Directory of C:\proj\debug\tmp . 28/01/24 15:45 . .. 28/01/24 15:45 .. LINECONT C 411 28/01/24 15:46 linecont.c 1 file(s) 411 bytes 2 dir(s) 6,747.52 MB free C:\proj\debug\tmp> The operating system/environment is Win98SE under VMware. C:\proj\debug\tmp>gcc --version gcc.exe (GCC) 9.3.0 Copyright (C) 2019 Free Software Foundation, Inc. Cheers, Albert.