Displaying 20 results from an estimated 1000 matches similar to: "gcc optimization flag when building R"
2004 Aug 19
3
More precision problems in testing with Intel compilers
The Intel compiled version also fails the below test:
> ###------------ Very big and very small
> umach <- unlist(.Machine)[paste("double.x", c("min","max"), sep='')]
> xmin <- umach[1]
> xmax <- umach[2]
> tx <- unique(outer(-1:1,c(.1,1e-3,1e-7)))# 7 values (out of 9)
> tx <- unique(sort(c(outer(umach,1+tx))))# 11 values
2003 Sep 24
1
SJava help
Hi,
I installed SJava 0.66-1 on my linux RH 7.2 machine. I am using R-1.7.1.
I set LD_LIBRARY_PATH up then called library(SJava) and it was fine. But
when I called .JavaInit(), I got weird error that states it could not
find java/lang/Hashtable. The session is below and shows my java
configuration. I am using j2sdk1.4.2_01 from Sun.
Thank you very much.
Weiming Zhang
> .javaConfig
2004 Apr 07
1
installing RMySQL
Hi,
I have problems installing RMySQL under R1.8.1 and RHlinux (kernel2.4.7).
During compilation I get:
** libs
gcc -I/usr/lib/R/include -I/usr/include/mysql -I/usr/local/include
-D__NO_MATH_INLINES -mieee-fp -fPIC -O2 -m486 -fno-strength-reduce -g
-c RS-DBI.c -o RS-DBI.o
gcc -I/usr/lib/R/include -I/usr/include/mysql -I/usr/local/include
-D__NO_MATH_INLINES -mieee-fp -fPIC -O2 -m486
2003 Nov 13
1
Installing packages
Running under Redhat 7.3 Linux I have installed R Version 1.8.0
(2003-10-08) from a binary download using the rpm manager.
Using packageStatus(), I am attempted to upgrade several packages.
This is unsuccessful with the following error messages:
* Installing *source* package 'MASS' ...
** libs
gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES
-mieee-fp -fPIC -O2
2000 Mar 04
1
Need Arith.h
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
2002 Aug 07
1
FW: ROracle error
Howdy,
When doing a
install.packages("ROracle") in R I'm getting the following error:
R CMD COMPILE RS-DBI.c
make[1]: Entering directory `/tmp/R.INSTALL.1809/ROracle/src'
gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES
-mieee-fp -fPIC -O2 -m486 -fno-strength-reduce -g -c RS-DBI.c -o
RS-DBI.o
make[1]: Leaving directory `/tmp/R.INSTALL.1809/ROracle/src'
2003 Nov 25
1
Something broken with update?
Updating my 1.8.0 R installation (>update.packages() ) I obtain the following
(SORRY FOR THE LENGTH OF THE LOG BUT IT HELPS!!!):
................
downloaded 135Kb
KernSmooth :
Version 2.22-11 in /usr/lib/R/library
Version 2.22-12 on CRAN
Update (y/N)? y
mgcv :
Version 0.9-3.1 in /usr/lib/R/library
Version 0.9-6 on CRAN
Update (y/N)? y
trying URL
2003 Sep 30
2
cluster & mgcv update
Hello,
After reinstalling the whole OS and R as well, I tried to update.packages()
and get the follwing error message:
concerning the mgcv update: atlas2-base is installed and blas as well (on
debian). I haven't found lf77blas, I assume it's a library or something
similar associated with blas.
any suggestion how to solve that, thanks Martin
* Installing *source* package
2004 Jun 10
3
Package installation
Hi all,
I'm very new to R.
I have installed R 1.9.0 on Linux (Fedora).
Now I got an self-made package comprising R functions as well as C-Code
which are used in several R functions.
I installed the package without any error (see install log below).
Then, I checked in /usr/lib/R/library if the package izbi exists and it
exists.
But whenever I try to load the library on the command line I
2004 Oct 27
1
Problems installing GRASS package
Hi,
I'm running R 2.0 installed from the source port on FreeBSd 4.10
and I'm having trouble installing the GRASS package. Following is the
procedure plus errors:
> options(CRAN="http://cran.us.r-project.org")
> install.packages("GRASS")
<download snipped>
downloaded 186Kb
* Installing *source* package 'GRASS' ...
** libs
cc
2004 May 31
1
e1071 build issue
** save image
Error in loadNamespace(i[[1]], c(lib.loc, .libPaths()), keep.source) :
There is no package called 'class'
Using 30 May 2004 developer version of R-1.9.0
trying URL `http://cran.r-project.org/src/contrib/e1071_1.4-0.tar.gz'
Content type `application/x-tar' length 325388 bytes
opened URL
.......... .......... .......... .......... ..........
..........
2002 Jun 03
1
build fails dumping R code in 'methods' on i686-pc-linux-gnu (PR#1630)
Using the same settings in config.site as were used for R-1.4.1,
R-1.5.0 fails to build.
./configure --enable-R-shlib
Using defaults and using PPro optimizations, the build failed in
package methods:
dumping R code in package 'methods'
gmake[4]: *** [../../../library/methods/R/all.rda] Error 139
gmake[4]: Leaving directory `/mnt/Data/src/install/R-1.5.0/src/library/methods'
The
1999 Jun 09
1
R correct g77 flags for Linux/Alpha (PR#208)
Hello,
I was trying to compile R-base-0.64.1 on Linux/Alpha (RedHat 6.0).
It compiled but it couldn't pass the make check (choked with
tests/Examples/modreg-Ex.R).
I used gdb, and it turned out that the src/library/modreg/src/sinerp.f was
the problem.
else if(j.eq.nk)then
c1 = 0d0
c2 = 0d0
c3 = 0d0
endif
> p1ip(1,j) = 0d0-
2002 Oct 25
2
re: problem installing library sm
Hi All,
I am having trouble installing the sm package, and only the sm package.
My box is RedHat 7.3 on a PIV. Readline 4.3-3 is installed (suited for
RH 8, but same error under readline 4.2 for RH 7.3), but it seems to be
looking for the readline library in the wrong directory. Will installing
readline 4.1 do the trick? What else could be done?
Rohan Sadler
[root at rsadler R]# R CMD
2003 Nov 11
2
Compilation problem SuSE 9.0
Hi
I have problem running R (tried 1.8.0 and 1.7.1) under a fresh installed SuSE
9.0 using default settings: I'm not able to send plots to the monitor. Only
postscript graphs are produced in external files. When assigning
options(device='X11') and then plotting I get the message "Error in X11() :
X11 is not available".
Since this occured using the r-cran binary I tried
2001 Jan 25
1
problems compiling R under digital unix 4.0d (PR#826)
Dear Sirs,
I am trying to compile R v1.2.1 under Digital Unix 4.0D.
The configure-script runs without any problems but during 'make' I receive
the following error-message:
[......]
g77 -mieee -g -O2 -c dtrco.f -o dtrco.o
g77 -mieee -g -O2 -c dtrsl.f -o dtrsl.o
g77 -mieee -g -O2 -c eigen.f -o eigen.o
g77 -mieee -g -O2 -c lminfl.f -o lminfl.o
ar cr libappl.a Rsock.o approx.o bakslv.o
2000 Feb 22
2
Some problems with R and/or locfit
Hello,
Here is a problem I have had trying to install locfit, the package for
R.
I have already contacted Clive Loader who thinks the problem has more to
do with R than locfit, so here is the point :
The version of R I am currently running is R-base-0.90 that I installed
using the R-base-0.90.1-1.i386.rpm package.
I dowloaded the locfit package available at the CRAN site and ran : R
INSTALL
2005 Oct 24
2
Compilation package error
Dear all,
I tried to install gstat package and add the following compilation error :
------------------------>
* Installing *source* package 'gstat' ...
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether
2000 Dec 19
1
packages installation failed on Linux
Hi all,
I've successfully compiled R-1.2 on a Linux box (Mandrake 7.1). However,
when I installed packages from sources, I run into problems with the
packages logspline and tseries. The error messages are as follows. Can
anyone help? The compiler is gcc 2.95.3, if that helps.
Andy
================================================
Installing source package `logspline' ...
libs
gcc
2003 Sep 23
3
problems installing Design and Hmisc libs
Dear All,
when I try to:
install.packages("Design"); install.packages("Hmisc")
I get the following error messages:
* Installing *source* package 'Design' ...
** libs
g77 -mieee-fp -O2 -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -O2 -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -c lrmfit.f -o lrmfit.o
make: g77: Command not found
make: ***