Skip to content

Need Arith.h

2 messages · Stuart Luppescu, Brian Ripley

#
I just installed 1.0 (great job, everyone!) and rebuilt all my packages. I have
found an error in making  VR_6.1-6.tar.gz:

Installing package `MASS' ...
 libs
gcc -I/usr/lib/R/include   -mieee-fp  -fPIC -O2 -m486 -fno-strength-reduce -g
-c MASS.c -o MASS.o
MASS.c:631: Arith.h: No such file or directory
make: *** [MASS.o] Error 1

The file /usr/lib/R/include/Arith.h used to be there (locate says it's there,
but the locate db hasn't been rebuilt yet) but isn't anymore. I suspect it got
left out of the R-base RPM. (I'm running RedHat Linux 6.1 (Intel)). Could
someone send me the file, please? That would be much easier than downloading
the source or a corrected RPM -- all I have is a 28.8 kbps connection here :-{ (

Thanks very much.
______________________________________________________________________
Stuart Luppescu         -=-=-  University of Chicago
ºÍʸ ¤ÈÃÒÆàÈþ¤ÎÉã(EUC)  -=-=-  s-luppescu at uchicago.edu
http://www.consortium-chicago.org/people/sl/sl.html
       ICQ #21172047  AIM: psycho7070
Don't stop to stomp ants when the elephants are stampeding.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
On Sat, 4 Mar 2000, Stuart Luppescu wrote:

            
That's not the current version: using VR_6.1-7.tar.gz does not give this
problem. It will be true for a number of other packages too.
-fno-strength-reduce -g
there,
It was there prior to 0.99.0, but not in the last two versions.
No, please don't do that. Put "R_ext/Arith.h" in the source of old
versions of packages if you need to.

  
There is a rationale for the change: `Arith.h' is too common a name
for us to be sure of people getting the right one.