This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs19990927
- To: hjl at lucon dot org (H.J. Lu)
- Subject: Re: egcs19990927
- From: Ovidiu Predescu <ovidiu at cup dot hp dot com>
- Date: Wed, 29 Sep 1999 11:33:03 -0700
- Cc: black at eng dot usf dot edu (James Black), gcc at gcc dot gnu dot org
On Wed, 29 Sep 1999 10:52:59 -0700 (PDT), hjl@lucon.org (H.J. Lu) wrote:
> >
> > On Wed, 29 Sep 1999 13:27:00 -0400 (EDT), James Black <black@eng.usf.edu>
> > wrote:
> >
> > > Well, it compiled and here are the results of the tests, also is there
> > > any idea when the objective C tests should be working for me?
> >
> > The testsuite for Objective-C is currently broken if you compile GCC to support
> > threads. The driver doesn't pass the threads library to the linker so the
> > compilation fails. This is not an issue if you don't include support for
> > threads.
> >
>
> You can check out my libobjc patch in the egcs patch archive. It
> works for me and doesn't disable anything which is enabled before.
I already looked on it, looks good. I want to apply it and do the necessary
changes for the rest of the platforms. I'm now waiting for some spare time to
do it...
Thanks,
Ovidiu