similar to: R-beta: compiling R-5.0 on IRIX6.1

Displaying 20 results from an estimated 1000 matches similar to: "R-beta: compiling R-5.0 on IRIX6.1"

1997 Aug 14
0
R-alpha: Compiling 0.49 on IRIX6.1
Hi, I am compiling R-0.49 on my SGI Indigo 2 R8000 machine and it stopped in the middle. Could anyone help me to fix it? Many thanks! -- Xiaoming Cai School of Geography .&______~*@*~______&. University of Birmingham "w/%%%%%%%%%%%%%%%%%%%\w" Edgbaston, Birmingham
1997 Jun 10
0
R-beta: Compiling 0.49 on IRIX6.1
Hi there, I am compiling R-0.49 on my SGI Indigo 2 R8000 machine and it stopped in the middle. Could anyone help me to fix it? Many thanks! p.s.: The last lines of message: cc -g -I../include -DPOSIX_MISTAKE -c regerror.c cc -g -I../include -DPOSIX_MISTAKE -c regexec.c "engine.c", line 604: warning(1110): statement is unreachable break; ^ "engine.c", line 610:
1997 Aug 14
0
R-alpha: Re: R-beta: R-0.49 on IRIX6.1 does not compile
>>>>> "XC" == X Cai <caix@isdugp.bham.ac.uk> writes: XC> Dear Martin, I am sorry to put the message for the alpha testing XC> software. In fact, when I compiled version R-0.49, the same error XC> occurred to me. Is R-0.49 also at alpha testing stage? This means XC> that I cannot use any version of R. Do you have any idea about the
1997 Jun 09
1
R-beta: compiling R under HP-UX
Hi, I've trouble compiling R-0.49 (with both patches applied) on a HP-UX sim B.10.20 A 9000/819 machine: ranlib ../lib/libappl.a cd regex; make c89 -Ae -g -I../include -DPOSIX_MISTAKE -c regcomp.c cc: warning 422: Unknown option "-Ae" ignored. cc: "../include/regex.h", line 50: error 1000: Unexpected symbol: "regoff_t". cc:
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 -----------
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
2002 Oct 17
2
Installing R1.6.0 on SGI
I am currently trying to install R 1.6.0 on an SGI Octane running: > uname -aR IRIX64 hcu091 6.5 6.5.9m 07201608 IP30 and I am receiving a fatal error during the make step. Any help in this matter would be greatly appreciated. Here is the final output from "./configure"... ---------- R is now configured for mips-sgi-irix6.5 Source directory: . Installation directory:
2004 Aug 06
2
icecast + irix
well i fixed it a bit, if you add #include <sys/select.h> it gets rid of: connection.c:192: `fd_set' undeclared (first use in this function) connection.c:192: (Each undeclared identifier is reported only once connection.c:192: for each function it appears in.) connection.c:192: parse error before "rfds" connection.c:193: storage size of `tv' isn't known
1999 Sep 07
2
R-0.65.0 on mips-sgi-irix6.5: Error code 1 (bu21)
Dear all, I want to install R-0.65.0 on mips-sgi-irix6.5 (SGI IRIX 6.5 IP32), but it doesn't work !!! I run the following configure call: <146>: ./configure --prefix=/usr/people40c/kuonen/Software/bin ... R is now configured for mips-sgi-irix6.5 Source directory: . Installation directory: /usr/people40c/kuonen/Software/bin C compiler: gcc -g -O2
2004 Aug 06
2
icecast + irix
Yeah, alright, it configures fine, and here's what happens when i make. >make .....yadayadayada..just some warnings here..... (here is where it dies) gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -Wall -c connection.c connection.c: In function `get_connection': connection.c:191: `fd_set' undeclared (first use in this function) connection.c:191: (Each undeclared
2004 Aug 06
0
icecast + irix
> well i fixed it a bit, if you add > > #include <sys/select.h> > > it gets rid of: > > connection.c:192: `fd_set' undeclared (first use in this function) > connection.c:192: (Each undeclared identifier is reported only once > connection.c:192: for each function it appears in.) > connection.c:192: parse error before "rfds" >
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:
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:
2001 Oct 01
1
What is an error bu21? (PR#1106)
Hi everyone, I have just tried to compile R 1.3.1 on the following platform: R is now configured for mips-sgi-irix6.5 Source directory: . Installation directory: /usr/local C compiler: gcc -g -O2 C++ compiler: g++ -g -O2 FORTRAN compiler: g77 -g -O2 X11 support: yes Gnome support: no Tcl/Tk support:
2004 Aug 06
3
icecast + irix
nah, i had <sys/time.h> already grr. what could it be > > well i fixed it a bit, if you add > > > > #include <sys/select.h> > > > > it gets rid of: > > > > connection.c:192: `fd_set' undeclared (first use in this function) > > connection.c:192: (Each undeclared identifier is reported only once > > connection.c:192: for each
2000 Apr 20
1
installation pbm on irix 6.2 : make step
Hi everybody, i try to install the R 1.0.1 on a mips-sgi-irix6.2 system. The configure seems ok : it ends with - souce directory : . - installation dircetory : /usr/local - C compiler : cc -g - Fortran compiler : fort77 - Gnome support : no But when i enter : make it says: -syntax error in file ../tools/jeywords2html at line 9, next 2 tokens "my $key" -syntax error in file
2001 May 09
0
compiling samba 2.2.0 on IRIX 6.5.x
Hi everyone, I have a problem compiling the new version of samba 2.2.0 on my IRIX machine. The configure script in the source directory works well, but when I try to make the make command, it start compiling and suddenly stop and I have this error message: ... ... compiling rpc_server/srv_spoolss_nt.c: in function 'getprinterdriverdir_level1' compiling rpc_server/srv_spoolss_nt.c: 5779:
2002 Nov 29
1
mgcv fails to compile in R-1.6.1 (PR#2334)
Full_Name: Brandon Whitcher Version: 1.6.1 OS: IRIX 6.5 Submission from: (NULL) (194.6.84.100) I am attempting to compile R v1.6.1 on my SGI Octane (running IRIX 6.5) and ran into the following error when I encountered the new recommended package _mgcv_ (using make) ---------- R_LIBS= ../../../bin/R CMD INSTALL -l ../../../library mgcv.tgz * Installing *source* package 'mgcv' ...
2002 Jan 22
1
compile problem with bessel_i.c on IRIX64 flexor 6.5 10100655 IP35 (uname -a) (PR#1275)
I have included the full configure/make output: (the particular error regarding bessel_i.c is at the END of the report). -walter tautz cd build/R-1.4.0 \ && unset noclobber \ && CPPFLAGS=" " \ LDFLAGS="" \ ./configure --prefix=/software/r-1 \ --datadir=/software/r-1/data \ --libdir=/software/r-1/lib \
2017 Jun 03
0
Building from source on an ARM71 based router
On Fri, 2017-06-02 at 20:59 -0400, Zac Morris via samba wrote: > I am trying to build Samba 4.6.4 on an ARM 7 Cortex based router (Netgear > R8000), running *DD-WRT v3.0-r31980M kongac (05/11/17)* > > I'm working with some folks via the DDWRT, but we're running into an issue > trying to build from source. > > I have python 2.7 already installed on the router, and