This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++ failure on darwin
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: Andreas Tobler <toa at pop dot agri dot ch>, Richard Henderson <rth at redhat dot com>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 22 May 2002 15:23:29 +0200
- Subject: Re: libstdc++ failure on darwin
- References: <3CEB98F6.3070108@pop.agri.ch>
Andreas Tobler wrote:
> Hi,
> anyone seen this on another target as well? It passes on solaris-2.6 but
> fails on darwin.
> Is it related to?
> 2002-05-21 Richard Henderson <rth@redhat.com>
>
> * flow.c (life_analysis): Fix test for deleted label.
> I try to prepare the necessary files.
available.
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.
Andreas