Hello! I'm running R2.8.0 , Solaris and a Sparc machine
Get the following error, and don't know what to do... Regards, Mikael - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - library(akima) library(maptools) library(sp) cumark <- read.table("sydnorr5000.txt", header=T, sep = ";") attach(cumark) vew <- as.vector(ew) vns <- as.vector(ns) vcu <- as.vector(cu) fcumark <- data.frame(vew, vns, vcu) coordinates(fcumark) <- ~vew+vns L1 <-round((max(vew)- min(vew))/100,0) L2 <-round((max(vns)- min(vns))/100,0) fcumark.interp.old <- interp.old(vew, vns, vcu, xo= seq(min(vew), max(vew), length = L1), yo= seq(min(vns), max(vns), length = L2), ncp = 0, extrap= FALSE, duplicate = "mean", dupfun = NULL) fcumark.interp.old.grid <- as.SpatialGridDataFrame.im(as.im(fcumark.interp.old)) Loading required package: deldir deldir 0.0-7 Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared library '/usr/local/R-2.8.0/lib/R/library/spatstat/libs/spatstat.so': ld.so.1: R: fatal: relocation error: file /usr/local/R-2.8.0/lib/R/library/spatstat/libs/spatstat.so: symbol __gxx_personality_v0: referenced symbol not found Error in as.SpatialGridDataFrame.im(as.im(fcumark.interp.old)) : could not find function "as.im" (program stop!) [[alternative HTML version deleted]] _______________________________________________ R-sig-Geo mailing list R-sig-Geo@stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-sig-geo