Re: [R-sig-Geo] Problem installing rgeos

2015-08-06 Thread Waichler, Scott R
Problems solved. First, on my system I reinstalled and ran ldconfig for the following software: geos-2.4.2, proj-4.9.1 and gdal-2.0.0. Within R I reinstalled Rcpp from source. Along the way I had to address other problems. I deleted an empty directory called gdalplugins, and created a file

Re: [R-sig-Geo] Problem installing rgeos

2015-08-06 Thread Waichler, Scott R
Here is my OS and sessionInfo() output. I will follow Roger's advice below and report back. Red Hat Enterprise Linux Client release 5.11 (Tikanga) > sessionInfo() R version 3.2.1 (2015-06-18) Platform: x86_64-unknown-linux-gnu (64-bit) locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3]

Re: [R-sig-Geo] Problem installing rgeos

2015-08-04 Thread Roger Bivand
On Tue, 4 Aug 2015, chris english wrote: Scott: I found this discussion that chokes at the same point as yours on: http://unix.stackexchange.com/questions/50151/getting-newer-version-of-geos-than-what-is-available-in-debian-repositories I don't know that it will be applicable. Why don't you po

Re: [R-sig-Geo] Problem installing rgeos

2015-08-04 Thread chris english
Scott: I found this discussion that chokes at the same point as yours on: http://unix.stackexchange.com/questions/50151/getting-newer-version-of-geos-than-what-is-available-in-debian-repositories I don't know that it will be applicable. Why don't you post your sessionInfo() as this may be useful

Re: [R-sig-Geo] Problem installing rgeos

2015-08-03 Thread chris english
Scott, Keeping in mind that I'm not any sort of rgeos maintainer, but looking at the config dialog, it appears to me that in the event of a failed build, the config log wouldn't make it to: ERROR: configuration failed for package 'rgeos' * removing '/files3/R/R-3.2.1_install/lib64/R/library/rgeos

Re: [R-sig-Geo] Problem installing rgeos

2015-08-03 Thread Waichler, Scott R
Thanks for the suggestions, but I think what I need is help tracking down what the exact error is in the compilation. Let me try again with the part of the output describing the error: > install.packages("rgeos", dependencies = F, repos = "http://cran.fhcrc.org/";) . . . checking for C compiler

Re: [R-sig-Geo] Problem installing rgeos

2015-07-29 Thread chris english
Scott, You're build is failing pretty early in the configuration process which suggests you are missing some tools in your development environment. The latest geos was found. Was that a binary or built from source? If from source you have the necessary tools in your dev environment and it may me

[R-sig-Geo] Problem installing rgeos

2015-07-28 Thread Waichler, Scott R
Hi, I'm trying to install rgeos and I don't know how to respond to the error message: "configure: error: cannot run C compiled programs" > install.packages("rgeos", dependencies = "Depends", repos = > "http://cran.fhcrc.org/";) trying URL 'http://cran.fhcrc.org/src/contrib/rgeos_0.3-11.tar.gz'