ftp.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2020/08/30/14:40:37

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=20161025;
h=mime-version:references:in-reply-to:from:date:message-id:subject:to;
bh=QAQ1TxYoW3sxC2CJOnxNNn/SLrSeAIiR08gm2+DCXrY=;
b=hATgWGdgUJcQQsbJa2trUqbcnvki+JPiB55LFN9NQU8Y63yvbd7kK+ESCazdI9gwru
F8cRtRD/wUlGo46qBxyw9itmXxaqhRHUmLg3/DjKTw4hUTQeDtha5TiUfYgwEkPAnNq5
rCiSy292weSiL/xtPFkKyDb7iz9sO2pdpMkM8LjsVfEjXh0RhDbsxWj4cB2EGKb4aWiz
yVD4zwl3H+5aFMNdNmbvlwLh6tLW7mtcH8Uws2F736mRpJ8PhLIcb1TkaG3nDtcxfmLt
QtJu6QGk9xNbETfdinTfcwFaEB32EvPbb9FXHh71S1TfeiGO6upB0rVyA3mkEkZei4QI
znZQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:mime-version:references:in-reply-to:from:date
:message-id:subject:to;
bh=QAQ1TxYoW3sxC2CJOnxNNn/SLrSeAIiR08gm2+DCXrY=;
b=k8N3TIVz7pYli5BvxthzuE9wXev4gxLiQbxgIbd0Gm4ZasvSxTfPYUpyKeRAI9GpfN
HAa13o/mwnQWkxXdLxIRNrRlkxhJRalEvGnHjxuuC2Zmyk1/R5BTLvmwT4SCZNN92GGf
763OxNlMkoXwbPgBmQ0zHUzXROSEzrp0ZNkKKmBs6jQ12t4mG3fvzK4W3H8rNZpBpkBI
0OxseiHBzi5mwmtLwMln5Ula/kQtaSOSn2NrWzE+T+0nOyYa8DZQdYhEQT+551PAE6Bm
oW5eUC1SdxOFhq4FjqQqMs/abn+PKTEyZFr3cfcRWDBebIE9NDb91nRoRE0OIT7Fo80h
Ek4w==
X-Gm-Message-State: AOAM530TmAFZEwYSesMVsArYrHrGAwTcaQ4HExSG9T4GIzpQRQVQ9rJL
RbZplNWb4FxCbxZDCe292ct507aJ28a2y7V/NEDY5gdO
X-Google-Smtp-Source: ABdhPJw7iUiG+JocYoDDay/sQgKD0C40VabqWqPJuYMMZvZEhLB3GrxVBoUhuDDm4VubFN9DyslCnbkrcpmkIxZFfwg=
X-Received: by 2002:a19:8942:: with SMTP id l63mr3892533lfd.15.1598812566793;
Sun, 30 Aug 2020 11:36:06 -0700 (PDT)
MIME-Version: 1.0
References: <f39d7f31-8815-e9fe-7ac1-4b8551098a59 AT gmx DOT de> <835z90xgab DOT fsf AT gnu DOT org>
<e24eddbd-c85c-9142-32f2-fe9191d8ea69 AT gmx DOT de> <833644xdzz DOT fsf AT gnu DOT org>
In-Reply-To: <833644xdzz.fsf@gnu.org>
From: "A. Wik (awik32 AT gmail DOT com) [via djgpp AT delorie DOT com]" <djgpp AT delorie DOT com>
Date: Sun, 30 Aug 2020 18:35:55 +0000
Message-ID: <CALPW7mRnckvyHynLOMi4R1EteX9b+TpV9s0+0_FBgz_=+bHEvQ@mail.gmail.com>
Subject: Re: SIGSEGV when trying to compile helloworld
To: djgpp AT delorie DOT com
Reply-To: djgpp AT delorie DOT com

Hi all,

On Sun, 30 Aug 2020 at 17:10, Eli Zaretskii (eliz AT gnu DOT org) [via
djgpp AT delorie DOT com] <djgpp AT delorie DOT com> wrote:
>
> > From: "sleepy_dog AT gmx DOT de [via djgpp AT delorie DOT com]" <djgpp AT delorie DOT com>
> > Date: Sun, 30 Aug 2020 18:32:41 +0200
> >
> > go32/v2 version 2.0 built Oct 18 2015 09:41:08
> > Usage: go32 coff-image [args]
> > Rename this to go32.exe only if you need a go32 that can run v2 binaries as
> >   well as v1 binaries (old makefiles).  Put ahead of the old go32 in
> > your PATH
> >   but do not delete your old go32 - leave it in the PATH after this one.
> > Set GO32_V2_DEBUG=y in the environment to get verbose output.
> >
> > DPMI memory available: 704964 Kb
> > DPMI swap space available: 0 Kb
> >
> > Hm. DPMI swap space 0 = bad?
>
> No, that's OK.  Many "modern" DPMI providers just lump all the memory
> together (700MB in your case), and don't bother separating them into
> RAM and swap.
>
> The memory amount sounds enough, so I'm puzzled what could be the
> problem.  Maybe some Windows 7 specific problem?  I think someone
> posted here long ago tricks to get the Windows DPMI provider more
> friendly...  Anyone?

I thought he was running DJGPP under DOSBox and not directly under
Windows 7.  DOSBox is designed to be able to run old games, so not
even long filenames are implemented.  How about trying some other kind
of virtual machine, eg. QEMU or VMWare?

I've said it before, but NT series Windows support for DOS programs is
pathetic (and on 64-bit versions it is nonexistent).  Then again,
Linux never directly supported DOS programs at all.  In both cases,
virtual machines are the solution.

Cheers,
Albert.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019