Mail Archives: djgpp/1993/11/04/18:17:39
As Ken Carpenter pointed out, my instructions for compiling f2c were
incomplete. In f2c.h, you must modify the lines near the definition
of abs to read:
...
#ifndef __GO32__
#define abs(x) ((x) >= 0 ? (x) : -(x))
#endif
#define dabs(x) (doublereal)abs(x)
...
Jim
------------------- Optional Methods -----------------------
ATTN: Dr James A. Lupo COMM: (513) 255-6671, Ext 3160
WL/MPLJ Bldg 651 DSN: 785-6671, Ext 3160
3005 P St Ste 1 FAX: 5-1128
Wright-Patterson AFB OH 45433-7702 lupoja AT feynman DOT ml DOT wpafb DOT af DOT mil
(134.131.35.31)
- Raw text -