Ethereal-dev: Re: [ethereal-dev] ethereal0.8.1 on HPUX 10.20

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Fri, 21 Jan 2000 00:43:45 -0800
> To configure ethereal I need the following CFLAGS:
> (I'm using the (optional) ANSI-C Compiler from HP)
> export CFLAGS="-Aa -Ae +O2"
> -Aa: ANSI C
> -Ae: Extensions to ANSI (needed for 'long long')
> +O2: Optimization

I've checked in changes to add those flags if the compiler isn't GCC and
if the platform on which the compile is being done is HP-UX.  The code
in "configure.in" leaves room to add other platform-dependent flags.