
This directory contains some classes that extend the basic behavior of
Foundation classes by adding some features. The current extensions are an
extended exception handling mechanism, a garbage collector, some classes
that allow you to easily create methods that accept printf-like arguments and
two classes for portable archiving and unarchiving Objective-C data.

The Foundation Extensions Library uses the GNUstep Makefile Package to
handle all of the complexities with compiling for different ObjC
runtimes and Foundation Libraries.

To compile this package you first run the configure script.  It will
check for some host settings and create a config.h file.

After you configured the library you can compile and install it.
