Trying to get 2.11.1 built on a solaris 10 machine. This particular machine I do not have root access so I have just created an area under my home to use. I am currently having issues in the src/library area most specifically with getting the datasets area built. Here is the output form my most recent compile:
building package 'datasets' all.R is unchanged ../../../library/datasets/R/datasets is unchanged Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared library '/usr/stat/work/dwc/R/R-2.11.1/library/stats/libs/stats.so': ld.so.1: R: fatal: relocation error: file /usr/stat/work/dwc/R/R-2.11.1/library/stats/libs/stats.so: symbol __i_abs: referenced symbol not found Calls: <Anonymous> ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous> Execution halted *** Error code 1 The following command caused the error: echo "tools:::data2LazyLoadDB(\"datasets\", compress=3)" | \ R_DEFAULT_PACKAGES=NULL LC_ALL=C ../../../bin/R --vanilla --slave > /dev/null make: Fatal error: Command failed for target `all' Any specific help would be most appreciated, since I'm running out of ideas on my end. Thanks [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.