[distcc] Re: distcc and g++

Ben Elliston bje at wasabisystems.com
Tue Apr 15 12:08:49 GMT 2003


Martin Pool <mbp at sourcefrog.net> writes:

> Thankyou for the pointer and explanation.  I hadn't realized that
> invocation as g++ implied -lstdc++ -- the manual doesn't mention
> that.  I suppose I ought to test compilation through g++.

It does more than that.  Compare "gcc -v foo.cc" with "g++ -v foo.cc".
Compiling C++ with g++ is essential.

Ben



More information about the distcc mailing list