|
|
|
|
@ -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.
|
|
|
|
|
|