ANN: gnustep-libobjc 1.6.0
Adam Fedor <[email protected]> Tue, 8 May 2007 13:17:46 -0600
| Newsgroups | gmane.comp.lib.gnustep.announce |
|---|---|
| Message-ID | <[email protected]> |
A new release (1.6.0) of gnustep-libobjc has been released This is a snapshot of the GCC libobjc library, which includes some patches that may not have made it into the gcc tree. Note: You do not need this library if you are using gcc 3 or greater, UNLESS you are on a Windows machine (Windows with gcc > 4 may not need this at al). 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 ------------------------------------------------------------------------ Changes: ------------------------------------------------------------------------ Version 1.6.0 ------------- Update to latest gcc changes. Fix makefiles for GNUstep make 2.0 release. Get it from ftp://ftp.gnustep.org/pub/gnustep/libs