[GRASS-user] g.extension gives an error when installing r.prominence

When I try to install the r.prominence extension I get the following error:

g.extension.py -i extension=r.prominence svnurl=http://svn.osgeo.org/grass/grass-addons/grass6

WARNING: GRASS_ADDON_PATH has more items, using first defined - ‘/Users/thayer/Library/GRASS/6.4/Modules/bin’

ld: library not found for -lintl
clang: error: linker command failed with exit code 1 (use -v
to see invocation)

ERROR: Compilation failed, sorry. Please check above error messages.

Does anyone have any ideas?

On Tue, Jan 6, 2015 at 7:35 PM, Thayer Young <thayeray@yahoo.com> wrote:

When I try to install the r.prominence extension I get the following error:

g.extension.py -i extension=r.prominence
svnurl=http://svn.osgeo.org/grass/grass-addons/grass6
WARNING: GRASS_ADDON_PATH has more items, using first defined -
'/Users/thayer/Library/GRASS/6.4/Modules/bin'
...
ld: library not found for -lintl
clang: error: linker command failed with exit code 1 (use -v
to see invocation)
...
ERROR: Compilation failed, sorry. Please check above error messages.

This is strange, for Windows g.extension should download a precompiled
"r.prominence.exe".

Which GRASS GIS 6.4.x version do you use precisely? And on which
Windows Version?

Markus

FWD to list (please always use ‘reply all’)

---------- Forwarded message ----------
From: “Thayer Young” <thayeray@yahoo.com>
Date: Jan 7, 2015 3:16 AM
Subject: Re: [GRASS-user] g.extension gives an error when installing r.prominence
To: “Markus Neteler” <neteler@osgeo.org>
Cc:

I am on Mac OS 10.10. From the About GRASS GIS window:

GRASS GIS 6.4.5svn, SVN Revision 61583M, GIS Library Revision 50937 (2012-02-25), Python: 2.7.6, wxPython: 2.8.12.1

I installed it using the Michael Barton snapshot , but I installed it using the Kyng Chaos frameworks (I tried both GUIs and went with the Barton version).

-Thayer