X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com Message-ID: <4DE252B4.1050506@iki.fi> Date: Sun, 29 May 2011 17:05:40 +0300 From: Andris Pavenis User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com CC: Rugxulo Subject: Re: GCC-4.6.0 References: <4DDB35D2 DOT 7030600 AT iki DOT fi> <4DE22B67 DOT 1050407 AT iki DOT fi> In-Reply-To: <4DE22B67.1050407@iki.fi> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com On 05/29/2011 02:17 PM, Andris Pavenis wrote: > On 05/28/2011 05:25 AM, Rugxulo wrote: >> I'll have to test this with Gautier's 3D engine (Ada), esp. since >> 4.5.2 (IIRC) didn't compile it correctly anymore. I mean, I blindly >> figure 4.6.0 won't have the same bugs or regressions (hopefully). I >> guess I could always try 4.5.3 also if necessary. (It would be a shame >> to lose the ability to compile the 3D engine since there isn't a lot >> of Ada stuff targeted for DOS.) Actually, John Herro recently >> "open-sourced" his old (formerly shareware) Ada95 tutorial, but I've >> never looked closely at it (though I should since I don't grok Ada). > > I noticed it myself yesterday when tried to build a lightly updated version. > The problem is that Ada compiler does not find it's own unit files (*.ali). > One can of course workaround the problem by specifying > environment variables ADA_INCLUDE_PATH and ADA_OBJECTS_PATH, but > it should have worked also without them (see Ada compiler user guide > for details) > > I have however practically no experience with Ada language myself > and was unable to find a reason for these problems. I may have to drop > Ada support at all if there will be no progress. Well there was a bug in patch for gcc/ada/adaint.c (one missing defined(MSDOS) in #if). Rebuilding will take some time Andris