git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/libobjc/trunk@16834 72102866-910b-0410-8b05-ffd578937521
main
fedor 23 years ago
parent 954a6a1022
commit 828893a338

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

Loading…
Cancel
Save