Displaying 20 results from an estimated 3000 matches similar to: "R-beta: Problems during compilation of R for Solaris 2.6"
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
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
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:
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
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
1999 May 17
1
minor installation problems
Hello,
I just finished installing R-0.64.1 on my linux machine (using kernel
2.0.36 under red hat 5.2, and
gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release)
)
The two problems I had:
1. ./configure --with-readline --with-x --prefix=/usr/local
ran to a point, then gave up with
...
checking return type of signal handlers... void
checking for working const... yes
1999 May 17
1
minor installation problems
Hello,
I just finished installing R-0.64.1 on my linux machine (using kernel
2.0.36 under red hat 5.2, and
gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release)
)
The two problems I had:
1. ./configure --with-readline --with-x --prefix=/usr/local
ran to a point, then gave up with
...
checking return type of signal handlers... void
checking for working const... yes
1997 Jul 30
0
R-beta: Query: installing 0.50-a1 on Solaris 2.5.1
Can anyone spot the problem here. Following is an edited script of the install
session. The gist is:
* syntax error in original src/main/dotcode.c
Easily remedied (or at least, such that compiles without error message ... )
change line 449-450 (two lines preceding return)
#ifdef HAVE_F77_UNDERSCORE
if(PRIMVAL(op)) {
*q++ = '_';
*q = '\0';
#endif
}
2006 Oct 05
1
solaris 64 build?
We have a solaris/sparc machine that has been running an old version
of R-devel: Version 2.2.0 Under development (unstable) (2005-06-04
r34577)
which was built as m64 from sources. Attempting to upgrade to 2.4.0
the configure step
goes ok, but I'm getting early on from make:
> gcc -m64 -L/opt/sfw/lib/sparcv9 -L/usr/lib/sparcv9
> -L/usr/openwin/lib/sparcv9 -L/usr/local/lib -o
1998 Nov 06
1
DEC alpha INSTALLATION R-0.62.4
Hi,
Just downloaded the R-0.62.4 of R and tried to install it. With the
standard procedure :
./configure
make
At the end of the compilation I got the following message :
ld:
../lib/libunix.a(system.o): main: multiply defined
fort: Severe: Failed while trying to link.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
I attach the printout after the ./configure and make
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
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 Jun 09
4
packages with FORTRAN code
Recent sensible changes to the dynload mechanism have made an old
problem resurface: how should we deal with packages which contain
Fortran code and may need to be linked against additional libraries
such as -lf2c?
The current consensus is that extra Fortran libraries maybe needed are
handled via the make variable FLIBS, and that `-lf2c' or `-lg2c' are
added by default if g77 is used.
1998 May 04
2
lSM lICE: not found
I'm trying to compile R 0.61.3 on Solaris and I get the following error. Does
anyone know where I should find these libraries?
ld: fatal: library -lSM: not found
ld: fatal: library -lICE: not found
ld: fatal: File processing errors. No output written to R.binary
*** Error code 1
make: Fatal error: Command failed for target `R.binary'
Paul Gilbert
1998 Oct 28
1
Request for help with compiling R on a DEC Alpha
I am currently attempting to install R (v0.62.3) on our DEC Alpha computer,
and have solved one problem but now am having another:
When issuing the 'make' (after ./configure), I get the error shown at the
end of this output:
============================================================================
=======
cd main; make
make[3]: Entering directory `/usr/local/src/R-0.62.3/src/main'
1997 Dec 13
1
R-beta: Compile error; R-0.60.1, Solaris 2.6, gcc 2.7.2.1
Hi!
I have just downloaded the R-0.60.1 sources and have problems compiling R
on a Sun Ultra 1 running Solaris 2.6 and gcc 2.7.2.1.
I have not been able to find to find any compiling hints in the
documentation or the FAQ.
After ./configure I use make and get the output below.
Any hints are welcome.
I am not on the list, so please answer me directly too.
Best regards
Jens
---
Jens Lund
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
1998 Sep 11
1
R-beta: cannot make R
Can anyone help?
I am trying to install R-0.62.2 on a Sun with OS 5.6 (Solaris 2.6),
and gcc/f77. Unfortunatley the simple commands
./configure --prefix=/opt/R
make
did not work, complaining when building help/docs.
It claims to have problems perl (which has worked fine so far)
but in practice it is not only a documentation problem:
if I force "make install" and run R, then it
1999 Apr 30
0
problems compiling R-0.63.3 and 0.64.0 on alpha
I have problems compiling R (both 0.63.3 and 0.64.0) on a DEC-UX 4.0E alpha
(ev6) as illustrated in the enclosed log. I have tried adding the suggestions
given in PLATFORMS, without any significant improvement...
I have included the config.cache aswell.
Any suggestions on how to solve this ?
Thanx!
Andreas
~~~~~~~~~~~~~
.
.
.
gcc -ieee_with_inexact -g -O2 -I../include -I../../src/include -c
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