This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bug in--enable-threads=win32
- To: "Antonio M. O. Neto" <anmendes at cruzeironet dot com dot br>
- Subject: Re: Bug in--enable-threads=win32
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Mon, 20 Jul 1998 23:13:46 -0600
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <000701bdb439$e5b93e20$ac6df6c8@anmendes.cruzeironet.com.br>you write:
> Hello,
>
> After executing the make, the system it didn't locate the file "
> gthr-win32.h ", seeking in the directory of the code source (egcs-19980715)
> ,
> I detected that the file doesn't exist.
> Already the file " thr-win32.c " exists.
> I also noticed that 9 files " gcc/objc/thr exists - *.c " and just 5 "
> gcc/gthr - *.h "
>
> Where can get a copy of the file " gthr-win32.h "?
The files gthr-*.h and objc/thr*.c serve different purposes. The former
is used by the exception handling code, the latter by the objc threads
support.
The reason gthr-win32.h does not exist is because nobody has written
thread support for that target needed by the exception handling code.
jeff