From 828893a33844faab0479d1a46dfad5c819473a4f Mon Sep 17 00:00:00 2001 From: fedor Date: Thu, 29 May 2003 14:33:28 +0000 Subject: [PATCH] Update git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/libobjc/trunk@16834 72102866-910b-0410-8b05-ffd578937521 --- README.GNUstep | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.GNUstep b/README.GNUstep index 26b964a..2fc14d7 100644 --- a/README.GNUstep +++ b/README.GNUstep @@ -3,6 +3,10 @@ This is a snapshot of the GCC libobjc library, which includes a patch that fixes dallocation of posix threads, ffi library support and other things that are not in the gcc 2.95.2 release. +Note: You do not need this library if you are using gcc 3, which incorporates +all the changes here, UNLESS you are on a Windows machine. The libobjc from +gcc 3 still does not work with Windows. + In addition, a GNUmakefile file has been added so this library can be compiled stand-alone (i.e. without the rest of the gcc sources). However, you must have the gstep-make package installed first to do this. The library @@ -20,14 +24,13 @@ GNUmakefile to set the type of threading you want, then type make make install -On MingW and Cygwin systems you need to explicitly add 'shared=yes' to make -(if you want DLLs, that is, otherwise use shared=no): - -make shared=yes - ------------------------------------------------------------------------ Changes: ------------------------------------------------------------------------ +Version 1.3.0 +------------- +Add conditional threads on win32. Other win32 fixes. + Version 1.2.0 ------------- Updated for changes in newer gnustep-make.