This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Testing glibc with non-default options
- From: Steve Ellcey <sellcey at imgtec dot com>
- To: Mike Frysinger <vapier at gentoo dot org>
- Cc: Siddhesh Poyarekar <sid at reserved-bit dot com>, <libc-alpha at sourceware dot org>
- Date: Tue, 1 Mar 2016 10:26:44 -0800
- Subject: Re: Testing glibc with non-default options
- Authentication-results: sourceware.org; auth=none
- References: <9f898781-cbc2-41f9-8713-32e559e6f3af at BAMAIL02 dot ba dot imgtec dot org> <20160301064751 dot GL6588 at vapier dot lan>
- Reply-to: <sellcey at imgtec dot com>
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