I copy the answer of Ben here for the thread:

On Thu, Jan 8, 2015 at 4:46 PM, Benjamin Ducke <[email protected]> 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
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to