On Tue, Dec 30, 2014 at 1:31 AM, Fábio Dias <[email protected]> wrote:
> Hi,
>
> So, I started with a fresh checkout (from the URL you told me to switch to).

ok, fine.

> The full log is on http://pastebin.com/2n9vswif
>
> The "important" part, afaik, is :
> /usr/home/diasf/releasebranch_7_0/dist.x86_64-unknown-freebsd10.1/lib/libgrass_gis.7.0.0svn.so:
> undefined reference to `libiconv'
> /usr/home/diasf/releasebranch_7_0/dist.x86_64-unknown-freebsd10.1/lib/libgrass_gis.7.0.0svn.so:
> undefined reference to `libiconv_close'
> /usr/home/diasf/releasebranch_7_0/dist.x86_64-unknown-freebsd10.1/lib/libgrass_gis.7.0.0svn.so:
> undefined reference to `libiconv_open'
>
> So I've tried with --with-iconv on the configure, not that this option
> exist... Then I manually changed a Makefile, on one of the directories
> with error. Added -liconv to he LIBES var, then the make worked.

Ok. You could enable that globally here:

include/Make/Platform.make

which is autogenerated. Please take a look at
config.log

and search therein for libiconv. It will contain the error why it wasn't found.

Markus
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to