similar to: installation pbm on irix 6.2 : make step

Displaying 20 results from an estimated 400 matches similar to: "installation pbm on irix 6.2 : make step"

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
2000 Sep 11
0
SAMPLS R implementation : pbm with algorithm application
Hello R people, i'm trying to implement the Partial Least Squares algorithm called SAMPLS from "J.Comp-Aided Molecular Design", 7 (1993), 587-619. It's faster than the classical PLS algorithm for fat matrix (m>>n). Here's the algorithm from the article of Bush B. L. and Nachbar R.B.: X is the matrix of explanatories proprieties (m*n) , y the matrix of responses, h
2000 Apr 20
4
random number 0-1
Hello, i'm looking for the procedure to generate a random number between 0-1. Try rnorm() but can't get to do generate between 0-1 thanks(i'm sur it's easy) -- Nicolas Baurin Doctorant Institut de Chimie Organique et Analytique, UPRES-A 6005 Universit? d'Orl?ans, BP 6759 45067 ORLEANS Cedex 2, France Tel: (33+) 2 38 49 45 77
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
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:
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:
2000 May 03
3
:?alternative to loop
Hello to all R people, for the application of a function to each column of a matrix (ex: function sum()), i'd like to know if there is a simpler (and faster) alternative to a loop like : for (i in 1: ncol(m)){sum(m[i])} Thanks in advance, Cordialement, -- Nicolas Baurin Doctorant Institut de Chimie Organique et Analytique, UPRES-A 6005 Universit? d'Orl?ans, BP 6759 45067 ORLEANS Cedex
2000 Apr 21
2
Graphics: somethink like autoscale
Hello to all of you, What i try to do : i got data of the type (x,y) which i plot with plot (x,y). i want to actualise that plot adding new points (x,y) (i did it with points(x,y)): how can i adjust the scale of the axis x and y to see all the points in the window. Ex: i start with plot (1,0.5). If i do points(0.8,0.5) no problem, all my points are visible on the graph. But if i do points(2,2),
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
2
icecast + irix
Just wondering if anyone has tried to compile icecast on a SGI machine running irix 6.5.14 or the like. I tried w/ a bunch of differnet compiler options, (using gcc for the compiler) just to get a myriad of errors. Thanks, Jeff Utter <p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this
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:
2002 May 09
2
Samba 2.2.4 and SCO Openserver 5.0.6
I have problems installing the latest release of Samba on Caldera (SCO) Openserver 5.0.6 I have downloaded the source and ran "./configure" fine. I get an error " line 664: Syntax error " when I run "make". If I run " ./configure --with-winbind", then run "make", I get the error "Compiling smbd/server.c include/includes.h, line 885:error:
2000 Oct 24
1
dataset for classification ?
Hello to the R community, which dataset(s) available in R is suitable to test the quality of a classification tool ? Thansk in advance, -- Nicolas Baurin Doctorant Institut de Chimie Organique et Analytique, UPRES-A 6005 http://www.univ-orleans.fr/SCIENCES/ICOA/ Universit? d'Orl?ans, BP 6759 45067 ORLEANS Cedex 2, France Tel: (33+) 2 38 49 45 77
2000 Apr 26
2
Cross compiling a package for Windows on Linux
I would like to compile for Windows a rather simple R package that contains some C code. It does not contain any Fortran code. I tried the cross-compilation route using the pre-built set of tools from http://www.devolution.com/~slouken/SDL/Xmingw32/, as described in $R_SRC/src/gnuwin32/INSTALL Using the sources in r-devel from the rsync site I am able to build libR.a in src/gnuwin32 but I
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 \
2002 May 29
2
OpenSSH 3.2.3p1 won't compile under IRIX 6.5.14
Previously 3.2.2 would not compile under Solaris, then 3.2.3 came out with a bug fix for the problem. Now 3.2.3 won't compile under IRIX 6.5.14. I've tried using both gcc 3.0.1 and the IRIX MIPSpro 7.1 compilers. I've been compiling previous versions of OpenSSH for years using these same compilers (we haven't updated the MIPSpro compiler for 3 years, and I've been using it on
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 -----------
1999 May 19
1
Compilation help!
Help! I'm running successfully R_0.64.1 under windows95 with bother and thoroughly enjoying using it, but I would prefer to run under UNIX, I downloaded the various files but I'm coming across the following problem. Can anybody suggest anything to help me. Executing ./configure --prefix=/myworkspace/R leads me to R is now configured for mips-sgo-irix6.4 Source directory: .
2003 Oct 01
1
Samba 3.0.0 compilation errors under Unixware 7.1.1
Hello, I tried to build the latest samba source package with errors, it seems there is a problem with the compatibility from the awk script mkbuildoptions.awk. With older version 2.2.8a there was no problem compiling the sources. With 3.0.0 i got the following error: ########################################### ... ... configure: creating ./config.status config.status: creating include/stamp-h