X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 2002:ac8:6bda:: with SMTP id b26mr31511784qtt.230.1590443706570; Mon, 25 May 2020 14:55:06 -0700 (PDT) X-Received: by 2002:a25:9ac5:: with SMTP id t5mr44960067ybo.198.1590443706202; Mon, 25 May 2020 14:55:06 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Mon, 25 May 2020 14:55:05 -0700 (PDT) In-Reply-To: <202005181749.04IHnNFF010680@delorie.com> Complaints-To: groups-abuse AT google DOT com Injection-Info: google-groups.googlegroups.com; posting-host=2600:1702:33f0:6400:721a:4ff:feb1:8570; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO NNTP-Posting-Host: 2600:1702:33f0:6400:721a:4ff:feb1:8570 References: <202005181749 DOT 04IHnNFF010680 AT delorie DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: ANNOUNCE: DJGPP port of GCC-10.1.0 From: "rugxulo AT gmail DOT com [via djgpp AT delorie DOT com]" Injection-Date: Mon, 25 May 2020 21:55:06 +0000 Content-Type: text/plain; charset="UTF-8" Bytes: 3140 Lines: 49 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, On Monday, May 18, 2020 at 12:58:40 PM UTC-5, Andris Pavenis (andris DOT pavenis AT nospam DOT plz) [via djgpp-announce AT nospam DOT plz] wrote: > > This is announcement of an update of DJGPP port of GCC-10.1.0 > > Binaries are built and tested in Windows Vista Business SP3 bit. Thanks again for your efforts. I have only tested some simple C programs in raw FreeDOS, so I don't know how well C++ or Ada will work here (although I don't really know those languages anyways). Rebuilding p7zip and GdM's 3D Engine are all I can think of. Apparently, temporary files require LFNs now. I half assume that's a regression, but maybe it's unavoidable due to other reasons?? ====================================================== G:\TONY>gcc -s -O2 -ansi -pedantic -Wall -Wextra hello.c -o hello.exe Cannot create temporary file in g:\temp/: No such file or directory (ENOENT) Abort! Exiting due to signal SIGABRT Raised at eip=0013e551 eax=0039da14 ebx=00000120 ecx=00000000 edx=00000000 esi=00003d83 edi=003a4fa8 ebp=0039db38 esp=0039da00 program=G:\DJGPP\LIBEXEC\GCC\DJGPP\10\COLLECT2.EXE cs: sel=00e7 base=00840000 limit=003affff ds: sel=00ef base=00840000 limit=003affff es: sel=00ef base=00840000 limit=003affff fs: sel=00cf base=0003d530 limit=0000ffff gs: sel=00ff base=00000000 limit=0010ffff ss: sel=00ef base=00840000 limit=003affff App stack: [0039dc58..0019dc5c] Exceptn stack: [0019dba8..0019bc68] Call frame traceback EIPs: 0x00167a04 0x0013e551 0x0017a91f G:\TONY>doslfn DOSLFN 0.41c (haftmann#software & jmh 11/2012): Cannot find/open Unicode table file G:\UTILS\CP437UNI.TBL! loaded consuming 11520 bytes. G:\TONY>gcc -s -O2 -ansi -pedantic -Wall -Wextra hello.c -o hello.exe G:\TONY>hello Hello, world! G:\TONY>scrndump ====================================================== So it works with DOSLFN loaded but not otherwise.