Ethereal

[ethereal-users] Re: [ethereal-dev] Adding autoconf options
Google
 
Web Ethereal.com

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

Ethereal-users: April 2000


On 12 Apr, Guy Harris wrote:
>> Use CPPFLAGS to handle include directories and LDFLAGS to handle
>> libraries.
> 
> "Use CPPFLAGS ... and LDFLAGS" in what sense?
> 
> Our configure script already sets those internally; I'm asking about the
> user interface (i.e., how does the user tell the configure scripts in
> which directories to add to CPPFLAGS and LDFLAGS), not the
> implementation (which would set CPPFLAGS and LDFLAGS to include those
> directories, as we currently already do for "/usr/include" and the
> directory specified by "--with-ucdsnmp=").
> 

CPPFLAGS="-I/opt/something/include" LDFLAGS="-L/opt/something/lib" ./configure


autoconf inherits the settings from the environment.

-- 
Doug Nazar
Dragon Computer Consultants Inc.
Tel: (416) 708-1578     Fax: (416) 708-8081



Powered by MHonArc 2.6.10