[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: gnustep-objc 1.3.0
From: |
Adam Fedor |
Subject: |
ANN: gnustep-objc 1.3.0 |
Date: |
Mon, 26 May 2003 20:08:24 -0600 |
User-agent: |
Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.1) Gecko/20020905 |
NOTE: Do not use this library if you have gcc 3.x
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.
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
will compile as a shared library by default (on systems that support this),
and install in the GNUstep directory structure. After doing this, recompile
GNUstep - which will automatically use the new library rather than the
default one installed with gcc.
Note this library is only meant to be used with GNUstep, since it is missing
the NXConstStr class (which GNUstep provides).
To compile this library, don't run the configure script. First edit the
GNUmakefile to set the type of threading you want, then type
make
make install
------------------------------------------------------------------------
Changes:
------------------------------------------------------------------------
Version 1.3.0
-------------
New conditioned threads for win32. Other win32 fixes.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ANN: gnustep-objc 1.3.0,
Adam Fedor <=