Bootstrap build problem after V8 test-in-container patch".

DJ Delorie dj@redhat.com
Mon Sep 24 20:23:00 GMT 2018


Zack Weinberg <zackw@panix.com> writes:

> This sounds like a job for automake's "missing" script.

Heh, the problem happens when it's user-specified but *not* missing,
just the wrong one.  If you're building an arm-linux glibc, and have
CC=arm-linux-gcc but CXX=g++ you get a mismatch because g++ *does*
exist.

If you *don't* set CXX, then yeah, configure can set it to "missing".
But recall my thoughts on configure guessing better ;-)



More information about the Libc-alpha mailing list