[postgis-devel] POSTGIS pre_1_0_2_rc1
strk at refractions.net
strk at refractions.net
Fri Jul 1 02:28:33 PDT 2005
On Thu, Jun 30, 2005 at 03:29:21PM +0200, Jean David TECHER wrote:
> Sandro the only solution
>
> I found this only solution
>
>
> on postgis/lwgeom/Makefile
>
> from line 16 to line 22
>
> For WIn32
> ifeq ($finstring mingw, ....)
> SHLIB=....
> MODULE_FILENAME = \$$libdir/$(SHLIB)
> else
> SHLIB=...
> MODULE_FILENAME = $(LPATH)/$(SHLIB)
> endif
>
> and using
>
> configure --prefix=/c/PostgreSQL/8.0.3 --libexecdir==/c/PostgreSQL/8.0.3/lib
It seems /c/... format is not recognized by postgresql, am I wrong ?
--strk;
More information about the postgis-devel
mailing list