Skip to content
Prev 75366 / 398502 Next

repeated - R package - Now rmutil Compilation Errors

On Thu, 11 Aug 2005 rab45+ at pitt.edu wrote:

            
Please note that you are using gfortran rather than g77 - they are not the
same, and very possibly differ in how they react to code. The 1e301
constants do overflow the maximum real value (of the order of 3e+38), but
1d301 is less than the maximum double value of the order of 1.7e+308. So
the variable declarations in the code do not seem to match the constants
being used, which probably ought to have been written as "d" rather than
"e" anyway. It doesn't look as though you'll be able to compile this code
with your chosen compiler, could you rather try g77? There seems to be
useful advice on the Fedora lists.