comp.lang.ada
 help / color / mirror / Atom feed
From: "Sune Falck" <nospam@nospam.com>
Subject: Prebuilt version of gcc 3.1 with Ada as an additional package for windows
Date: Mon, 20 May 2002 22:13:07 GMT
Date: 2002-05-20T22:13:07+00:00	[thread overview]
Message-ID: <TxeG8.8178$p56.2336358@newsb.telia.net> (raw)

The mingw project www.mingw.org has made available prebuilt
gcc 3.1 core, gcc 3.1 Ada, binutils and other support files at

http://sourceforge.net/project/showfiles.php?group_id=2435

Sune Falck

PS A simple test showed that gcc Ada had problems finding the
system files - maybe because I had installed in a nonstandard
location.

Defining ADA_INCLUDE_PATH and ADA_OBJECTS_PATH pointing
to the library files solked the problem and a simple hello world
program compiled and run without any problems.

C:\data\msys>set
ADA_INCLUDE_PATH=c:\data\msys\lib\gcc-lib\mingw32\3.1\adainclude
C:\data\msys>set
ADA_OBJECTS_PATH=c:\data\msys\lib\gcc-lib\mingw32\3.1\adalib
C:\data\msys>PATH c:\data\msys\bin;%path%
C:\data\msys>gnatmake -v -f atest

GNATMAKE 3.1 (20020501) Copyright 1995-2001 Free Software Foundation, Inc.
gcc -c atest.adb
End of compilation
gnatbind -x atest.ali
gnatlink atest.ali

C:\data\msys>atest
Hello from Ada






             reply	other threads:[~2002-05-20 22:13 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-20 22:13 Sune Falck [this message]
2002-05-21 13:57 ` Prebuilt version of gcc 3.1 with Ada as an additional package for windows Ted Dennison
2002-05-21 14:09 ` Ted Dennison
2002-05-21 15:05 ` John R. Strohm
2002-05-21 14:12   ` Stephen Leake
2002-05-21 14:35     ` Jean-Pierre Rosen
2002-05-21 17:35       ` chris.danx
2002-05-22  2:29       ` Steve Doiel
2002-05-22  7:23         ` Pascal Obry
2002-05-22 12:11           ` John English
2002-05-22 14:17             ` martin.m.dowie
2002-05-23  5:35       ` John R. Strohm
2002-05-23 10:42         ` John R. Strohm
2002-05-23 19:04           ` John R. Strohm
2002-05-21 14:31   ` Michal Nowak
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox