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: Testing glibc with non-default options


On Tue, 2016-03-01 at 01:47 -0500, Mike Frysinger wrote:

> i assume you meant `export CC=...` as $GCC is something else.

Yes, I did mean CC=.  For the record, I found my problem, it was a pilot
error.  The C++ compiler was not completely installed on the MIPS
machine I was using.  So any compilation with 'g++ -mabi=64' was failing
because the libstdc++.so library for the 64 bit ABI was not installed.

The C++ compilation failures did show up in config.log but the actual
configuration did not fail even though all the attempts to compile a C++
program by configure failed.  I guess that is because there is no actual
glibc code written in C++, only tests.

Steve Ellcey
sellcey@imgtec.com


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