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 Date: Tue, 24 Sep 2002 20:13:38 -0400 From: "Jason B. Alonso" To: cygwin AT cygwin DOT com Subject: Re: ada binary for cygwin Message-ID: <20020925001338.GC6048@JACOBIAN.MIT.EDU> Mail-Followup-To: "Jason B. Alonso" , cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Hello, With your permission, I can post the binaries to a not-so limited location, say... http://web.mit.edu/~jalonso/gnat.html Shall I do this? Does anyone have a better idea? Jason p.s. If you can only do one of these downloads per day... I got it. On Wed, Sep 25, 2002 at 10:01:03AM +1000, Billinghurst, David (CRTS) wrote: > 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/ -- 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/