On Fri, 19 Apr 2002, Andreas Schwab wrote: > "Dr. David Kirkby" <[EMAIL PROTECTED]> writes: > > |> I've got a test is a configure.in which sets CPPFLAGS to what I want, by calling > |> an external programme wx-config. > |> > |> CPPFLAGS=$CPPFLAGS `wx-config --cflags` > > You should use CXXFLAGS for C++.
CXXFLAGS and CFLAGS are respectively compiler-specific flags, while CPPFLAGS applies to the preprocessor (for most uses that could be applied to either). -- T.E.Dickey <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net
