comp.lang.ada
 help / color / mirror / Atom feed
From: M E Leypold <development-2006-8ecbb5cc8a-REMOVETHIS@m-e-leypold.de>
Subject: Re: try to bluid gvd
Date: 09 Jun 2006 18:39:41 +0200
Date: 2006-06-09T18:39:41+02:00	[thread overview]
Message-ID: <bblks68er6.fsf@hod.lan.m-e-leypold.de> (raw)
In-Reply-To: 1149869682.687272.82750@u72g2000cwu.googlegroups.com


ferro.francesco@gmail.com writes:
> 
> $gmake
> [CODE]
> gmake CFLAGS="-g -O2" -C pixmaps
> gmake[1]: Entering directory `/usr/home/frantch/gvd-1.2.5/pixmaps'
> gmake[1]: Nothing to be done for `all'.
> gmake[1]: Leaving directory `/usr/home/frantch/gvd-1.2.5/pixmaps'
> gmake CFLAGS="-g -O2" -C gnat
> gmake[1]: Entering directory `/usr/home/frantch/gvd-1.2.5/gnat'
> gcc -c -gnatg -g -O2 g-expect.adb
> gcc: g-expect.adb: Ada compiler not installed on this system
> gmake[1]: *** [g-expect.o] Error 1
> gmake[1]: Leaving directory `/usr/home/frantch/gvd-1.2.5/gnat'
> gmake: *** [gnat] Error 2
> 
>  [/CODE]
> 
> hmm it say i havn't a ADa compiler on my systeme... but it strange i
> HAVE a ada compiler (gnatmake.. etc...) and it work for me.. but there
> no..
> 

Perhaps you have on of these systems where there is a "system c
compiler" which doesn't know Ada and the Gnat c compiler is called
gnatgcc?

Then you could try

   export CC=gnatgcc 
   ./configure ...
   gmake CC=gnatgcc CFLAGS="-g -O2" -C pixmaps

It might be that the 'CC=...' in the make commandline is not actually
needed.

Regards -- Markus





  reply	other threads:[~2006-06-09 16:39 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-09 16:14 try to bluid gvd ferro.francesco
2006-06-09 16:39 ` M E Leypold [this message]
2006-06-10 14:16   ` ferro.francesco
2006-06-09 21:46 ` Jeffrey Creem
2006-06-09 22:26   ` Ludovic Brenta
2006-06-09 22:27     ` Ludovic Brenta
2006-06-10 14:55       ` Jeffrey Creem
2006-06-10 16:22         ` Ludovic Brenta
2006-06-10 16:33           ` ferro.francesco
2006-06-10 17:04             ` ferro.francesco
2006-06-10 17:27               ` Ludovic Brenta
2006-06-10 18:43                 ` ferro.francesco
2006-06-10 19:41                   ` Ludovic Brenta
2006-06-10 20:03                     ` ferro.francesco
2006-06-10 20:50                       ` Ludovic Brenta
replies disabled

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