Displaying 20 results from an estimated 2000 matches similar to: "R in IRIX 64-bit"
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
The R-1.2.1 builds have gone fairly smoothly on most of my UNIX
architectures, but there were many warnings reported by the picky SGI
compiler that could be eliminated in future releases.
Generally, I have found the SGI compilers very helpful in ferreting
out portability problems, unused and/or obsolete variables, unexpected
datatype coercions, etc., and they compile faster than any other
2007 Jan 18
1
Building R 2.4.1 on IRIX
Hi,
I've got the latest MIPS compilers that are C99 aware (7.4.4).
"configure" finishes with:
R is now configured for mips-sgi-irix6.5
Source directory: .
Installation directory: /afs/bi/v/@sys/apps/stats/R/2.4.1
C compiler: cc -c99 -OPT:IEEE_NaN_inf=ON -g
Fortran 77 compiler: f77 -OPT:IEEE_NaN_inf=ON -g
C++ compiler: CC
2001 Oct 23
1
No subject
Dear R contributors,
I recently dowloaded the R-1.3.1 on my SGi Origin 200 run by Irix6.5.
In order to instal it, I launched the command shown below:
env MAKE=gmake ./configure
The output was as follow::
R is now configured for mips-sgi-irix6.5
Source directory: .
Installation directory: /usr/local
C compiler: cc -OPT:IEEE_NaN_inf=ON -g
C++ compiler:
2005 Aug 05
1
Installation problem on SGI IRIX6.5
Hi, all,
I'm a newbie to R. I came across a problem when I tried to install R on
an SGI machine which is running IRIX64 6.5.
I have successfully run configure, but when I tried to run "make"(or
"gmake"), errors came out. Following is the error message.
Does someone has experiences in the R's installation on IRIX ? Any hints
will be greatly appreciated !
Thanks in
2004 Apr 23
4
is.na(valid_date) too often true on SGI MIPS (PR#6814)
Full_Name: George N. White III
Version: 1.9.0
OS: Irix 6.5.21m
Submission from: (NULL) (142.176.61.212)
R-1.9.0 built using the SGI MIPSPro compilers
Installation directory: /usr/local
C compiler: c99 -OPT:IEEE_NaN_inf=ON -mips4 -n32 -O3
-OPT:Olimit_opt=on
C++ compiler: CC -OPT:IEEE_NaN_inf=ON -mips4 -n32 -O3
-OPT:Olimit_opt=on -LANG:std
Fortran compiler:
2001 Oct 24
0
Re: Compiling R v 1.3.1 under Irix 6.5 on SGI Origin
Hello Laurent, Ray and Greg,
I tried the gmake settings.
Yet, I still got an Error code 1 message when I run the test.
running regression tests
don't know how to make ../library/base/R/base (bu42).
*** Error code 1 (bu21)
Thanks you if you have any idea.
Manuel
-----Message d'origine-----
De : Laurent Gautier [ mailto:laurent at genome.cbs.dtu.dk
<mailto:laurent at
1999 Feb 17
1
Irix 6.5: > is.na(c(1,NA)) #> FALSE FALSE
R 0.63.2, compiled using SGI cc and f90 on Irix 6.5 gives:
> is.na(NA)
[1] TRUE # OK
> is.na(c(1,NA))
[1] FALSE FALSE # expected FALSE TRUE
> is.nan(NaN)
[1] FALSE # expected TRUE
> is.nan(1/0)
[1] FALSE # ditto
The above functions work correctly for R compiled with gcc and g77 on an
Irix 6.2 system. The Irix 6.5 release notes
2001 Dec 08
2
Building under IRIX 6.5 (report)
On my IRIX system (SGI compilers, gcc not installed) ./configure runs fine,
but there is a problem with make (output below) that can be solved by
changing one line in src/modules/lapack/Makefile. If this line is changed,
make runs without problems. 'make check' still has a problem
(sh[14]: /usr/sbin/perl: arg list too long), but I assume this is
"cosmetic".
Manfred
-----------
2005 Aug 08
2
installing problems about randomForest
Hi all,
When I tried to install package randomForest, it gave out the following
error message:
"
> install.packages("randomForest", dependencies = TRUE)
trying URL
'http://www.lmbe.seu.edu.cn/CRAN/src/contrib/randomForest_4.5-12.tar.gz'
Content type 'application/x-gzip' length 82217 bytes
opened URL
==================================================
downloaded
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
Full_Name: Albrecht Gebhardt
Version: 0.99.0
OS: alpha, osf4.0
Submission from: (NULL) (143.205.180.40)
DEC cc doesn't like c++ style comments // like this one
Please use standard cc comments or #if 0 ... #endif
A quite large patch follows
(I hope it will pass mailing with not too much wrapped lines):
--- ./src/main/g_her_glyph.c.dec-cc.patch Mon Feb 7 14:48:10 2000
+++
2005 Apr 07
0
R 2.1.0 (beta) on IRIX
I'm trying to compile R-beta on IRIX using the native MipsPro 7.4
compilers, without great satisfaction. A list of problems is given
below, and any advice on solving them is appreciated.
Martyn
Configuration:
-------------
Here are the configuration options I am using
./configure CC=cc CXX=CC F77=f77 CPPFLAGS="-I/usr/freeware/include"
LDFLAGS="-L/usr/freeware/lib32"
1999 Apr 29
1
R-0.64.0 installation on SGI IRIX 6.5 machine
Hi,
I am trying to install R-0.64.0 version on SGI machine running
IRIX 6.5.
Machine details:
319 <mind.krasnow.gmu.edu:R-0.63.3> uname -a
IRIX64 mind 6.5 07271714 IP27
Configure script runs fine and the output at the end of configure is:
R is now configured for mips-sgi-irix6.5
Source directory: /usr/local/R-0.64.0
Installation directory: /usr/local
C compiler:
1999 Aug 03
2
compliation problem
Problem compiling R.
version: 0.64.2
machine: SGI O2
OS: IRIX6.5
CC cc
FC f77
MAKE GNU make 3.75
Here is part of the the output for make.
make[2]: Leaving directory `/usr/people/faculty/math/mgass/stage/R/R-0.64.2/src/include'
make[2]: Entering directory `/usr/people/faculty/math/mgass/stage/R/R-0.64.2/src/appl'
cc -g -OPT:IEEE_NaN_inf=ON -I../include
2002 Jun 10
1
R's RNG produced garbage when called from f77 (Irix)
Dear R-help,
I've managed to crash R on Irix when I called a Fortran subroutine that
calls R's random number generator, as described in Section 5.6 of the R-exts
manual. (It does say in that section that this is not guaranteed to be
portable...) (Well, R doesn't crash when calling the RNG. It crashed when
the random number generated isn't inside the unit interval.)
Can anyone
2001 Mar 20
2
Are sockets supported on Irix?
When I try to open a server socket on the system setup listed below, I get
the following error:
> a <- make.socket(port=8091,server=TRUE)
Error in make.socket(port = 8091, server = TRUE) :
sockets are not available on this system
I just wanted to make sure that sockets were generally available for this
platform (or, perhaps, I need to upgrade to 1.2.2 on this system), before I
got
2001 Aug 02
2
problem in making R from sources on SGI IRIX
Hello all,
I am trying to install R 1.3.0 on SGI IRIX. I downloaded the .tar from CRAN, unpacked it and executed the following commands from the top level directory:
./configure
make
The ./configure completes OK, with the final summary output:
--------------------
R is now configured for mips-sgi-irix6.5
Source directory: .
Installation directory: /usr/local
C compiler:
2005 May 17
1
installing R on Irix
Hello veeryone, I nedd some help here.
The problem is I was trying to install R on my Irix system, with little
success: I got the following ugly error messages: watch out:
begin installing recommended package mgcv
Cannot create directory "": No such file or directory
* Installing *source* package 'mgcv' ...
** libs
gmake[3]: Entering directory
2008 Sep 23
1
Problem during porting R-2.7.2 on HP-UP 11.11 PA-Risc
Dear "R"-Team,
we had some problem to install R-2.7.2 on HP-UX 11.11 on PA-Risc platform.
1.) i load down the Software and made a extract of the tar-file in a
specific Directory.
2.) i follow the instructions on the INSTALL file:
./configure
3.) during "configure" we got a error message see below:
checking for history_truncate_file... no
configure: error:
2004 Feb 18
2
building the development version
I'm trying to build the current development version of R on an SGI
running IRIX6.5. Everything proceeds merrily until I reach the eda
package. This is the error message I get if I cd to the appropriate
directory and type 'make' or 'make all.' Does this make sense to
anyone? -- Thanks, Debby
gmake[3]: Entering directory `/l/fsc/dfs/src/R/src/library/eda'
building
2002 Jun 24
1
IRIX on OpenSSH 3.3
Can I get someone runing IRIX to tell me if this
http://bugzilla.mindrot.org/show_bug.cgi?id=151
http://bugzilla.mindrot.org/show_bug.cgi?id=280
or
http://bugzilla.mindrot.org/show_bug.cgi?id=281
are still valid. And if PrivSep works on it? If not a sshd -d -d -d of
the server side?
- Ben