comp.lang.ada
 help / color / mirror / Atom feed
* Prebuilt version of gcc 3.1 with Ada as an additional package for windows
@ 2002-05-20 22:13 Sune Falck
  2002-05-21 13:57 ` Ted Dennison
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Sune Falck @ 2002-05-20 22:13 UTC (permalink / 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






^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2002-05-23 19:04 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-20 22:13 Prebuilt version of gcc 3.1 with Ada as an additional package for windows Sune Falck
2002-05-21 13:57 ` 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

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