[postgis-tickets] [PostGIS] #3936: Setting up bessie iconv errors FreeBSD
PostGIS
trac at osgeo.org
Sun Nov 26 11:32:07 PST 2017
#3936: Setting up bessie iconv errors FreeBSD
------------------------+----------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: Management 2.0
Component: buildbots | Version: 2.4.x
Resolution: | Keywords:
------------------------+----------------------------
Comment (by robe):
strk helped me work thru this as noted in:
https://lists.osgeo.org/pipermail/postgis-devel/2017-November/026738.html
I think the main issue is my ICONV variable is messed up in the generated
Makefile
{{{
ICONV_LDFLAGS=-lc
}}}
So I changed it to
{{{
ICONV_LDFLAGS= -liconv
}}}
and that fixed the issue. Now to figure out where that stupid setting is
happening.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3936#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list