[R] compiling R-0.64.0 on DEC osf4.0

Dr X Cai caix at isdux1.bham.ac.uk
Mon Apr 12 13:11:39 CEST 1999


Dear all,

Compiling R-0.64.0 on DEC osf4.0 has the following error message
(earlier version was OK).


cc -ieee_with_inexact -g -I../include -I../../src/include  -c pnf.c -o pnf.o
cc -ieee_with_inexact -g -I../include -I../../src/include  -c pnt.c -o pnt.o
cc: Error: pnt.c, line 83: In this statement, "1021" is not an lvalue, but occurs in a context that requires one.
    if (df > 4e5 || del*del > 2*M_LN2*(-DBL_MIN_EXP)) {
---------------------------------------^
gmake[2]: *** [pnt.o] Error 1
gmake[2]: Leaving directory `/home/ming/R-0.64.0/src/nmath'
gmake[1]: *** [R] Error 1
gmake[1]: Leaving directory `/home/ming/R-0.64.0/src'
gmake: *** [R] Error 1


When I changed this line into

    if (df > 4e5 || del*del > 2*M_LN2*(-1)*DBL_MIN_EXP) {

compiling passed, but I am not sure this is correct.  Help is
appreciated. 

Many thanks,

-- 

                                     Xiaoming Cai
                                     School of Geography
      .&______~*@*~______&.          University of Birmingham
    "w/%%%%%%%%%%%%%%%%%%%\w"        Edgbaston, Birmingham
      `Y""Y""Y"""""Y""Y""Y'          B15 2TT United Kingdom
   p-p_|__|__|_____|__|__|_q-q       Tel: 44 (121) 414-5533 (O)
_-[EEEEM==M==MM===MM==M==MEEEE]-_    Fax: 44 (121) 414-5528
                                     Email: x.cai at bham.ac.uk
 which will be directed to the alternative: caix at isdugp.bham.ac.uk
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list