[GRASS-dev] New attempt to update GRASS for Mac

Vaclav Petras wenzeslaus at gmail.com
Thu Aug 3 15:33:49 PDT 2017


Well, the error (below) suggests that wrong library is either linked or
included. You need to go through the -L and -I paths and see if you need to
set one of these differently or add additional one for iconv. I don't see
how to set this through ./configure (I don't see any --with-iconv-includes=
or --with-iconv-libs=), but you can start by editing the Makefiles or the
command itself and changing -L and -I directly.


Undefined symbols for architecture x86_64:
  "_iconv", referenced from:
      _draw_main in text3.o
  "_iconv_close", referenced from:
      _draw_main in text3.o
  "_iconv_open", referenced from:
      _draw_main in text3.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20170803/20d2b941/attachment.html>


More information about the grass-dev mailing list