[R] Compiling error

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Mon Jun 19 16:45:57 CEST 2000


Winfried Theis <theis at statistik.uni-dortmund.de> writes:

> This message is in MIME format
> --_=XFMail.1.4.0.Linux:000619164605:246=_
> Content-Type: text/plain; charset=us-ascii
> 
> Dear R-Users,
> 
> I just tried to compile R 1.1.0 on SuSE-Linux 6.3 (K6-II 366,64MB) but after
> configuring without any problems I got the following error:
> 
> gcc -I. -I../../src/include -I../../src/include -I../../src/include/R_ext
> -I/usr/local/include -DHAVE_CONFIG_H -mieee-fp -D__NO_MATH_INLINES  -O2 -c
> pnorm.c -o pnorm.o
> pnorm.c: In function `Rf_pnorm5':
> pnorm.c:62: `ML_ERR_return_NAN' undeclared (first use in this function)
> pnorm.c:62: (Each undeclared identifier is reported only once
> pnorm.c:62: for each function it appears in.)
> pnorm.c:66: `ML_NAN' undeclared (first use in this function)
> pnorm.c:67: `ML_NEGINF' undeclared (first use in this function)

Odd. pnorm.c has 

#include "nmath.h"
 
which ought to define those items, unless MATHLIB_PRIVATE_H is
defined which it is not. This happens with a clean build?

-- 
   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
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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