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: c++ source files in the build...


On 07/11/2016 11:25 PM, Andreas Schwab wrote:
DJ Delorie <dj@redhat.com> writes:

config.log:CXX=''

Looks like you C++ compiler is borken somehow.

g++ is currently required to run tests only. Some tests require static linking and thus libstdc++-static, and it was decided at the time to set CXX only if -static works for C++ programs.

If this is too confusing, we can probably revisit this decision. I think my original patch detected -static support separately and only disabled the affected tests.

Thanks,
Florian


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