Unless there has been a binary incompatible change to the library since the last release (which there has not, as far as I know), you can just get the latest base library from SVN (see:
http://www.gnustep.org/resources/sources.html) or from the daily-snapshots and compile and install it:
A. Start the msys shell (Start -> Programs -> GNUstep - Shell)
unpack the snapshot and CD to the base library if necessary.
C. Type:
configure
make install
The new base library should overwrite the one that came with the bin files.
On Aug 23, 2009, at 9:09 PM, Guo Xu wrote:
Hi Richard
Should I compile GNUstep environment myself? Can you give me some references.