autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nonstandard library directories


From: Bob Proulx
Subject: Re: nonstandard library directories
Date: Wed, 5 Jul 2006 02:28:59 -0600
User-agent: Mutt/1.5.9i

Harlan Stenn wrote:
> >   ./configure CFLAGS="-I/sw/include" LDFLAGS="-L/sw/lib -lintl" 
> > CXXFLAGS="-I/sw/include"
> 
> If it's a -I, it should be in CPPFLAGS and not CFLAGS.

Yes.  Thanks for the correction.

  ./configure CPPFLAGS="-I/sw/include" LDFLAGS="-L/sw/lib -lintl"

Bob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]