This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: howto compile gnat included in gcc-3.1?
- From: Marc Espie <espie at quatramaran dot ens dot fr>
- To: Nils dot Radtke at Think-Future dot de
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 10 Jun 2002 15:08:56 +0200
- Subject: Re: howto compile gnat included in gcc-3.1?
- Organization: Ecole Normale Superieure (quatramaran)
In article <20020610124142.GA25757@snoopy.i-think-future.de> you write:
>
> Hi all,
>
> havin' trouble compiling the ada-compiler gnat/gnatmake shipped with
>gcc-3.1.
>
>A running, fully functionable gnatmake is installed as described by the
>INSTALL/build.html that is needed to build the ada-comp.
Of course, you don't bother to tell us WHAT OS WHAT ARCH you're playing with.
I guess that's another case of all the planet is running intel-linux, right ?
>Used this configure-line:
>
>ADAC=/usr/local/gnat/bin/gcc ../gcc-3.1/configure --prefix=/usr/local/g=
>cc-3.1 --enable-shared --enable-languages=ada,c,c++,f77,java,objc --enabl=
>e-threads=3Dposix
and where, oh, where is the fragment of the configure log that deals with
ada ? Look at it (I assume you've been running your compile under script(1)
or some equivalent. If not, try again, you just lost some newbie points.)
At a guess, it will say it did not find an ada compiler, or gnatbind...
This is where you must look...