[postgis-users] Re: make error
Nedjo Rogers
nedjo at miningwatch.org
Thu May 30 19:32:27 PDT 2002
The Makefile included the following lines referencing postgis_transform.o:
ifeq ($(USE_PG72),1)
OBJS=postgis_debug.o postgis_ops.o postgis_fn.o postgis_inout.o
postgis_proj.o postgis_chip.o postgis_transform.o postgis_gist_72.o
else
OBJS=postgis_debug.o postgis_ops.o postgis_fn.o postgis_inout.o
postgis_proj.o postgis_chip.o postgis_transform.o postgis_gist.o
endif
Paul Ramsey wrote:
> Not clear. Is postgis_transform.o in the OBJS of your Makefile?
> Nedjo Rogers wrote:
>
> Trying to make PostGIS 0.7.1 as root under Redhat Linux 7.2 with
Postgresql
> 7.2 (USE_PG72=1) and Proj4 (USE_PROJ=1) and getting the following error:
>
> ___________
>
> make: *** No rule to make target `postgis_transform.o', needed by
> `libpostgis.a'. Stop.
> ___________
>
> Tips?
>
> Thanks, Nedjo Rogers nedjo at miningwatch.org
More information about the postgis-users
mailing list