Ethereal

Re: [ethereal-dev] --with-libpcap option to configure, or --with-include fixed
Google
 
Web Ethereal.com

Home | Introduction | Documentation | Lists | FAQ | Development | Wiki | Bugs

Ethereal-dev: August 1999


On Fri, Jul 30, 1999 at 08:51:33AM -0500, Richard Sharpe wrote:
> 
> 
> Hi,
> 
> we need to either fix --with-include or add a --with-libpcap option to
> ethereal.

'configure' automatically supports the setting of the CPPFLAGS
environment variable to add to the CPPFLAGS used when building.

You can either:

export CPPFLAGS="-I /non/standard/location"
./configure


or

CPPFLAGS="-I /non/standard/location" ./configure

It's in the INSTALL.configure doco already.

I forgot about this until now. My solaris machine is set up with
my local headers in /local/include, so my bash profile sets up the
CPPFLAGS variable for me. 'configure' picks it up automatically.

--gilbert



Powered by MHonArc 2.6.10