[plug] overriding default c++ compiler
Trent Lloyd
trent at ucc.gu.uwa.edu.au
Sat Oct 26 09:28:21 WST 2002
On Fri, Oct 25, 2002 at 09:58:09PM +0800, Craig Ringer wrote:
> Hi all
>
> I've been bashing my head against a wall here with no success - how do I
> override the default C++ compiler that make, configure etc will use? I
> seem to remember that there's an environment variable for it much like
you want
export CXX=g++
or whatever compiler, most C++ things seem to uce 'CXX'
such as 'CXXFLAGS' another environment variable
-- Trent [Lathiat]
More information about the plug
mailing list