[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] (no subject)
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] (no subject) |
Date: |
03 Oct 2005 11:28:42 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
Gaius Mulley <address@hidden> writes:
> Michael H Lambert <address@hidden> writes:
>
> > Gaius,
> >
> > After installing "Xcode Legacy Tools" (to get c++filt3) and making a c
> > ++filt symlink, I see
> >
> > === gm2 Summary ===
> >
> > # of expected passes 2439
> > # of unexpected failures 9
> > # of unresolved testcases 3
> >
> > I'll try to extract the errors from testsuite/gm2.log.
> >
> > A couple of notes:
> >
> > I still find it's necessary to remove $(LIBS) from the cc1gm2
> > dependencies.
>
> Hi Michael,
>
> thanks for this, I'll try it. Incidentally why do you remove $(LIBS)?
Hi Michael,
ok, I see why now.. as libs sometimes resolves to -lname.a
rather than "../libfoobar.a"
Gaius