From c5573bf7ed426f069c951a15d726305c293d50b3 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 16 Mar 1999 03:36:06 +0000 Subject: Tue Mar 16 1999 Ross Johnson * all: Add GNU LGPL and Copyright and Warranty. --- README | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'README') 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 . -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 -- cgit v1.2.3