Subject: Re: Status of NetBSD-current vax
To: Matthias Scheler <tron@NetBSD.org>
From: Michael L. Hitch <mhitch@NetBSD.org>
List: port-vax
Date: 04/04/2005 20:17:30
On Mon, 4 Apr 2005, Matthias Scheler wrote:

> cross building NetBSD-current vax on a NetBSD 2.0.2 system fails like this:
>
> #   compile  identd/identd.o
> /scratch/tron/toolsdir/bin/vax--netbsdelf-gcc -O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional -Wno-uninitialized -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -std=c99  -Werror   -I/src/NetBSD-current/src/sys/dist/ipf -DWITH_IPF -DWITH_PF  -nostdinc -isystem /scratch/tron/destdir/usr/include  -c    /src/NetBSD-current/src/libexec/identd/identd.c
> cc1: unknown C standard `c99'
>
> *** Failed target:  identd.o
>
> Is this a known issue?

  I'm not sure if it's a "known" issue, but it appears to be due to WARNS
being set to 4 in the Makefile, which adds the -std=c99 option - which I
would presume is not supported by GCC 2.95 used on the vax.

--
Michael L. Hitch			mhitch@NetBSD.org