similar to: minor installation problems

Displaying 20 results from an estimated 4000 matches similar to: "minor installation problems"

1998 Oct 16
1
Compiling on a Red Hat 5.1 system
I'm feeling kinda stupid right now, but I'm actually having problems compiling R-0.62.3 on a Red Hat 5.1 Linux system. I'd be happy if someone could point out for me where to look to fix the problem. I've included the output from the compiling below. Thanks for any help. Fredrik make -f Makefile.2nd all make[1]: Entering directory `/home/fredrigl/R-0.62.3' Building R cd
1999 Aug 29
1
Compiling R under Caldera Open Linux 2.2
To: jnf@pcisys.net Subject: Compilation of R under Caldera OpenLinux 2.2 > On Sat, 28 Aug 1999 jnf@pcisys.net wrote: > > > > I am attempting to compile R-0.64.2 under Caldera OpenLinux 2.2. I have > > KDE installed but not gnome. When I ran configure, it correctly > > indicated that gnome is not installed. However when I then ran make, I > > received errors
1998 Mar 27
1
R-beta: Problems during compilation of R for Solaris 2.6
Hello, I am inexperienced in C program compilation and I receive the following error during the compilation of R (version 0.61.2) for Solaris 2.6. I have installed the gcc 2.8.0 version. >> gcc -o R.binary arithmetic.o array.o attrib.o bind.o builtin.o character.o >> coerce.o colors.o complex.o context.o cov.o cum.o dataframe.o debug.o >> deparse.o deriv.o
1998 Jun 18
1
Compiling under Digital Unix
I tried a compilation of R-0.62.1 on a DEC Alpha that identifies itself as Digital UNIX V4.0A (Rev. 464); Thu May 14 14:08:00 CDT 1998 $ uname -a OSF1 atlas.stat.wisc.edu V4.0 464 alpha I got to the final link step then got an error with gcc -ieee_with_inexact -g -O2 -I../include -c version.c f77 -o R.binary arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o
1998 Sep 11
2
R-beta: compiling problems under DU4.0D
I've down loaded R version 0.62.3 . After packing it out on my Digital personal workstation running DU4.0D i configure using the command "R_PRINTCMD=ppr CC=cc CFLAGS="-O" PERL=/local/bin/perl5 ./configure --prefix=/local/math" after this I'm trying to make the package and issue the command "make" at the end of this process I get the following error:
1999 May 14
1
R 0.64 and -release fails to build on DU4.0 (PR#196)
OS: Digital Unix 4.0E Compiler: vanilla f77 and cc. Build error: f77 -o ../../bin/R.binary arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o context.o cov.o cum.o debug.o deparse.o deriv.o devices.o dotcode.o dstruct.o duplicate.o envir.o errors.o eval.o format.o fourier.o gram.o gram-ex.o graphics.o iosupport.o list.o logic.o main.o match.o memory.o
1999 Feb 13
1
Compiling R
I have tried to compile R-0.63.2 for Linux Red Hat 5.0. It seems to have worked well until the last step 'make install' I get the following messages make[2]: Entering directory `/home/moshe.segal/rhome/R-0.63.2/src/main' fort77 -export-dynamic -o ../../bin/R.binary arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o context.o cov.o cum.o debug.o
1999 Aug 29
1
Compiling R under Caldera Open Linux 2.2 (PR#260)
To: jnf@pcisys.net Subject: Compilation of R under Caldera OpenLinux 2.2 > On Sat, 28 Aug 1999 jnf@pcisys.net wrote: > > > > I am attempting to compile R-0.64.2 under Caldera OpenLinux 2.2. I have > > KDE installed but not gnome. When I ran configure, it correctly > > indicated that gnome is not installed. However when I then ran make, I > > received errors
2000 Dec 07
1
Compiling R for MacOS X / shared libraries
Hi, I just try to compile R (1.1.1) for MacOS X (using the --without-X option as X stuff won't work here) It seems that there are some problems with 'shared libraries'. './configure' printed: checking how to deal with shared libraries... /usr/X11R6/bin/xmkmf: command not found: imake [56] 'make' ran into trouble with this: cc -I. -I../../src/include
1999 Apr 14
2
R code for repeated measures
For anyone who might be interested, I now have a home page (finally) on which can be found the R code, data, and output for all the examples and some of the exercises in the second edition of my Models for Repeated Measurements (being printed, out in June or July), as well as the latest version of my R libraries: http://www.luc.ac.be/censtat/ Jim
1999 Apr 14
2
R code for repeated measures
For anyone who might be interested, I now have a home page (finally) on which can be found the R code, data, and output for all the examples and some of the exercises in the second edition of my Models for Repeated Measurements (being printed, out in June or July), as well as the latest version of my R libraries: http://www.luc.ac.be/censtat/ Jim
1999 Sep 01
1
Problems compiling R65.0 (PR#262)
Hi, I appear to have a slight problem compiling R0.65.0 under Linux (slackware) using g77. By simply typing configure then make, I obtain a binary which when "ldd" does not contain the f2c library. I therefore cannot load any libraries containing fortran code (I obtain unresolved symbol messages from R.X11 and an unable to load shared library from dyn.load(file)). If I change the
2006 May 01
6
R-2.3.0 make error
Dear list, When compiling the R-2.3.0 on FC4 x86_64, I got the following errors: make[3]: Entering directory `/project/scratch3/ligroup/wuming/src/R-2.3.0/src/main' gcc -Wl,--export-dynamic -L/usr/local/lib64 -o R.bin Rmain.o CConverters.o CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o arithmetic.o apse.o array.o attrib.o base.o bind.o builtin.o character.o coerce.o colors.o complex.o
1997 Apr 10
1
R-beta: Compiling R-0.16.1 on Solaris 2.5.1
Setup: Sparcstation 4 with Solaris 2.5.1 and Sun compilers After downloading R-0.16.1 and runnning configure, make fails as follows cd main; make cc -o R.binary arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o context.o cov.o cum.o dataframe.o debug.o deparse.o dotcode.o dstruct.o duplicate.o edit.o envir.o errors.o eval.o format.o gram.o
1999 Sep 01
0
Problems compiling R65.0.
Hi, I appear to have a slight problem compiling R0.65.0 under Linux (slackware) using g77. By simply typing configure then make, I obtain a binary which when "ldd" does not contain the f2c library. I therefore cannot load any libraries containing fortran code (I obtain unresolved symbol messages from R.X11 and an unable to load shared library from dyn.load(file)). If I change the
2011 Mar 02
3
CentOS 5 install won't make with shared libs enabled
Hi, I've been trying to get a shared library version of the R package(version 2.12.1) installed on a CentOS 5 system. (It installs fine without but other packages demand shared libs - namely Rapache). I've tried this with yum but don't know of any flags to set to tell it to installl with shared libs enabled. I then tried a local R install as non-root with source packages: after
2000 Mar 03
0
compiling R-1.0.0 on SGI
I have tried compiling R on a SGI 6.0 and got the following: cc -o ../../bin/R.X11 apply.o arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o context.o cov.o cum.o debug.o devPS.o devPicTeX.o deparse.o deriv.o devices.o dotcode.o dstruct.o duplicate.o envir.o errors.o eval.o format.o fourier.o g_her_glyph.o g_fontdb.o g_cntrlify.o g_alab_her.o gram.o
1999 Mar 23
0
R binary for Solaris 5.6 (sparc) available?
Dear R gurus, I have some problems to compile R on Solaris 5.6. I wonder if somebody has a compiled version he could email me as tar.gz. Many thanks in advance. Ciao Armin P.S.: Below you see the error message I get when compiling, i.e. make R ~/R/src% make (cd ../include; make FFTab.h) `FFTab.h' is up to date. (cd ../include; make FFDecl.h) `FFDecl.h' is up to date. gcc -o
1999 Sep 06
0
Compiling R under Caldera Open Linux 2.2 (PR#268)
Thanks for your help. I loaded XFree86-devel-3.3.3.1-3.i386.rpm from my OpenLinux CD and as you indicate this solved by X11 include file problem. I then encountered the linking same problem as you describe below. The error message is saying that the compiler can't find the libg2c library, which is its runtime library. Apparently the g77 supplied by Caldera is missing this important piece.
2005 Oct 11
1
Compile problem R 2.2.0 + Solaris 10 x86
Hi! I'm trying to compile R (32-bit) on Solaris 10 x86 using Sun Studio 10 + Sun Perflib (for BLAS and LAPACK) but encountered issues with undefined symbol "bratio". Appreciate any help. Compiler options (from configure output): ============================================== R is now configured for i386-pc-solaris2.10 Source directory: . Installation directory: