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

Markus Neteler neteler at osgeo.org
Thu Jan 8 11:27:48 PST 2015


I copy the answer of Ben here for the thread:

On Thu, Jan 8, 2015 at 4:46 PM, Benjamin Ducke <benducke at fastmail.fm> wrote:
> The problem is that the linker does not find
> "lintl". Search your file system to see
> if and where you have a copy of "libintl.dylib".
>
> If it exists somewhere, then you need to tell
> the linker where it is. E.g. if you find it
> in "/usr/local/lib", then add that path to
> the linker search path:
>
> DYLD_LIBRARY_PATH="$DYLD_LIBRARY_PATH:/usr/local/lib"
>
> ... before invoking "g.extension".
>
> Solving this linker issue will probably get you there
> faster than trying to set up a complete environment
> for compiling GRASS modules.
>
> Cheers,
>
> Ben


More information about the grass-user mailing list