Thanks Massimo,
I'll try this and keep working on it when I have a bit of time.
Michael
____________________
C. Michael Barton
Director, Center for Social Dynamics & Complexity
Professor of Anthropology, School of Human Evolution & Social Change
Arizona State University
voice: 480-965-6262 (SHESC), 480-727-9746 (CSDC)
fax: 480-965-7671 SHESC), 480-727-0709 (CSDC)
www: www.public.asu.edu/~cmbarton, http://csdc.asu.edu
On Feb 21, 2010, at 4:08 AM, grass-dev-request@lists.osgeo.org wrote:
Date: Sun, 21 Feb 2010 10:30:44 +0100
From: Massimo Di Stefano <massimodisasha@gmail.com>
Subject: Re: [GRASS-dev] Re: [GRASS GIS] #958: v.krige does not run in
GRASS 7
To: grass-dev@lists.osgeo.org
Message-ID: <6124F8DC-1467-4080-B89E-D6D1A70A72ED@gmail.com>
Content-Type: text/plain; charset=us-asciiHi Cameron,
To install rgdal on mac osx i need to install rgdal manually from the terminal instead of use the gui,
beacouse the gui method fails to find gdal and proy libs and include.when tring to install from the gui, scorll the "log" and look for the web address for rgdal
(see also a section in the log where it suggest to install rgdal manually
adding the " --configure-option " string)then :
wget ...rgdal.tgz
and insyall it manually from a shell using :
R CMD install /path/to/rgdal.tgz --configure-options="add here the path to proy and gdal"
i hope this can help.
note.
William has a binary packages for rdal
you cn also give a it a try.