diff options
author | rpj <rpj> | 1999-01-22 22:38:56 +0000 |
---|---|---|
committer | rpj <rpj> | 1999-01-22 22:38:56 +0000 |
commit | fe5a7b03bd18ce38799cbe5626159b44ff1a413c (patch) | |
tree | 70176dcc9cf53c93757f018da94661555eefe5b7 | |
parent | 1f803d2545ae17d35ad40f3f2969b2af7a6382b2 (diff) |
Sat Jan 23 17:36:40 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* README: Updated.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README | 17 |
2 files changed, 13 insertions, 8 deletions
@@ -1,3 +1,7 @@ +Sat Jan 23 17:36:40 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au> + + * README: Updated. + Wed Jan 20 09:31:28 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au> * pthread.h (pthread_mutexattr_t): Changed to a pointer. @@ -13,16 +13,17 @@ and place the fllowing text in the message body: Building the library with Cygwin32 or Mingw32 --------------------------------------------- -Jan 9, 1999 +Jan 23, 1999 -The package cannot yet be built using cygwin32 or mingw32 because -the win32 compatibility stub libraries that come with those tools generate -their stub library function calls from the Win95 dll set -which don't include the _beginthreadx or _endthreadx functions used in this -package. +The package cannot be built using cygwin32 or mingw32 yet. +I'm working on this now. Initially it will be made to compile using g++ +because the implementation uses exception handling for cancellation +to work. The library is C callable though so if you need to write +applications in C you'll have to grab the pre-built DLL. -The complete zipped (should be pkunzip compatible) source code and -a precompiled DLL and matching pthread.h can be found at: + +The complete source code in tar format and a precompiled DLL and +matching pthread.h can be found at: ftp://sourceware.cygnus.com/pub/pthreads-win32 Home page: |