ANN: gnustep-objc 1.3.0
Adam Fedor <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.announce |
|---|---|
| Message-ID | <[email protected]> |
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.