comp.lang.ada
 help / color / mirror / Atom feed
* GNAT in GCC 3.1
@ 2002-07-22  2:37 Alexy Khrabrov
  2002-07-22  8:07 ` Adrian Knoth
  2002-07-30  6:41 ` Karel Miklav
  0 siblings, 2 replies; 3+ messages in thread
From: Alexy Khrabrov @ 2002-07-22  2:37 UTC (permalink / raw)


GCC release 3.1 includes GNAT in its standard tarball.  After doing
./configure; make bootstrap; make install, you get gnatbind in
.../bin/ and gnat1 in .../gcc-lib/..., but compiling a sample program
croaks:

$ gcc -c hello.adb
fatal error, run-time library not installed correctly
cannot locate file system.ads
compilation abandoned

There is gcc/ada/ in the build directory, but no clear traces of it in
gcc-lib.

Is there some additional configuration one has to do to use gnat from
the standard gcc 3.1 release?

Cheers,
Alexy



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

* Re: GNAT in GCC 3.1
  2002-07-22  2:37 GNAT in GCC 3.1 Alexy Khrabrov
@ 2002-07-22  8:07 ` Adrian Knoth
  2002-07-30  6:41 ` Karel Miklav
  1 sibling, 0 replies; 3+ messages in thread
From: Adrian Knoth @ 2002-07-22  8:07 UTC (permalink / raw)


Alexy Khrabrov <braver@pobox.com> wrote:

> GCC release 3.1 includes GNAT in its standard tarball.  After doing
> ./configure; make bootstrap; make install, 

configure ARGS && make && cd gcc && make gnatlib_and_tools && \
cd .. && make install

 :) SCNR

Mentioned in the docu.


-- 
mail: adi@thur.de  	http://adi.thur.de	PGP: v2-key via keyserver

Sein oder Design



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

* Re: GNAT in GCC 3.1
  2002-07-22  2:37 GNAT in GCC 3.1 Alexy Khrabrov
  2002-07-22  8:07 ` Adrian Knoth
@ 2002-07-30  6:41 ` Karel Miklav
  1 sibling, 0 replies; 3+ messages in thread
From: Karel Miklav @ 2002-07-30  6:41 UTC (permalink / raw)


It works for me after running the batch below.

Regards,
Karel Miklav

--------

set C_INCLUDE_PATH=C:\MinGW\include;
set
CPLUS_INCLUDE_PATH=C:\MinGW\include\g++-v3;C:\MinGW\include\g++-v3\mingw32;C
:\MinGW\lib\gcc-lib\mingw32\3.1\include;C:\MinGW\include
set LIBRARY_PATH=C:\MinGW\lib\gcc-lib\mingw32\3.1;C:\MinGW\lib
set GCC_EXEC_PREFIX=C:\MinGW\lib\gcc-lib\

set ADA_INCLUDE_PATH=C:\MinGW\lib\gcc-lib\mingw32\3.1\adainclude
set ADA_OBJECTS_PATH=C:\MinGW\lib\gcc-lib\mingw32\3.1\adalib

PATH C:\MinGW\bin;C:\MinGW\lib\gcc-lib\mingw32\3.1;%path%







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

end of thread, other threads:[~2002-07-30  6:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-22  2:37 GNAT in GCC 3.1 Alexy Khrabrov
2002-07-22  8:07 ` Adrian Knoth
2002-07-30  6:41 ` Karel Miklav

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