This package is:
 -    How to build a DLL jumptable version of libf2c.a

It is based on:
 -    Eric Youngdale's package of tools for building DLL libraries.

It contains:
 -    Modified sources of the f2c library. Modifications are in the main.c
      routine. Version 0.8 of the lib is based on the 22Oct'93 f2c sources.
 -    a few scripts that can help rebuilding the library.
 -    a heavily changed f77 script, which I use like this on my own system.

It was designed by:
 -    Rob Hooft (hooft@EMBL-Heidelberg.DE)

With help of:
 -    David Engel (david@ods.com), the original author of the JumpTables.
 -    H.J. Lu (hlu@eecs.wsu.edu), the maintainer of our GCC and libc.
 -    the DLL tools 2.2 package by Eric Youngdale.

To build the lib (you don't need to if you trust me):
 -    you probably need f2c.h someplace.
 -    you need an installed 'tools' package.
 -    Type './make.clean' (if needed).
 -    Type './make.shared' to make the shared lib.
 -    Type './make.clean' (you must!).
 -    Type './make.static' to make the static lib.

To install the lib:
 -    copy libf2c.sa to /usr/lib
 -    copy libf2c.so.0.8 to /lib
 -    ln -s /lib/libf2c.so.0.8 /lib/libf2c.so.0
 -    copy libf2c.a to /usr/lib

Warning:
 -   You'll need a DLL libc.so.4.4.4 or newer to make use of this f2c library.
