[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Respect CPPFLAGS in Perl bindings

From: Robert Spier <rspier_at_pobox.com>
Date: 2007-10-22 07:29:08 CEST

> Why is this necessary? For C++ compilers used against the native code in
> the Perl bindings? (If that's necessary, I'm in favor of this patch.)

CPP in this context is "C pre-processor" not C++. In theory, CPPFLAGS
is where you specify -I and -D flags.

CCFLAGS is generaly for the C compiler.
CXXFLAGS is generally for a C++ compiler.

-R

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 22 07:29:24 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.