Subject: ada compiler on 3.0_BETA/i386
To: None <current-users@netbsd.org>
From: Thierry Lacoste <th.lacoste@wanadoo.fr>
List: current-users
Date: 11/12/2005 15:13:03
I'd like to build lang/gcc34-ada on NetBSD 3.0_BETA/i386.
I downloaded http://www.johnrshannon.com/NetBSD/ix86/gcc34-bootstrap.tar.gz
and extracted it in /usr/pkg, then
$ cd /usr/pkgsrc/lang/gcc34-ada
$ ALT_GCC=/usr/pkg/gcc34-bootstrap/bin/gcc make install
/usr/pkg/gcc34-bootstrap/bin/gcc: Undefined PLT symbol "__stat30" (symnum = 
43)
make: "/usr/pkgsrc/lang/gcc34-ada/Makefile" line 70: warning: 
"/usr/pkg/gcc34-bootstrap/bin/gcc --print-file-name=adalib" returned non-zero 
status
===> /usr/pkg/gcc34-bootstrap/bin/gcc does not appear to be an Ada compiler

I also tried http://www.johnrshannon.com/NetBSD/ix86/gcc34-ada-3.4.4.tgz
but when I compile an Ada program I get
gnatmake: Undefined PLT symbol "__stat30" (symnum = 40)

Did I miss something?

Regards,
Thierry.