[postgis-users] Re: make error

Paul Ramsey pramsey at refractions.net
Thu May 30 20:02:09 PDT 2002


See if you can force it with the Big Hammer (tm). Just delete everything
except the OBJS line you need and see if it works then. That will reduce
the problem to figuring out what is wrong with our conditional.

Nedjo Rogers wrote:
> 
> 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
> 
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users




More information about the postgis-users mailing list