Skip to content
Back to formatted view

Raw Message

Message-ID: <14818.128.147.28.3.1123765967.squirrel@webmail.pitt.edu>
Date: 2005-08-11T13:12:47Z
From: Rick Bilonick
Subject: repeated - R package - Now rmutil Compilation Errors
In-Reply-To: <14187.128.147.28.3.1123764849.squirrel@webmail.pitt.edu>

In my quest to install the repeated package, I have also to install the
"rmutil" package. (BTW, I'm running Fedora Core 4 and R 2.1.1.) But I now
get several compilation errors for rmutil and I'm afraid to try to fix
them:

[root at ophth-bilora R]# R CMD INSTALL rmutil
* Installing *source* package 'rmutil' ...
** libs
gcc -I/usr/lib/R/include  -I/usr/local/include   -fPIC  -O2 -g -pipe
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -mtune=pentium4
-fasynchronous-unwind-tables -c cutil.c -o cutil.o
gcc -I/usr/lib/R/include  -I/usr/local/include   -fPIC  -O2 -g -pipe
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -mtune=pentium4
-fasynchronous-unwind-tables -c dist.c -o dist.o
gfortran   -fPIC  -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32
-march=i386 -mtune=pentium4 -fasynchronous-unwind-tables -c gettvc.f -o
gettvc.o
 In file gettvc.f:55

            tvcov2(n,i)=-1e301
                             1
Error: Real constant overflows its kind at (1)
 In file gettvc.f:79

               recx=1e301
                        1
Error: Real constant overflows its kind at (1)
 In file gettvc.f:84

               reck=1e301
                        1
Error: Real constant overflows its kind at (1)
 In file gettvc.f:86

            if((recx.ge.1e300).and.(reck.ge.1e300)) ldone=.true.
                            1
Error: Real constant overflows its kind at (1)
make: *** [gettvc.o] Error 1
ERROR: compilation failed for package 'rmutil'

I downloaded both repeated and rmutil (for R > 2.0) from:

http://popgen.unimaas.nl/~jlindsey/rcode.html


Rick B.