This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Fail during bootstrap on the --g -O2 pch
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: Ed Smith-Rowland <3dw4rd at verizon dot net>, libstdc++ at gcc dot gnu dot org
- Date: Thu, 23 Nov 2006 18:23:23 +0100
- Subject: Re: Fail during bootstrap on the --g -O2 pch
- References: <4565D18F.4070604@verizon.net> <4565D693.9000609@suse.de>
Paolo Carlini wrote:
BTW, this is MacOSX 10.3.9.
Not totally unexpected given the triple powerpc-apple-darwin7.9.0 ;)
Seriously, as regards _GLIBCXX_USE_C99_MATH_TR1 I'm only sure it's
defined on OSX 10.4.x (aka "Tiger", I think), no idea about 10.3.x.
Therefore, I would definitely double check that first. Eventually, we
want to wrap everything with it anyway.
Paolo.