Subject: Re: long long vs. -ansi...
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: Ted Lemon <mellon@hoffman.vix.com>
List: current-users
Date: 04/08/1997 00:07:41
> Compiler is the stock version in the tree:
> 
> basalt (thorpej) ~ 101% gcc -v
> gcc version 2.7.2
> basalt (thorpej) ~ 102% head -1 /usr/include/m68k/types.h
> /*      $NetBSD: types.h,v 1.9 1995/07/06 03:39:38 cgd Exp $    */

This is very weird.   I'm also getting an error building pppstats
because it asks for -Wmissing-prototypes, and sys/signal.h includes
two function definitions with no prototypes.   I also have gcc 2.7.2.
Is it possible that you're providing a top-level override when you
build that's killing the requests lower-level makefiles are making for
extra warnings?

			       _MelloN_