Subject: Re: Ada compiler
To: Thierry Lacoste <th.lacoste@wanadoo.fr>
From: Berndt Josef Wulf <wulf@ping.net.au>
List: netbsd-help
Date: 07/19/2004 23:11:50
On Mon, 19 Jul 2004 22:03, Thierry Lacoste wrote:
> I moved from 1.6 to current partly because the Ada compiler
> needs native pthreads support.
> I went in /usr/pkgsrc/lang/gcc34 and edited the Makefile in order
> to have Ada support.
> Also, I followed the instructions in the README and downloaded
> a pre-built version of gcc 3.4.0 Ada (needed for bootstrapping).
> After several hours, make ends up with an error due the missing
> target gnatlib_and_tools.
> 
> Did somebody succeed in installing an Ada compiler under NetBSD?
> How?
> 
> Regards,
> Thierry Lacoste.
> 

I can confirm ada working on NetBSD-2.0G see below:

husky: {63} /usr/pkg/gcc3.4/bin/gcc -v
Reading specs from /usr/pkg/gcc3.4/lib/gcc/i386--netbsdelf2.0/3.4.0/specs
Configured with: /usr/obj/pkg/wip/gcc-3.4-ada/work/gcc-3.4-20040107/configure 
--enable-languages=c,ada --prefix=/usr/pkg/gcc3.4 --host=i386--netbsdelf2.0
Thread model: posix
gcc version 3.4.0 20040107 (experimental)

I've built it using the whip package - havent tried gcc34-ada using the 
current pkgsrc tree. What exactly appears to be your problem?

cheerio Berndt