Skip to content
Prev 5877 / 398506 Next

RH6,2 / make check / f2c

On Fri, 26 May 2000, Christian Posse wrote:

            
I think it is slightly unsafe: see below.
Probably.  Unfortunately few things in make check test that you get the
right answer, just that things ran.  A few do, hence the reports on
R-bugs of errors in example(eigen) on some machines.  The problem is that
there are so many machine-accuracy points that it is hard to write
tests that will pass on all reasonable installations and fail on all
problematic ones.  (We, especially Martin Maechler, do try.)

My worry is as follows. If you configure R with f2c, it uses f2c for all
the contributed/local packages.  We have seen examples of packages that
compiled and ran under f2c even though the source code was not valid
Fortran and did not do what its author intended when translated.