Message-ID: <38076945.2F6AE42C@Maths.UniNe.CH> Date: Fri, 15 Oct 1999 19:49:59 +0200 From: Gautier X-Mailer: Mozilla 4.51 (Macintosh; I; PPC) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: blur blur References: <38046D99 DOT EFC4C829 AT pd DOT jaring DOT my> <7u261p$kru$1 AT solomon DOT cs DOT rose-hulman DOT edu> <3804D994 DOT 588C79C4 AT maths DOT unine DOT ch> <3804F885 DOT 150988EB AT arcticmail DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: mac13-42.unine.ch Lines: 28 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com N J Chackowsky wrote: > All right, already. From where can one download Ada support for DJGPP, Do an ftp search with "ez2load" http://ftpsearch.lycos.com/cgi-bin/search?form=normal&query=ez2load > and can one still use RHIDE as the environment? The RHGDB debugger supports Ada. For the IDE it should work, although I do not use it. It seems to be project-based (or makefile-), and this approach is too heavy for me, as it is possible just to choose the procedure you want to build as main and let the auto-make (re)compile, bind and link everything, thanks to modularity. I have made a *small* editor (i.e. much more modest than the RHIDE project) that reproduces the source-based approach of Borland Pascal or Delphi. (F9 auto-make, Alt-F9 rebuild everything etc.) http://members.xoom.com/gdemont/edit.htm Other DJGPP-Ada links there... http://members.xoom.com/gdemont/gsoft.htm G.