X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Path: glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.os.msdos.djgpp Date: Wed, 20 Jun 2012 15:52:50 -0700 (PDT) In-Reply-To: <4FE0A729.9030007@iki.fi> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO NNTP-Posting-Host: 65.13.115.246 References: <4FDC5D93 DOT 2040204 AT iki DOT fi> <9907f873-af2f-4b2d-8b77-59ade8f3fc0b AT googlegroups DOT com> <4FE0A729 DOT 9030007 AT iki DOT fi> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 65.13.115.246 MIME-Version: 1.0 Message-ID: Subject: Re: gcc-4.7.X and native Ada compiler for DJGPP From: rugxulo AT gmail DOT com To: comp DOT os DOT msdos DOT djgpp AT googlegroups DOT com Cc: djgpp AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q5L0UvBh012856 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 Tuesday, June 19, 2012 11:22:01 AM UTC-5, Andris Pavenis wrote: > On 06/17/2012 03:48 AM, rugxulo AT gmail DOT com wrote: > > Thanks. Big thanks again to you for your efforts. > Does not really matter for DJGPP. So had to create own copy of system.ads instead of > using generic version. (I'm on the wrong computer now, so I can't test right away. I'll retry again and quote the relevant snippet later.) I did test Ada from your latest GCC 4.7.1 with Gautier's 3D engine in pure native FreeDOS. It compiles and works fine (at least makefast.bat), but only with LFNs enabled. Otherwise gnatmake "seems" to hang, and using -v showed it maybe had something to do with temporary file names. Hence, I just unpacked everything GCC-related again with LFNs enabled, then it worked fine. I don't know why a temporary filename problem would seemingly hang it, but that's my guess at what was happening.