[Rd] make check reg-tests-3
Peter Dalgaard
p.dalgaard at biostat.ku.dk
Sun Nov 23 20:43:36 MET 2003
Peter Kleiweg <kleiweg at let.rug.nl> writes:
> # aldus Peter Dalgaard :
>
> > Peter Kleiweg <kleiweg at let.rug.nl> 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
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907
More information about the R-devel
mailing list