[gvd-devel] Problems compiling GVD on Linux

Emmanuel Briot briot@gnat.com
Tue, 16 Jan 2001 14:43:06 +0100 (CET)


 > I'm trying to compile GVD 1.0.2 on a Linux Debian 2.3 system. The
 > compiler is Gnat: 3.13p-2 and libgtkada is version 1.2.10.
 > 
 > On Linux systems gcc =/= gnatgcc so what happens is that if one compiles
 > GVD with running ./configure;make one get the below error messages.
 > 
 > So one have to alter the Makefile in the gnat directory of the GVD
 > source and change gcc to gnatgcc. Is there a way to tell this to the
 > configure script ? I cannot find a option for it when I run 
 > ./configure --help
 > 
 > Other than that it looks to compile nicely and work.
 > 
 > Thanks in advance.


Indeed, the Makefile should have a way to specify the compiler to use (or in
fact we could use "gnatmake -c" directly.
Note that GNAT.Expect is now integrated into the main GNAT technology, so we
won't really need a makefile there anymore in the near future

Emmanuel