X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 2002:ac8:4e0d:: with SMTP id c13mr7010804qtw.0.1588383489387; Fri, 01 May 2020 18:38:09 -0700 (PDT) X-Received: by 2002:a25:3041:: with SMTP id w62mr5335962ybw.32.1588383489165; Fri, 01 May 2020 18:38:09 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Fri, 1 May 2020 18:38:08 -0700 (PDT) In-Reply-To: <5EAC2EBC.2060204@gmx.de> Complaints-To: groups-abuse AT google DOT com Injection-Info: google-groups.googlegroups.com; posting-host=89.177.32.144; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp NNTP-Posting-Host: 89.177.32.144 References: <5EAC2EBC DOT 2060204 AT gmx DOT de> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Make 4.3 crash when compiling 86duino example under WXP-NTVDM From: "RayeR (rayer314 AT gmail DOT com) [via djgpp AT delorie DOT com]" Injection-Date: Sat, 02 May 2020 01:38:09 +0000 Content-Type: text/plain; charset="UTF-8" Bytes: 2059 Lines: 19 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 Hi, well here's more info: I use djdev205 and GCC 4.8.5 (from delorie FTP) The problem can be reproduced under WinXP SP3 NTVDM and MSDOS 6.22 + DosLFN Don't ask me why whey use gcc 4 c++ but AFAIK gcc should well recognize it via extension (upper case C or cpp) so shouldn't matter. I prepared for you a minimized test environment (only 16MB packed) https://uloz.to/file/MnlafQ8z7As8/djgpp-7z Click on "Stahnout pomalu zdarma" (button with a turtle) you can delete file via https://uloz.to/smazat/MnlafQ8z7As8/11250886882114713600 Then go to directory DJGPP\86DUINO.SDK\EXAMPLE edit path in SETENV.BAT (the 86DUINO_DIR sysvar) (also set path to this DJGPP) and just run make it should produce 86duino.exe. But you should get crash with current Make 4.3 I also included working Make 4.1 in BIN directory (file MAKE.41) If you rename make.exe -> make.43 and make.41 -> make.exe and run make again it should compile.