This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bug in--enable-threads=win32



  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]