Hi folks:

I'm trying to compile R-2.0.0 on my Alpha (164SX;
alphapca56-unknown-linux-gnu) running RedHat Linux 7.2 with gcc3.4.1.
Here is where the compile terminates:

....
....
building package 'tcltk'
mkdir -p -- ../../../library/tcltk/R
mkdir -p -- ../../../library/tcltk/demo
mkdir -p -- ../../../library/tcltk/exec
mkdir -p -- ../../../library/tcltk/man
make[4]: Entering directory
`/home1/rajiv/software/src-7.2/R-2.0.0/src/library/t
cltk/src'
making init.d from init.c
making tcltk.d from tcltk.c
make[5]: Entering directory
`/home1/rajiv/software/src-7.2/R-2.0.0/src/library/t
cltk/src'
make[5]: `Makedeps' is up to date.
make[5]: Leaving directory
`/home1/rajiv/software/src-7.2/R-2.0.0/src/library/tc
ltk/src'
make[5]: Entering directory
`/home1/rajiv/software/src-7.2/R-2.0.0/src/library/t
cltk/src'
gcc -I../../../../include -I/usr/local/tcl8.4.7/include
-I/usr/local/tk8.4.7/inc
lude -I/usr/X11R6/include -I/usr/local/include -mieee-with-inexact
-fPIC  -g -O
2 -c init.c -o init.o
gcc -I../../../../include -I/usr/local/tcl8.4.7/include
-I/usr/local/tk8.4.7/inc
lude -I/usr/X11R6/include -I/usr/local/include -mieee-with-inexact
-fPIC  -g -O
2 -c tcltk.c -o tcltk.o
gcc -shared -L/usr/local/lib -o tcltk.so init.o tcltk.o
-L/usr/local/tcl8.4.7/l
ib -ltcl8.4 -L/usr/local/tk8.4.7/lib -ltk8.4 -L/usr/X11R6/lib -lX11 -ldl
-lieee
 -lm -lm  -L../../../../lib -lR
mkdir -p -- ../../../../library/tcltk/libs
make[5]: Leaving directory
`/home1/rajiv/software/src-7.2/R-2.0.0/src/library/tc
ltk/src'
make[4]: Leaving directory
`/home1/rajiv/software/src-7.2/R-2.0.0/src/library/tc
ltk/src'
make[3]: Leaving directory
`/home1/rajiv/software/src-7.2/R-2.0.0/src/library/tc
ltk'
Error in "names<-.default"(`*tmp*`, value = c("R", "Platform", "Date",
:
        names attribute [4] must be the same length as the vector [3]
Execution halted
make[2]: *** [R] Error 1
make[2]: Leaving directory
`/home1/rajiv/software/src-7.2/R-2.0.0/src/library'
make[1]: *** [R] Error 1
make[1]: Leaving directory `/home1/rajiv/software/src-7.2/R-2.0.0/src'
make: *** [R] Error 1

Does this indicate a problem with R, or something in my system
installation?  A search on R help list archives did not turn up this
particular error.

Any help is much appreciate.

Rajiv
--------
Rajiv Prasad
Scientist, Hydrology Group
Pacific Northwest National Laboratory, P.O. Box 999, MSIN K9-33
Richland, WA 99352
Voice: (509) 375-2096  Fax: (509) 372-6089  Email: [EMAIL PROTECTED]


        [[alternative HTML version deleted]]

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to