Pristine Ack-5.5
[Ack-5.5.git] / lang / fortran / lib / libF77 / README
1 If your system lacks onexit() and you are not using an ANSI C
2 compiler, then you should compile main.c with NO_ONEXIT defined.
3 See the comments about onexit in the makefile.
4
5 If your system has a double drem() function such that drem(a,b)
6 is the IEEE remainder function (with double a, b), then you may
7 wish to compile r_mod.c and d_mod.c with IEEE_drem defined.
8
9 To check for transmission errors, issue the command
10         make check
11 This assumes you have the xsum program whose source, xsum.c,
12 is distributed as part of "all from f2c/src".  If you do not
13 have xsum, you can obtain xsum.c by sending the following E-mail
14 message to netlib@research.att.com
15         send xsum.c from f2c/src
16
17 The makefile assumes you have installed f2c.h in a standard
18 place (and does not cause recompilation when f2c.h is changed);
19 f2c.h comes with "all from f2c" (the source for f2c) and is
20 available separately ("f2c.h from f2c").