Editor: To compile f2c on Linux or Unix systems, copy makefile.u to makefile,edit makefile if necessary (see the comments in it and below) andtype "make" (or maybe "nmake", depending on your system).
To compile f2c.exe on MS Windows systems with Microsoft Visual C++,
With other PC compilers, you may need to compile xsum.c with -DMSDOS(i.e., with MSDOS #defined).
If your compiler does not understand ANSI/ISO C syntax (i.e., ifyou have a K&R C compiler), compile with -DKR_headers .
On non-Unix systems where files have separate binary and text modes,you may need to "make xsumr.out" rather than "make xsum.out".