[postgis-tickets] [PostGIS] #3916: Make install no longer works under mingw64
PostGIS
trac at osgeo.org
Thu Oct 26 19:06:12 PDT 2017
#3916: Make install no longer works under mingw64
------------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.2.7
Component: buildbots | Version: 2.4.x
Resolution: | Keywords:
------------------------+---------------------------
Comment (by robe):
better but still not working completely. I thought it was fixed but then
realized it doesn't work if I don't have a
/usr/local/lib folder. I get this error:
{{{
/bin/sh ../libtool --mode=install /bin/install -c liblwgeom.la
"/usr/local/lib/liblwgeom.la"
libtool: install: /bin/install -c .libs/liblwgeom.lai
/usr/local/lib/liblwgeom.la
/bin/install: cannot create regular file '/usr/local/lib/liblwgeom.la': No
such file or directory
Makefile:166: recipe for target 'install-liblwgeom' failed
make[1]: *** [install-liblwgeom] Error 1
make[1]: Leaving directory '/projects/postgis/branches/2.5/liblwgeom'
GNUmakefile:16: recipe for target 'install' failed
make: *** [install] Error 1
}}}
My generated makefile now has
{{{
INSTALL = /bin/install -c
}}}
Can we disable installing in system it's so annoying.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3916#comment:13>
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