problem with make on sparc solaris 8 ( R-1.6.0beta_2002-09-18.tar.gz)
This is something that I have not seen in earlier beta versions of 1.6.0:
.
.
.
ts.plot text html latex example
ts.union text html latex example
tsSmooth text html latex
tsdiag text html latex example
R_LIBS= ../../../bin/R CMD INSTALL
ERROR: no packages specified
*** Error code 1
make: Fatal error: Command failed for target `_tgz.ts'
Current working directory
/home/gardar/local/src/R-1.6.0/src/library/Recommended
*** Error code 1 (ignored)
/home/gardar/local/src/R-1.6.0
spatial>
That is, the recommened packages are not installed.
I traced this down to the solaris version of make (gmake works fine).
I think the solaris version has problem with the "_tgz" suffixes!
Info:
platform sparc-sun-solaris2.8
arch sparc
os solaris2.8
system sparc, solaris2.8
status beta
major 1
minor 6.0
year 2002
month 09
day 18
language R
and I'm using the follwing modification to config.site (which I have
used on a regular basis in the past).
CC="cc"
CFLAGS="-xO5 -xlibmil -dalign"
F77="f95"
FFLAGS="-xO5 -xlibmil -dalign"
CXX="CC"
CXXFLAGS="-xO5 -xlibmil -dalign"
and I'm using the solaris make program...
_________________________________________________________ Gardar Johannesson Department of Statistics The Ohio State University 304E Cockins Hall, 1958 Neil Ave. Columbus, OH 43210 Email: gardar@stat.ohio-state.edu Tel: (614) 292-1567 Web: www.stat.ohio-state.edu/~gardar Fax: (614) 292-2096 _________________________________________________________ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._