summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorrpj <rpj>1999-03-16 03:36:06 +0000
committerrpj <rpj>1999-03-16 03:36:06 +0000
commitc5573bf7ed426f069c951a15d726305c293d50b3 (patch)
tree638b44a280497285ce8e82cc1414fa4d02622a80 /README
parentf8af93c39f8deebc46aee1b25be9d5c40035d0d8 (diff)
Tue Mar 16 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* all: Add GNU LGPL and Copyright and Warranty.
Diffstat (limited to 'README')
-rw-r--r--README30
1 files changed, 18 insertions, 12 deletions
diff --git a/README b/README
index e83ca98..c0b7563 100644
--- a/README
+++ b/README
@@ -1,24 +1,30 @@
-This directory contains an implementation of pthreads for Win32.
+PTHREADS-WIN32
+==============
+
+Pthreads-win32 is free software, distributed under the GNU Library
+General Public License (LGPL). See the file 'COPYING.LIB' for terms
+and conditions.
Mailing list
------------
-There is a mailing list for discussing pthreads on Win32 which is
-managed by Majordomo. To subscribe, send mail to majordomo@air.net.au
-and place the fllowing text in the message body:
+There is a mailing list for discussing pthreads on Win32. To join, send
+enail to:
+
+ pthreads-win32-subscribe@sourceware.cygnus.com
+
- subscribe pthreads-win32
+Acknowledgements
+----------------
+Pthreads-win32 is based substantially on a Win32 Pthreads implementation
+contributed by John E. Bossom <jebossom@cognos.com>.
-Building the library with Cygwin or Mingw32
----------------------------------------------
-Feb 18, 1999
+See the 'MAINTAINERS' file for the list of contributors.
-If you have a suitable environment then you can run the configure script,
-otherwise you should edit "Makefile" and "config.h" as required.
-gcc cannot be used because the library requires C++ EH. g++ must be usedi
-(but see below).
+Why you cannot build the library with Cygwin or Mingw32
+-------------------------------------------------------
The DLL pthread.dll still cannot be built using g++ due to non thread-safe
exception handling in g++. Thanks to Kevin Ruland for researching this