[postgis-devel] problem with makefile in MinGW in trunk
Mark Cave-Ayland
mark.cave-ayland at siriusit.co.uk
Fri Jul 17 03:49:37 PDT 2009
nicklas.aven at jordogskog.no wrote:
> it didn't like it
Okay. Change:
echo $(PATH)
to:
echo $(PGSQL_BINDIR)
and see what happens. If that doesn't work, you can also try changing:
PATH := "$(PGSQL_BINDIR):$(PATH)"
to:
PATH := "$(PGSQL_BINDIR)":$(PATH)
ATB.
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