similar to: How to installation of R on Unix (SunOs 5.8)

Displaying 20 results from an estimated 11000 matches similar to: "How to installation of R on Unix (SunOs 5.8)"

2006 Jul 26
1
configure fails for R 2.3.1 on SunOS 5.8
Does this mean I need to use '--with-readline=no'? configure says: checking build system type... sparc-sun-solaris2.8 checking host system type... sparc-sun-solaris2.8 loading site script './config.site' loading build specific script './config.site' checking for pwd... /usr/bin/pwd checking whether builddir is srcdir... yes checking for working aclocal... found checking
2002 Dec 16
1
compiling R with gcc 3.2 on Solaris
I am trying to compile R 1.6.1 with gcc 3.2 on Solaris (Sun OS 5.8) and configure gives me: checking whether g77 and gcc agree on int and double... configure: WARNING: g77 and gcc disagree on int and double configure: error: Maybe change CFLAGS or FFLAGS? Complete output from configure is below. I am not setting CFLAGS or FFLAGS, but can someone suggest what I should set them to (or is this some
2007 May 04
1
Help Installing R
I have unzipped the R-2.5.0.tar.gz gzip -dc R-x.y.z.tar.gz | tar xvf - 2. then #./configure 3. ./configure checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu loading site script './config.site' loading build specific script './config.site' checking for pwd... /bin/pwd checking whether builddir is srcdir... yes checking for
1999 Oct 20
0
[szimeras@irisa.fr: R installation problem]
----- Forwarded message from Stelios Zimeras <szimeras at irisa.fr> ----- Date: Wed, 20 Oct 1999 11:35:52 +0200 From: Stelios Zimeras <szimeras at irisa.fr> Organization: IRISA, Campus de Beaulieu, 35042 Rennes Cedex, FRANCE X-Mailer: Mozilla 4.7 [en] (X11; I; SunOS 5.5 sun4m) X-Accept-Language: en To: rgentlem at stat.auckland.ac.nz Subject: R installation problem Dear Sir, I try
2002 Jan 02
0
R ./configure error | Solaris8 / E-450
Hi not sure where to go with this, I'm attaching the whole output, you'll see the error at the end... > ./configure loading cache ./config.cache checking for a BSD compatible install... tools/install-sh -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking
2006 Feb 20
2
Unable to configure R 2.2.1 on Solaris 5.10 x86_64
Hello, Apologies for the post here. I have read the R-Admin (learned a lot!) and searched the web for days, but still fail at compiling R on my Ultra 20 running solaris 10 x86 1/06. This is the tail of './configure' output: ..... checking for dlopen in -ldl... yes checking readline/history.h usability... no checking readline/history.h presence... no checking for readline/history.h... no
1998 Aug 14
1
R-beta: ld problem/SunOS/gcc/g77
In trying to compile R-0.62.2 on my SPARC SunOS: tajo% uname -a SunOS tajo 4.1.3_U1 1 sun4m with gcc/g77, I ran into gcc -o R.binary [deleted] ../lib/libmath.a -L/usr/openwin/lib -lX11 -ldl -ltermcap -lm -lf2c collect2: ld returned 2 exit status ld: /lib/libm.a(lgamma.o): _gamma: multiply defined ld: /lib/libm.a(lgamma.o): _lgamma: multiply defined *** Error code 1 make: Fatal error:
2006 Feb 17
0
Unable to configure R 2.2.1 on Solaris 5.10 x86_64
Hello, Apologies for the post here. I have read the R-Admin (learned a lot!) and searched the web for days, but still fail at compiling R on my machine. This is the tail of './configure' output: ..... checking for dlopen in -ldl... yes checking readline/history.h usability... no checking readline/history.h presence... no checking for readline/history.h... no checking readline/readline.h
1998 Jun 04
1
Snapshot won't configure on SunOS 5.3
R-crew, I'm trying to install the R-Snapshot which I downloaded a few hours ago and I'm having a problem I can't trace. My system is Sun SPARC, SunOS 5.3 : 1996 >From running ./configure:*************************************** loading cache ./config.cache checking for a BSD compatible install... /opt/local/R/R-snapshot/etc/install-sh -c checking whether ln -s works... yes
2017 Aug 29
0
cannot compile R with readline
Hello, I am trying to install R-3.4.1 on a linux?cluster. ?I always get the following error message: checking readline/history.h usability... yes checking readline/history.h presence... yes checking for readline/history.h... yes checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking for rl_callback_read_char in
1998 Sep 10
2
R-beta: trouble compiling 0.62.3 on SunOS 4.1.4: lgamma conflicts
I've recently tried to get 0.62.3 up on our Suns (4.1.4, using gcc; I'm also having trouble with a Solaris 2.6 compile but I haven't given up hope on that one yet) -- the last compile I did was 0.61.1, which worked smoothly. Running ./configure --prefix=/usr/local/apps/R/R-0.62.3 [--with-g77] (tried both with and without g77, eventually get to the same place), I get a conflict
2000 Oct 31
1
conflicting types for `Rf_stirlerr
I'm having trouble making todays development snapshot: -DHAVE_CONFIG_H -g -O2 -c stirlerr.c -o stirlerr.o stirlerr.c:34: conflicting types for `Rf_stirlerr' ../../src/include/R_ext/Mathlib.h:557: previous declaration of `Rf_stirlerr' make[3]: *** [stirlerr.o] Error 1 [20] /home/mfa5/gilp/R-versions/R-devel : uname -a SunOS mfa99579 5.6 Generic_105181-11 sun4u sparc SUNW,Ultra-5_10
2004 Jun 14
4
Readline on R-1.9.1a
Hello! I'm trying to install R-1.9.1a with readline on Suse Linux. As recommended in other posts, I've installed readline and readline-devel: kevin@redtail:~/R-1.9.1> rpm -qa | grep readline readline-devel-32bit-9.0-0 readline-32bit-9.0-0 readline-4.3-207 readline-devel-4.3-207 Then I run configure with readline: ./configure --with-readline The relevant lines are:
2019 Apr 23
1
[PATCH] virtio/virtio_ring: do some comment fixes
There are lots of mismatches between comments and codes, this patch do these comment fixes. Signed-off-by: Jiang Biao <benbjiang at tencent.com> --- drivers/virtio/virtio_ring.c | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/drivers/virtio/virtio_ring.c b/drivers/virtio/virtio_ring.c index 5df92c308286..3794c7666a99 100644 ---
1999 Oct 12
1
Compilation problem with R
Dear Sirs, I try to compile the R ver 65.1 in my UNIX machine, but I have some difficulties. In particular running the ./configure I have the following results (I give only the no, all the others are yes) checking whether gcc needs -traditional... no checking for g77... no checking for sin in -lmoto... no chechecking for main in -lhdf5... no cking for main in -lncurses... no checking for main
2003 Feb 12
2
rl_callback_read_char error on Solaris 7
This question is about compiling R-1.6.2 from source on a Sparcstation-20 machine running Solaris 7, gcc-2.95.3 and readline-4.2 (both gcc and readline from sunfreeware.com). I searched the r-help archive and the FAQ. The errors seem to be related to the binary readline libraries, and I have /usr/local/lib/libreadline.a,libreadline.so@, and libreadline.so.4. The attached errors are from
2006 Oct 02
1
(no subject)
Dear friends I try to install R-project in SUSE 10.0 LINUX. I run the ./configure. The last lines during the run is checking readline/history.h usability... no checking readline/history.h presence... no checking for readline/history.h... no checking readline/readline.h usability... no checking readline/readline.h presence... no checking for readline/readline.h... no checking for
2007 Jan 29
1
Problem with "readline" in compilatio of R for Solaris 11 (Nevada) in x86
Dear friends, In configuring R 2.4.1 for Solaris 11, using SunStudio 11 compilers, I get the following error. checking readline/history.h usability... no checking readline/history.h presence... no checking for readline/history.h... no checking readline/readline.h usability... no checking readline/readline.h presence... no checking for readline/readline.h... no checking for rl_callback_read_char
2008 Feb 14
1
configure fails on new Redhat Enterprise System
Hello all, I have a new Redhat enterprise system that I'm trying to get set up with all the goodies I need, including R-2.6.1. I got all of the required dependencies including readline. However, configure dies with: configure: error: --with-readline=yes (default) and headers/libs are not available Here are all the lines of output relating to readline: checking readline/history.h
2005 Nov 02
1
configure error under FC 4 64 bit (PR#8276)
Full_Name: Rob James Version: 2.2.0 OS: Fedora Core 4 64 Bit Submission from: (NULL) (24.79.225.106) Attempting to run the configure script yields the following inscrutable error: configure: error: --with-readline=yes (default) and headers/libs are not available This occurs at the following point in the processing of the configure script: checking for readline/history.h... no checking