[postgis-devel] Vote for 1.4 Release
Mark Cave-Ayland
mark.cave-ayland at siriusit.co.uk
Wed Jul 29 05:56:40 PDT 2009
Kevin Neufeld wrote:
> Found it. This is the change that broke the Makefile for me:
>
> http://trac.osgeo.org/postgis/changeset/4320
>
> Mark added quotes around the PATH. My linux distros don't like that
> apparently.
>
> -- Kevin
Oh interesting. Are you using a particularly old distro by any chance?
One thing to try: the current version looks like this:
PATH := "$(PGSQL_BINDIR):$(PATH)"
If you change it to the following, does it start to work for you?
PATH := "$(PGSQL_BINDIR)":$(PATH)
HTH,
Mark.
--
Mark Cave-Ayland - Senior Technical Architect
PostgreSQL - PostGIS
Sirius Corporation plc - control through freedom
http://www.siriusit.co.uk
t: +44 870 608 0063
More information about the postgis-devel
mailing list