Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com content-class: urn:content-classes:message Subject: ada binary for cygwin MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Wed, 25 Sep 2002 10:01:03 +1000 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Billinghurst, David (CRTS)" To: X-OriginalArrivalTime: 25 Sep 2002 00:04:41.0894 (UTC) FILETIME=[25B55C60:01C26427] Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g8P03UO12796 I have build an ada compiler on cygwin using cygwin branch of gcc-3.2. The original bootstrap was done a few months ago using a native PC version of GNAT. I forget the details but they were posted to the list back then. I have no real interest in ada, but do use it for testing gcc. The only real use for it is to use it as a bootstrap compiler for your own build of gnat. Just untar it anywhere, pop it in your path and away you go. If you REALLY want it, I have uploaded it to http://www.geocities.com/billingd2002/gnat/ Please don't download it unless you want it, as geocities only allow about one download a day. The site goes down for a while when the download the download limit is exceeded. I will leave it up for a few days, then blow it away. Built using the following, from cygwin branch of gcc-3.2 CVS on pentium3. I have had some problems trying the same on my pentium4 desktop. #!/bin/sh export PATH=/usr/local/gcc-3_2/bin:/usr/bin /usr/local/src/gcc-3.2c/configure \ --prefix=/usr/local/gcc-3_2 \ --enable-threads=posix \ --enable-languages=ada \ --disable-sjlj-exceptions \ --enable-nls \ --without-included-gettext \ --disable-shared > configure.log 2>&1 make bootstrap-lean > build.log 2>&1 || exit (cd gcc; make gnatlib_and_tools >> ../build.log 2>&1 ) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/