On Wed, Oct 23, 2013 at 6:21 PM, Jan-Benedict Glaw <jbg...@lug-owl.de> wrote:
> Hi!
>
> When building on gcc111, I tried to use different compilers for my
> build robot. This machine has IBM's XL C compiler installed, but not
> the C++ compiler. So I used CC=xlC, g++ was auto-detected for CXX.
> This led to depmode=aix, but g++ was actually used later on for
> calculating dependencies, totally fucking up the build directory
> (since it's output was wrongly parsed using aix-style.)

Why do you say that the C++ compiler is not installed on gcc111? That
statement is incorrect.  The AIX XL C++ compiler is xlC, which you
mention.

Updating the dependencies to C++ makes sense.

- David

Reply via email to