[postgis-devel] [PostGIS] #1350: [raster] GDALPolygonize not being set to 1 when compiling with GDAL 1.9

PostGIS trac at osgeo.org
Thu Dec 8 07:52:40 PST 2011


#1350: [raster] GDALPolygonize not being set to 1 when compiling with GDAL 1.9
----------------------------+-----------------------------------------------
 Reporter:  robe            |       Owner:  pracine      
     Type:  defect          |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.0.0
Component:  postgis raster  |     Version:  trunk        
 Keywords:  mingw           |  
----------------------------+-----------------------------------------------

Comment(by dustymugs):

 I'm guessing you either need to set the env variable LDFLAGS such as in...

 {{{
 LDFLAGS="-L/c/projects/GDAL/rel-trunk/lib" ./configure ...
 }}}

 or have mingw's ld search path set.  In linux, the search paths can be set
 in  /etc/ld.so.conf and run ldconfig afterwards.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1350#comment:10>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list