X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: gautier_niouzes AT hotmail DOT com (Gautier) Newsgroups: comp.os.msdos.djgpp Subject: Re: Integrating EZ2LOAD Ada with newer version of DJGPP Date: 6 Dec 2001 15:55:01 -0800 Organization: http://groups.google.com/ Lines: 43 Message-ID: <17cd177c.0112061555.1e1d75e0@posting.google.com> References: <9ukudl$90227$4 AT ID-49635 DOT news DOT dfncis DOT de> NNTP-Posting-Host: 217.162.132.19 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1007682901 21915 127.0.0.1 (6 Dec 2001 23:55:01 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 6 Dec 2001 23:55:01 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thomas Mueller: > I've downloaded DJGPP 2.03 and EZ2LOAD Ada 95 for DOS. I see EZ2LOAD comes with > a minimal DJGPP 2.01. Is there any way I can combine EZ2LOAD with the newer, > full DJGPP 2.03? Can I simply install EZ2LOAD first, and then overwrite as > DJGPP 2.03 is unzipped? I don't want to install DJGPP 2.03 first and then > overwrite with an older version. Or do I have to install both in separate > directories? GNAT - up to 3.13 - functions on a patched gcc, so without the patched DJGPP, no way. > I unzipped faq230b.zip and browsed djgppfaq.htm but couldn't find any reference > to Ada. But I noticed in DJ Delorie's Mini-FAQ for DJGPP, > > What is DJGPP? DJGPP is a 32-bit C/C++/Ada95 development environment > -------------- for the MS-DOS environment, based on the GNU tools. > > so there is an awareness of Ada95. Latest Ada95 for DOS I could find was > EZ2LOAD from 1998. Any updates planned? Yep - see the site here: http://www.mysunrise.ch/users/gdm/gnatdos.htm There are binaries for GNAT 3.12p and GNAT 3.13p. But if you don't need the latest GNAT gadgets (xref for gnathtml in .ali files etc.) the EZ2LOAD (GNAT 3.10p) version is already quite interesting. E.g. you already have the cross-unit inlinings (-gnatp) as well the usual gcc optimizations. So, I recommend to use EZ2LOAD, using separate directories. The batch-file made by install (gnat310.bat) allows to start a GNAT session easily. The co-existence of the Windows and DOS GNATs is also possible, by not mixing things. Some resources for Ada, Ada & GNAT, Ada & GNAT & DOS there: http://www.mysunrise.ch/users/gdm/gsoft.htm An extensive project using EZ2LOAD: http://www.mysunrise.ch/users/gdm/e3d.htm Links to GNATLIST mailing list here http://www.mysunrise.ch/users/gdm/gnatlist.htm HTH Gautier