This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 ;-)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]