This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs19990927
- To: James Black <black at eng dot usf dot edu>
- Subject: Re: egcs19990927
- From: Ovidiu Predescu <ovidiu at cup dot hp dot com>
- Date: Wed, 29 Sep 1999 10:37:55 -0700
- Cc: gcc at gcc dot gnu dot org
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.
Greetings,
Ovidiu