Peter Kleiweg <[EMAIL PROTECTED]> writes:

> # aldus Peter Dalgaard :
> 
> > Peter Kleiweg <[EMAIL PROTECTED]> writes:
> >
> > > Should I submit this as a bug report?
> >
> > Maybe, but this is not happening on stock RedHat 8.0 and Debian
> > stable, so you need to be more specific about your setup. In
> > particular: Are you using nonstandard libraries or compiler options?
> 
> SuSE Linux 7.2 (i386)
> 
> gcc version 2.95.3 20010315 (SuSE)
> 
> I run configure without any compiler settings, and get:
> 
>   C compiler:                gcc -D__NO_MATH_INLINES -mieee-fp -g -O2
>   C++ compiler:              g++ -mieee-fp -g -O2
>   Fortran compiler:          f2c
                               ^^^

This could be the issue. Please try installing g77 and rebuild.

On a SuSE 8.0 box, I have access to, I see

  C compiler:                gcc -D__NO_MATH_INLINES -mieee-fp -g -O2
  C++ compiler:              g++ -mieee-fp -g -O2
  Fortran compiler:          g77 -mieee-fp -g -O2

and differences in IEEE handling details could well explain the
differences that you're seeing. Make check-all running now...

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - ([EMAIL PROTECTED])             FAX: (+45) 35327907

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Reply via email to