[postgis-tickets] [PostGIS] #3350: 2.2.0 fails to build on OS X
PostGIS
trac at osgeo.org
Mon Oct 26 18:35:13 PDT 2015
#3350: 2.2.0 fails to build on OS X
-----------------------------------+---------------------------
Reporter: petere | Owner: strk
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.2.1
Component: build/upgrade/install | Version: 2.2.x
Keywords: |
-----------------------------------+---------------------------
2.2.0 no longer builds on OS X:
{{{
ld: unknown option: --exclude-libs
}}}
This is because of the addition of the `--exclude-libs` flag, per #3281.
The configure check should be changed from `AC_LIBTOOL_COMPILER_OPTION` to
`AC_LIBTOOL_LINKER_OPTION`, because the compiler will happily accept the
option and ignore it, but the linker will complain when it doesn't
recognize it.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3350>
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