This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++ failure on darwin
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: toa at pop dot agri dot ch
- Date: Wed, 22 May 2002 10:26:07 -0500 (CDT)
- Subject: Re: libstdc++ failure on darwin
- Organization: Networks and Infrastructure Lab (IL02/2240), Motorola Labs
- References: <3CEB98F6.3070108@pop.agri.ch>
In article <3CEB9BD1.9000709@pop.agri.ch> Andreas Tobler wrote:
> The funny thing is, if I step down to the libstdc++-v3 (objdir)
> directory and type make, the compilation succeeds. It fails only when I
> do it from the top build dir.
FYI, not funny. -O0 is used when make is run in libstdc++-v3. -O2 is
used when built as part of bootstrap process. This feature is suppose
to aid debugging.
Regards,
Loren