Displaying 1 result from an estimated 1 matches for "errwt".
Did you mean:
errpt
1998 Feb 03
0
fortran Makefile
...39;usual'
installation fails as your Rdse/dse/src/Makefile uses implicit rules quite a
bit. It calls g77 first as the compiler. However, each of g77 5.0.19, 5.0.20
and 5.0.21 failed on dsefor.f, mostly with errors of the following type:
dsefor.f:283:
SUBROUTINE KFP(EY, HPERR, PREDERR, ERRWT,
1
dsefor.f:1695: (continued):
CALL KFP(F2, HPERR,PREDERR, ERRWT,
2
Argument #18 (named `r') of `kfp' is one type at (2) but is some other type at
(1) [info -f
g77 M GLOBALS]
However, it works fine with a manual
fort...